/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/ |
H A D | detailed_alg_25519_key_params.h | 28 HcfBigInteger pk; member 39 HcfBigInteger pk; member
|
H A D | detailed_dsa_key_params.h | 35 HcfBigInteger pk; member 42 HcfBigInteger pk; member
|
H A D | detailed_rsa_key_params.h | 33 HcfBigInteger pk; member 40 HcfBigInteger pk; member
|
H A D | detailed_dh_key_params.h | 34 HcfBigInteger pk; member 45 HcfBigInteger pk; member
|
H A D | detailed_ecc_key_params.h | 52 HcfPoint pk; member 63 HcfPoint pk; member
|
/base/security/certificate_framework/frameworks/adapter/v1.0/inc/ |
H A D | certificate_openssl_class.h | 37 RSA *pk;
member
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_signature_exception_test.cpp | 65 HcfPubKey pk; in HWTEST_F() local
|
H A D | crypto_dsa_exception_test.cpp | 352 HcfPubKey *pk = nullptr; in HWTEST_F() local 409 HcfPubKey *pk = nullptr; in HWTEST_F() local
|
H A D | crypto_dsa_asy_key_generator_by_spec_test.cpp | 395 HcfPubKey *pk = nullptr; in HWTEST_F() local 412 HcfPubKey *pk = nullptr; in HWTEST_F() local 428 HcfPubKey *pk = nullptr; HWTEST_F() local 659 HcfBigInteger pk = { .data = nullptr, .len = 0 }; HWTEST_F() local 1071 HcfBigInteger pk = { .data = nullptr, .len = 0 }; HWTEST_F() local 1280 HcfPubKey *pk = nullptr; HWTEST_F() local 1298 HcfPubKey *pk = nullptr; HWTEST_F() local 1314 HcfPubKey *pk = nullptr; HWTEST_F() local 1333 HcfPubKey *pk = nullptr; HWTEST_F() local 1355 HcfPubKey *pk = nullptr; HWTEST_F() local 1373 HcfPubKey *pk = nullptr; HWTEST_F() local 1395 HcfPubKey *pk = nullptr; HWTEST_F() local 1418 HcfPubKey *pk = nullptr; HWTEST_F() local 1441 HcfPubKey *pk = nullptr; HWTEST_F() local [all...] |
H A D | crypto_dsa_asy_key_generator_test.cpp | 450 HcfBigInteger pk = { .data = nullptr, .len = 0 }; in HWTEST_F() local 945 HcfBigInteger pk = { .data = nullptr, .len = 0 }; in HWTEST_F() local [all...] |
H A D | crypto_sm2_verify_test.cpp | 1353 uint8_t pk[] = { in HWTEST_F() local
|
H A D | crypto_dsa_sign_test.cpp | 365 HcfPubKey *pk = nullptr; in GeneratePubKeyByKeyPairSpec() local
|
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_class.h | 61 RSA *pk; member 82 DSA *pk; member 154 DH *pk; member
|
/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_rsa.c | 127 static int32_t RsaLoadPrivateKey(mbedtls_pk_context *pk, const unsigned char *key, size_t keyLen) in RsaLoadPrivateKey() argument 177 static int32_t RsaLoadPublicKey(mbedtls_pk_context *pk, const unsigned char *key, size_t keyLen) in RsaLoadPublicKey() argument 328 mbedtls_pk_context pk; in RsaEncrypt() local 451 mbedtls_pk_context pk; RsaDecrypt() local [all...] |
/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | app_verify_pub.h | 114 char *pk; member
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | dsa_asy_key_generator_openssl.c | 432 static void FillOpensslDsaPubKeyFunc(HcfOpensslDsaPubKey *pk) in FillOpensslDsaPubKeyFunc() argument 461 CreateDsaPubKey(DSA *pk, HcfOpensslDsaPubKey **returnPubKey) CreateDsaPubKey() argument 508 DSA *pk = OpensslEvpPkeyGet1Dsa(pkey); GeneratePubKeyByPkey() local 589 CreateOpensslDsaKey(const HcfDsaCommParamsSpec *paramsSpec, BIGNUM *pk, BIGNUM *sk, DSA **returnDsa) CreateOpensslDsaKey() argument [all...] |
H A D | alg_25519_asy_key_generator_openssl.c | 492 static void FillOpensslAlg25519PubKeyFunc(HcfOpensslAlg25519PubKey *pk) in FillOpensslAlg25519PubKeyFunc() argument 929 CreateOpensslAlg25519PubKey(const HcfBigInteger *pk, const char *algName, EVP_PKEY **returnAlg25519) CreateOpensslAlg25519PubKey() argument [all...] |
H A D | dh_asy_key_generator_openssl.c | 507 static void FillOpensslDhPubKeyFunc(HcfOpensslDhPubKey *pk) in FillOpensslDhPubKeyFunc() argument 536 CreateDhPubKey(DH *pk, HcfOpensslDhPubKey **returnPubKey) CreateDhPubKey() argument 583 DH *pk = OpensslEvpPkeyGet1Dh(pkey); GeneratePubKeyByPkey() local 658 CreateOpensslDhKey(const HcfDhCommParamsSpec *paramsSpec, BIGNUM *pk, BIGNUM *sk, DH **returnDh) CreateOpensslDhKey() argument [all...] |
H A D | rsa_asy_key_generator_openssl.c | 460 static HcfResult GetPubKeyPkcs1Pem(RSA *pk, char **returnString) in GetPubKeyPkcs1Pem() argument 484 static HcfResult GetPubKeyX509Pem(RSA *pk, char **returnString) in GetPubKeyX509Pem() argument 508 GetPubKeyPem(const char *format, RSA *pk, char **returnString) GetPubKeyPem() argument [all...] |
/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | app_verify.c | 550 static unsigned char *GetRsaPk(const mbedtls_pk_context *pk, int32_t *len) in GetRsaPk() argument 593 static unsigned char *GetEcPk(const mbedtls_pk_context *pk, int32_t *len) in GetEcPk() argument 643 static unsigned char *GetPkBuf(const mbedtls_pk_context *pk, int32_t *len) in GetPkBuf() argument 654 ParseCertGetPk(const char *certEncoded, AppSignPk *pk) ParseCertGetPk() argument 681 GetAppSignPublicKey(const ProfileProf *profile, AppSignPk *pk) GetAppSignPublicKey() argument 698 FreeAppSignPublicKey(AppSignPk *pk) FreeAppSignPublicKey() argument 709 AppSignPk pk = {0}; GetAppid() local [all...] |
H A D | mbedtls_pkcs7.c | 851 static int32_t GetSignerPubKeyOfSignature(const SignerInfo *signer, mbedtls_pk_context **pk) in GetSignerPubKeyOfSignature() argument 880 mbedtls_pk_context *pk = NULL; in PKCS7_VerifySignerSignature() local
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 652 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetDsaPubKeySpec() local 684 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); in GetDsaKeyPairAsyKeySpec() local 938 napi_value pk in GetEccPubKeySpec() local 972 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetEccKeyPairAsyKeySpec() local 1068 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetRsaPubKeySpec() local 1100 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetRsaKeyPairAsyKeySpec() local 1201 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetAlg25519PubKeySpec() local 1228 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetAlg25519KeyPairAsyKeySpec() local 1354 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetDhPubKeySpec() local 1386 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "sk"); GetDhPriKeySpec() local 1418 napi_value pk = GetDetailAsyKeySpecValue(env, arg, "pk"); GetDhKeyPairAsyKeySpec() local [all...] |