Searched refs:SM2256_PUB_KEY_LEN (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm2_asy_key_generator_test.cpp | 44 const int SM2256_PUB_KEY_LEN = 91; variable 47 uint8_t g_mockSm2256PubKeyBlobData[SM2256_PUB_KEY_LEN] = { 48, 89, 48, 19, 6, 7, 42, 134, 72, 206, … 59 .len = SM2256_PUB_KEY_LEN
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 62 static const int SM2256_PUB_KEY_LEN = 91; variable 81 …static uint8_t g_mockSm2256PubKey[SM2256_PUB_KEY_LEN] = { 48, 89, 48, 19, 6, 7, 42, 134, 72, 206, … 1332 .len = SM2256_PUB_KEY_LEN in TestSm2Key()
|