Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 8 of 8) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Drsa_openssl_common.c46 EVP_PKEY *pKey = EVP_PKEY_new(); in NewEvpPkeyByRsa() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
Decdh_openssl.c46 EVP_PKEY *pKey = EVP_PKEY_new(); in NewPKeyByEccPubKey() local
73 EVP_PKEY *pKey = EVP_PKEY_new(); in NewPKeyByEccPriKey() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_curve25519.c31 static int32_t SaveCurve25519KeyMaterial(uint32_t algType, const EVP_PKEY *pKey, struct HksBlob *ke… in SaveCurve25519KeyMaterial()
207 struct HksBlob pKey = { pubSize, pubData }; in HksOpensslEd25519AgreeKey() local
Dhks_openssl_ecc.c405 EVP_PKEY *pKey = EVP_PKEY_new(); in AgreeKeyEcdh() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Decdsa_openssl.c139 EVP_PKEY *pKey = EVP_PKEY_new(); in EngineSignInit() local
265 EVP_PKEY *pKey = EVP_PKEY_new(); in EngineVerifyInit() local
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Drsa_asy_key_generator_openssl.c212 EVP_PKEY *pKey = d2i_AutoPrivateKey(NULL, (const unsigned char **)&temp, pkcs8Blob->len); in ConvertPriKeyFromPKCS8() local
246 EVP_PKEY *pKey = NewEvpPkeyByRsa(rsa, true); in EncodePriKeyToPKCS8() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_app_cert_process.c186 static int32_t SaveKeyMaterialCurve25519(uint32_t algType, const EVP_PKEY *pKey, struct CmBlob *key… in SaveKeyMaterialCurve25519()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_ecc_helper.c674 EVP_PKEY *pKey = EVP_PKEY_new(); in EcdhAgreeKey() local