Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Ddsa_asy_key_generator_openssl.c768 static HcfResult ConvertDsaPriKey(const HcfBlob *priKeyBlob, HcfOpensslDsaPriKey **returnPriKey) in ConvertDsaPriKey() function
795 if (ConvertDsaPriKey(priKeyBlob, returnPriKey) != HCF_SUCCESS) { in ConvertDsaPubAndPriKey()