Searched refs:ECC224_PRI_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 | 478 static const int ECC224_PRI_KEY_LEN = 44; variable 486 static uint8_t g_mockEcc224PriKeyBlobData[ECC224_PRI_KEY_LEN] = { 48, 42, 2, 1, 1, 4, 28, 250, 86, …
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 61 static const int ECC224_PRI_KEY_LEN = 44; variable 77 static uint8_t g_mockEcc224PriKey[ECC224_PRI_KEY_LEN] = { 48, 42, 2, 1, 1, 4, 28, 250, 86, 6, 1243 .len = ECC224_PRI_KEY_LEN in TestEccKey()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_ecc_asy_key_generator_test.cpp | 45 const int ECC224_PRI_KEY_LEN = 44; variable 58 uint8_t g_mockEcc224PriKeyBlobData[ECC224_PRI_KEY_LEN] = { 48, 42, 2, 1, 1, 4, 28, 250, 86, 6, 147,… 104 .len = ECC224_PRI_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 | 64 .len = ECC224_PRI_KEY_LEN
|
H A D | crypto_ecc_asy_key_generator_by_spec_sub_three_test.cpp | 54 .len = ECC224_PRI_KEY_LEN
|