Home
last modified time | relevance | path

Searched defs:pubKeyBlob2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_aes_func.cpp305 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree() local
371 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree1() local
438 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree2() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_asy_key_generator_test.cpp560 HcfBlob pubKeyBlob2 = {.data = nullptr, .len = 0}; variable