Searched refs:ECC224_PUB_KEY_LEN (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/include/ |
H A D | ecc_common.h | 477 static const int ECC224_PUB_KEY_LEN = 80; variable 481 static uint8_t g_mockEcc224PubKeyBlobData[ECC224_PUB_KEY_LEN] = { 48, 78, 48, 16, 6, 7, 42, 134, 72…
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 60 static const int ECC224_PUB_KEY_LEN = 80; variable 72 … static uint8_t g_mockEcc224PubKey[ECC224_PUB_KEY_LEN] = { 48, 78, 48, 16, 6, 7, 42, 134, 72, 206, 1238 .len = ECC224_PUB_KEY_LEN in TestEccKey()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_ecc_asy_key_generator_test.cpp | 44 const int ECC224_PUB_KEY_LEN = 80; variable 53 uint8_t g_mockEcc224PubKeyBlobData[ECC224_PUB_KEY_LEN] = { 48, 78, 48, 16, 6, 7, 42, 134, 72, 206, … 99 .len = ECC224_PUB_KEY_LEN
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/ |
H A D | crypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp | 59 .len = ECC224_PUB_KEY_LEN
|
H A D | crypto_ecc_asy_key_generator_by_spec_sub_three_test.cpp | 49 .len = ECC224_PUB_KEY_LEN
|