Home
last modified time | relevance | path

Searched refs:g_dsa2048GLittleE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dsa_exception_test.cpp143 static unsigned char g_dsa2048GLittleE[] = { variable
170 static HcfBigInteger g_BN = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DS…
H A Dcrypto_asy_key_generator_cov_test.cpp209 static unsigned char g_dsa2048GLittleE[] = { variable
243 .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DSA2048_G_SIZE };
257 static HcfBigInteger g_dsaNoLenGBn = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, …
H A Dcrypto_dsa_sign_test.cpp205 static unsigned char g_dsa2048GLittleE[] = { variable
236 static HcfBigInteger g_BN = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DS…
H A Dcrypto_dsa_asy_key_generator_by_spec_test.cpp200 static unsigned char g_dsa2048GLittleE[] = { variable
231 static HcfBigInteger g_BN = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DS…
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp307 static unsigned char g_dsa2048GLittleE[] = { variable
338 …static HcfBigInteger g_BN = { .data = IsBigEndian() ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = D…