Searched refs:SM2256_PRI_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 | 45 const int SM2256_PRI_KEY_LEN = 51; variable 53 uint8_t g_mockSm2256PriKeyBlobData[SM2256_PRI_KEY_LEN] = { 48, 49, 2, 1, 1, 4, 32, 223, 134, 255, 2… 64 .len = SM2256_PRI_KEY_LEN
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 63 static const int SM2256_PRI_KEY_LEN = 51; variable 87 …static uint8_t g_mockSm2256PriKey[SM2256_PRI_KEY_LEN] = { 48, 49, 2, 1, 1, 4, 32, 78, 6, 176, 182,… 1337 .len = SM2256_PRI_KEY_LEN in TestSm2Key()
|