Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Drsa_asy_key_generator_openssl.c168 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; in GetRsaPriKeySpecBigInteger()
267 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey*)self; in DestroyPriKey()
430 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; in GetPriKeyEncoded()
499 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; in ClearPriKeyMem()
529 static HcfResult PackPriKey(RSA *rsaPriKey, HcfOpensslRsaPriKey **retPriKey) in PackPriKey()
535 *retPriKey = (HcfOpensslRsaPriKey *)HcfMalloc(sizeof(HcfOpensslRsaPriKey), 0); in PackPriKey()
592 HcfOpensslRsaPriKey *priKeyImpl = NULL; in PackKeyPair()
724 static HcfResult ConvertPriKey(HcfBlob *priKeyBlob, HcfOpensslRsaPriKey **priKeyRet) in ConvertPriKey()
731 HcfOpensslRsaPriKey *priKey = NULL; in ConvertPriKey()
765 HcfOpensslRsaPriKey *priKey = NULL; in EngineConvertKey()
[all …]
/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
Dcertificate_openssl_class.h47 } HcfOpensslRsaPriKey; typedef
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_class.h71 } HcfOpensslRsaPriKey; typedef
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_rsa_openssl.c77 ret = DuplicateRsa(((HcfOpensslRsaPriKey *)key)->sk, true, dupRsa); in DuplicateRsaFromKey()
87 Openssl_RSA_get0_key(((HcfOpensslRsaPriKey *)key)->sk, &n, &e, &d); in DuplicateRsaFromKey()
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
Dx509crl_fuzzer.cpp111 RSA *rsaPrikey = (reinterpret_cast<HcfOpensslRsaPriKey *>(g_keyPair->priKey))->sk; in GetCrlStream()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Dsignature_rsa_openssl.c139 if (DuplicateRsa(((HcfOpensslRsaPriKey *)key)->sk, signing, &rsa) != HCF_SUCCESS) { in InitRsaEvpKey()
148 Openssl_RSA_get0_key(((HcfOpensslRsaPriKey *)key)->sk, &n, &e, &d); in InitRsaEvpKey()