Home
last modified time | relevance | path

Searched defs:pk (Results 1 - 22 of 22) sorted by relevance

/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/
H A Ddetailed_alg_25519_key_params.h28 HcfBigInteger pk; member
39 HcfBigInteger pk; member
H A Ddetailed_dsa_key_params.h35 HcfBigInteger pk; member
42 HcfBigInteger pk; member
H A Ddetailed_rsa_key_params.h33 HcfBigInteger pk; member
40 HcfBigInteger pk; member
H A Ddetailed_dh_key_params.h34 HcfBigInteger pk; member
45 HcfBigInteger pk; member
H A Ddetailed_ecc_key_params.h52 HcfPoint pk; member
63 HcfPoint pk; member
/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dcertificate_openssl_class.h37 RSA *pk; member
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_signature_exception_test.cpp65 HcfPubKey pk; in HWTEST_F() local
H A Dcrypto_dsa_exception_test.cpp352 HcfPubKey *pk = nullptr; in HWTEST_F() local
409 HcfPubKey *pk = nullptr; in HWTEST_F() local
H A Dcrypto_dsa_asy_key_generator_by_spec_test.cpp395 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 Dcrypto_dsa_asy_key_generator_test.cpp450 HcfBigInteger pk = { .data = nullptr, .len = 0 }; in HWTEST_F() local
945 HcfBigInteger pk = { .data = nullptr, .len = 0 }; in HWTEST_F() local
[all...]
H A Dcrypto_sm2_verify_test.cpp1353 uint8_t pk[] = { in HWTEST_F() local
H A Dcrypto_dsa_sign_test.cpp365 HcfPubKey *pk = nullptr; in GeneratePubKeyByKeyPairSpec() local
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h61 RSA *pk; member
82 DSA *pk; member
154 DH *pk; member
/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c127 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 Dapp_verify_pub.h114 char *pk; member
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddsa_asy_key_generator_openssl.c432 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 Dalg_25519_asy_key_generator_openssl.c492 static void FillOpensslAlg25519PubKeyFunc(HcfOpensslAlg25519PubKey *pk) in FillOpensslAlg25519PubKeyFunc() argument
929 CreateOpensslAlg25519PubKey(const HcfBigInteger *pk, const char *algName, EVP_PKEY **returnAlg25519) CreateOpensslAlg25519PubKey() argument
[all...]
H A Ddh_asy_key_generator_openssl.c507 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 Drsa_asy_key_generator_openssl.c460 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 Dapp_verify.c550 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 Dmbedtls_pkcs7.c851 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 Dnapi_utils.cpp652 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...]

Completed in 24 milliseconds