Home
last modified time | relevance | path

Searched refs:IsValidBlob (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c107 static bool IsValidBlob(const Blob *blob) in IsValidBlob() function
348 if (!IsValidBlob(input) || !IsValidBlob(output)) { in Sha256()
398 …if (!IsValidBlob(publicKey) || publicKey->dataSize != P256_PUBLIC_SIZE || !IsValidBlob(secretKey) … in EcKeyAgreement()
399 secretKey->dataSize != P256_PUBLIC_SIZE || !IsValidBlob(privateKey)) { in EcKeyAgreement()