Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c225 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; in GetRsaPubKeySpecBigInteger()
266 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; in DestroyPubKey()
456 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; in GetPubKeyEncoded()
546 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; in GetPubKeyEncodedPem()
768 *retPubKey = (HcfOpensslRsaPubKey *)HcfMalloc(sizeof(HcfOpensslRsaPubKey), 0); in PackPubKey()
856 HcfOpensslRsaPubKey *pubKeyImpl = NULL; in PackKeyPair()
991 HcfOpensslRsaPubKey *pubKey = NULL; in ConvertPubKey()
1046 HcfOpensslRsaPubKey *pubKey = NULL; in ConvertPemPubKey()
1110 HcfOpensslRsaPubKey *pubKey = NULL; in EngineConvertKey()
1160 HcfOpensslRsaPubKey *pubKey = NULL; in EngineConvertPemKey()
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dcertificate_openssl_class.h38 } HcfOpensslRsaPubKey; typedef
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h62 } HcfOpensslRsaPubKey; typedef
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_rsa_openssl.c70 ret = DuplicateRsa(((HcfOpensslRsaPubKey *)key)->pk, false, dupRsa); in DuplicateRsaFromKey()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsignature_rsa_openssl.c155 if (DuplicateRsa(((HcfOpensslRsaPubKey *)key)->pk, signing, &rsa) != HCF_SUCCESS) { in InitRsaEvpKey()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_openssl.c167 RSA *rsaPubkey = ((HcfOpensslRsaPubKey *)key)->pk; in Verify()