Home
last modified time | relevance | path

Searched defs:pubKeyBlob1 (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.cpp304 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree() local
370 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree1() local
437 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree2() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_asy_key_generator_test.cpp548 HcfBlob pubKeyBlob1 = {.data = nullptr, .len = 0}; variable