Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_crypto_ed25519.c89 static bool IsBlobZero(const struct HksBlob *key) in IsBlobZero() function
112 if (IsBlobZero(&pubKeyBlob) || IsBlobZero(&priKeyBlob)) { in HksEd25519GenerateKey()