Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
Dcrypto_framework_verify_test.cpp618 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
680 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
746 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
790 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
850 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
908 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
943 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
986 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
1028 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
1069 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
[all …]
Dcrypto_framework_asym_key_test.cpp156 static OH_Crypto_ErrCode Rsa_PubkeyEncode(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoPubKey *pubKey, … in Rsa_PubkeyEncode()
173 static OH_Crypto_ErrCode Ecc_PubkeyEncode(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoPubKey *pubKey, … in Ecc_PubkeyEncode()
190 static OH_Crypto_ErrCode PubkeyEncode(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoPubKey *pubKey, OH_C… in PubkeyEncode()
207 static OH_Crypto_ErrCode Ecc_GetEncode(OH_CryptoPubKey *pubKey, Crypto_DataBlob *value) in Ecc_GetEncode()
213 static OH_Crypto_ErrCode Rsa_GetEncode(OH_CryptoPubKey *pubKey, Crypto_DataBlob *value) in Rsa_GetEncode()
219 static OH_Crypto_ErrCode GetEncode(const char *name, OH_CryptoPubKey *pubKey, Crypto_DataBlob *valu… in GetEncode()
264 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
356 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(dupKeyPair); variable
386 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(dupKeyPair); variable
413 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); variable
[all …]
Dcrypto_framework_signature_test.cpp704 static bool OHTEST_DoVerify(const char *algoName, OH_CryptoPubKey *pubKey, Crypto_DataBlob *msgBlob… in OHTEST_DoVerify()
725 static OH_Crypto_ErrCode OHTEST_DoRecover(const char *algoName, OH_CryptoPubKey *pubKey, Crypto_Dat… in OHTEST_DoRecover()
745 static bool OHTEST_DoSegmentVerify(const char *algoName, OH_CryptoPubKey *pubKey, Crypto_DataBlob *… in OHTEST_DoSegmentVerify()
822 OH_CryptoPubKey *pubKey = nullptr; variable
864 OH_CryptoPubKey *pubKey = nullptr; variable
915 OH_CryptoPubKey *pubKey = nullptr; variable
957 OH_CryptoPubKey *pubKey = nullptr; variable
1008 OH_CryptoPubKey *pubKey = nullptr; variable
1057 OH_CryptoPubKey *pubKey = nullptr; variable
1099 OH_CryptoPubKey *pubKey = nullptr; variable
[all …]
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_signverify_rsa_test_common.cpp78 uint8_t pubKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRsaSignVerifyTestNormalCase() local
141 uint8_t pubKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRSASignVerifyTestAbnormalCase() local
Dhuks_signverify_ecc_test_common.cpp66 uint8_t pubKey[OH_HUKS_ECC_KEY_SIZE_521] = {0}; in HksEccSignVerifyTestNormalCase() local
Dhuks_signverify_ed25519_test.cpp110 uint8_t pubKey[OH_HUKS_CURVE25519_KEY_SIZE_256] = {0}; variable
Dhuks_signverify_dsa_test.cpp105 uint8_t pubKey[DSA_COMMON_SIZE] = {0}; in HksDsaSignVerifyTestNormalCase() local
Dhuks_signverify_sm2_test.cpp248 uint8_t pubKey[OH_HUKS_MAX_KEY_SIZE] = {0}; in HksSm2SignVerifyTestRun() local
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/asymmetric/
DpublicAsymmetricPromise.js157 async function initVerify(verifyGenerator, pubKey) { argument
204 async function generateAsySecret(generator, priKey, pubKey) { argument
DpublicAsymmetricCallback.js160 async function initVerify(verifyGenerator, pubKey) { argument
204 async function generateAsySecret(generator, priKey, pubKey) { argument
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/
DpublicCertificateCallback.js116 async function verifyX509Cert(certInstance, pubKey) { argument
444 async function verifyX509Crl(crlInstance, pubKey) { argument
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/asymmetric/
DpublicAsymmetricPromise.js159 async function initVerify(verifyGenerator, pubKey) { argument
206 async function generateAsySecret(generator, priKey, pubKey) { argument
DpublicAsymmetricCallback.js157 async function initVerify(verifyGenerator, pubKey) { argument
/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c294 static void ExportPubKey(const struct HksBlob *alias, struct HksBlob *pubKey) in ExportPubKey()
299 static void ImportPubKey(const struct HksBlob *alias, const struct HksBlob *pubKey) in ImportPubKey()
Dhks_test_curve25519.c201 uint8_t pubKey[32] = {0}; in TestExportImportEd25519SignVerify() local