Searched refs:inputSk (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | dsa_asy_key_generator_openssl.c | 892 HcfBlob *inputSk = priKeyValid ? priKeyBlob : NULL; in EngineConvertDsaKey() local 893 HcfResult ret = ConvertDsaPubAndPriKey(inputPk, inputSk, &pubKey, &priKey); in EngineConvertDsaKey()
|
H A D | alg_25519_asy_key_generator_openssl.c | 758 HcfBlob *inputSk = priKeyValid ? priKeyBlob : NULL; in EngineConvertAlg25519Key() local 759 HcfResult ret = ConvertAlg25519PubAndPriKey(type, inputPk, inputSk, &pubKey, &priKey); in EngineConvertAlg25519Key()
|
H A D | dh_asy_key_generator_openssl.c | 1035 HcfBlob *inputSk = priKeyValid ? priKeyBlob : NULL; in EngineConvertDhKey() local 1036 HcfResult ret = ConvertDhPubAndPriKey(inputPk, inputSk, &pubKey, &priKey); in EngineConvertDhKey()
|