Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
H A Dsym_key_openssl.c286 static bool IsBlobKeyLenValid(SymKeyAttr attr, const HcfBlob *key) in IsBlobKeyLenValid() function
315 if (!IsBlobKeyLenValid(impl->attr, key)) { in ConvertSymmKey()