Home
last modified time | relevance | path

Searched defs:pubkey (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_verify_test.cpp308 HcfPubKey *pubkey = keyPair->pubKey; variable
333 HcfPubKey *pubkey = keyPair->pubKey; variable
357 HcfPubKey *pubkey = keyPair->pubKey; variable
381 HcfPubKey *pubkey = keyPair->pubKey; variable
418 HcfPubKey *pubkey = keyPair->pubKey; variable
456 HcfPubKey *pubkey = keyPair->pubKey; variable
494 HcfPubKey *pubkey = keyPair->pubKey; variable
533 HcfPubKey *pubkey = keyPair->pubKey; variable
573 HcfPubKey *pubkey = keyPair->pubKey; variable
612 HcfPubKey *pubkey = keyPair->pubKey; variable
[all …]
H A Dcrypto_rsa_asy_key_pem_test.cpp805 HcfPubKey *pubkey = dupKeyPair->pubKey; in RsaAsyKeyPemTest3() local
833 HcfPubKey *pubkey = dupKeyPair->pubKey; in RsaAsyKeyPemTest4() local
862 HcfPubKey *pubkey = dupKeyPair->pubKey; in RsaAsyKeyPemTest5() local
1314 HcfPubKey *pubkey = keyPair->pubKey; variable
1347 HcfPubKey *pubkey = keyPair->pubKey; variable
1380 HcfPubKey *pubkey = keyPair->pubKey; variable
1413 HcfPubKey *pubkey = keyPair->pubKey; variable
1446 HcfPubKey *pubkey = keyPair->pubKey; variable
1479 HcfPubKey *pubkey = keyPair->pubKey; variable
1520 HcfPubKey *pubkey = keyPair->pubKey; variable
[all …]
H A Dcrypto_rsa_asy_key_generator_test.cpp405 HcfPubKey *pubkey = keyPair->pubKey; variable
437 HcfPubKey *pubkey = keyPair->pubKey; variable
517 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
597 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
661 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
701 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
741 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
781 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
879 HcfPubKey *pubkey = dupKeyPair->pubKey; variable
1138 HcfPubKey *pubkey = keyPair->pubKey; variable
H A Dcrypto_rsa_only_sign_and_verify_recover_test.cpp657 HcfPubKey *pubkey = keyPair->pubKey; variable
682 HcfPubKey *pubkey = keyPair->pubKey; variable
708 HcfPubKey *pubkey = keyPair->pubKey; variable
750 HcfPubKey *pubkey = keyPair->pubKey; variable
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp939 CfBlob pubkey = { 0, nullptr }; variable
971 CfBlob pubkey = { 0, nullptr }; variable
999 CfBlob pubkey = { 0, nullptr }; variable
1035 CfBlob pubkey = { 0, nullptr }; variable
1069 CfBlob pubkey = { 0, nullptr }; variable
1098 CfBlob pubkey = { 0, nullptr }; variable
1156 CfBlob pubkey = { 0, nullptr }; variable
1210 CfBlob pubkey = { 0, nullptr }; variable
1608 CfBlob pubkey = { 0, nullptr }; variable
1643 CfBlob pubkey = { 0, nullptr }; variable
[all …]
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_signature_test.cpp56 OH_CryptoPubKey *pubkey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
H A Dnative_asym_key_test.cpp98 OH_CryptoPubKey *pubkey = OH_CryptoKeyPair_GetPubKey(dupKeyPair); variable
/ohos5.0/base/update/packaging_tools/
H A Dbuild_module_img.py79 def sign_img(device, pubkey, privkey, output): argument
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp173 RSA* pubkey = RSA_new(); in VerifyFileSign() local
188 bool SignatureVerifier::VerifyRsa(RSA* pubkey, const std::string& digest, const std::string& sign) in VerifyRsa()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ed25519tox25519.c111 static void SwapEndianThirtyTwoByte(uint8_t *pubkey, int len, bool isBigEndian) in SwapEndianThirtyTwoByte()
122 static int32_t CovertData(struct Curve25519Structure *curve25519, uint8_t *pubkey, int len) in CovertData()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h63 char pubkey[EXT4_MAX_KEY_SIZE]; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs268 let pubkey = in ut_pubkey_sha256_digest() localVariable
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py180 def __init__(self, pubkey): argument
200 def get_bit_length(self, pubkey): argument
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp452 struct hvb_buf pubkey; in VerifyModuleVerity() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dalg_25519_asy_key_generator_openssl.c785 EVP_PKEY *pubkey = NULL; in CreateOpensslAlg25519PubKey() local
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c2086 EVP_PKEY *pubkey = X509_get_pubkey(x509); in GetSubjectPubKeyAlgOidX509Openssl() local