Home
last modified time | relevance | path

Searched defs:pk (Results 1 – 19 of 19) sorted by relevance

/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
Ddetailed_rsa_key_params.h33 HcfBigInteger pk; member
40 HcfBigInteger pk; member
Ddetailed_dsa_key_params.h35 HcfBigInteger pk; member
42 HcfBigInteger pk; member
Ddetailed_ecc_key_params.h52 HcfPoint pk; member
63 HcfPoint pk; member
/base/security/crypto_framework/test/unittest/src/
Dcrypto_dsa_asy_key_generator_by_spec_test.cpp395 HcfPubKey *pk = nullptr; variable
412 HcfPubKey *pk = nullptr; variable
428 HcfPubKey *pk = nullptr; variable
659 HcfBigInteger pk = { .data = nullptr, .len = 0 }; variable
1071 HcfBigInteger pk = { .data = nullptr, .len = 0 }; variable
1280 HcfPubKey *pk = nullptr; variable
1298 HcfPubKey *pk = nullptr; variable
1314 HcfPubKey *pk = nullptr; variable
1333 HcfPubKey *pk = nullptr; variable
1355 HcfPubKey *pk = nullptr; variable
[all …]
Dcrypto_dsa_exception_test.cpp352 HcfPubKey *pk = nullptr; variable
409 HcfPubKey *pk = nullptr; variable
Dcrypto_signature_exception_test.cpp65 HcfPubKey pk; variable
Dcrypto_dsa_asy_key_generator_test.cpp450 HcfBigInteger pk = { .data = nullptr, .len = 0 }; variable
919 HcfBigInteger pk = { .data = nullptr, .len = 0 }; variable
Dcrypto_sm2_verify_test.cpp1046 uint8_t pk[] = { variable
Dcrypto_dsa_sign_test.cpp365 HcfPubKey *pk = nullptr; in GeneratePubKeyByKeyPairSpec() local
/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_rsa.c127 static int32_t RsaLoadPrivateKey(mbedtls_pk_context *pk, const unsigned char *key, size_t keyLen) in RsaLoadPrivateKey()
175 static int32_t RsaLoadPublicKey(mbedtls_pk_context *pk, const unsigned char *key, size_t keyLen) in RsaLoadPublicKey()
326 mbedtls_pk_context pk; in RsaEncrypt() local
449 mbedtls_pk_context pk; in RsaDecrypt() local
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_verify.c550 static unsigned char *GetRsaPk(const mbedtls_pk_context *pk, int32_t *len) in GetRsaPk()
593 static unsigned char *GetEcPk(const mbedtls_pk_context *pk, int32_t *len) in GetEcPk()
643 static unsigned char *GetPkBuf(const mbedtls_pk_context *pk, int32_t *len) in GetPkBuf()
654 static int32_t ParseCertGetPk(const char *certEncoded, AppSignPk *pk) in ParseCertGetPk()
681 static int32_t GetAppSignPublicKey(const ProfileProf *profile, AppSignPk *pk) in GetAppSignPublicKey()
698 static void FreeAppSignPublicKey(AppSignPk *pk) in FreeAppSignPublicKey()
709 AppSignPk pk = {0}; in GetAppid() local
Dmbedtls_pkcs7.c851 static int32_t GetSignerPubKeyOfSignature(const SignerInfo *signer, mbedtls_pk_context **pk) in GetSignerPubKeyOfSignature()
880 mbedtls_pk_context *pk = NULL; in PKCS7_VerifySignerSignature() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_chipset_platform_encrypt_test.cpp625 HksBlob pk = { .size = static_cast<uint32_t>(pubKey.size()), .data = pubKey.data() }; variable
657 HksBlob pk = { .size = static_cast<uint32_t>(pubKey.size()), .data = pubKey.data() }; variable
674 HksBlob pk = { .size = static_cast<uint32_t>(pubKey.size()), .data = pubKey.data() }; variable
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_class.h61 RSA *pk; member
82 DSA *pk; member
/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
Dcertificate_openssl_class.h37 RSA *pk; member
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_utils.cpp583 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetDsaPubKeySpec() local
615 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetDsaKeyPairAsyKeySpec() local
868 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetEccPubKeySpec() local
901 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetEccKeyPairAsyKeySpec() local
996 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetRsaPubKeySpec() local
1028 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetRsaKeyPairAsyKeySpec() local
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Ddsa_asy_key_generator_openssl.c400 static void FillOpensslDsaPubKeyFunc(HcfOpensslDsaPubKey *pk) in FillOpensslDsaPubKeyFunc()
425 static HcfResult CreateDsaPubKey(DSA *pk, HcfOpensslDsaPubKey **returnPubKey) in CreateDsaPubKey()
472 DSA *pk = Openssl_EVP_PKEY_get1_DSA(pkey); in GeneratePubKeyByPkey() local
553 static HcfResult CreateOpensslDsaKey(const HcfDsaCommParamsSpec *paramsSpec, BIGNUM *pk, BIGNUM *sk… in CreateOpensslDsaKey()
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_verify_pub.h114 char *pk; member
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
Dframework_executor_callback.cpp50 auto pk(publicKey); in OnBeginExecute() local