Home
last modified time | relevance | path

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 Dcrypto_sm2_asy_key_generator_test.cpp44 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 Dasykeygenerator_fuzzer.cpp62 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()