Home
last modified time | relevance | path

Searched refs:pubKey1 (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
H A Dcrypto_framework_asym_key_test.cpp228 OH_CryptoPubKey *pubKey1 = OH_CryptoKeyPair_GetPubKey(dupKeyPair); in HWTEST_P() local
230 ret = Rsa_GetEncode(pubKey1, &dataBlob); in HWTEST_P()
235 OH_CryptoPubKey *pubKey1 = OH_CryptoKeyPair_GetPubKey(dupKeyPair); in HWTEST_P() local
237 ret = Ecc_GetEncode(pubKey1, &dataBlob); in HWTEST_P()
242 OH_CryptoPubKey *pubKey1 = OH_CryptoKeyPair_GetPubKey(dupKeyPair); in HWTEST_P() local
244 ret = GetEncode(AsymKeyData.name, pubKey1, &dataBlob); in HWTEST_P()
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_aes.c344 uint8_t pubKey1[TEST_AES_128] = {0}; in TestAes256ByAgree() local
346 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree()
412 uint8_t pubKey1[TEST_AES_128] = {0}; in TestAes256ByAgree1() local
414 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree1()
479 uint8_t pubKey1[TEST_AES_128] = {0}; in TestAes256ByAgree2() local
481 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree2()

Completed in 5 milliseconds