Home
last modified time | relevance | path

Searched refs:g_BN (Results 1 – 4 of 4) sorted by relevance

/base/security/crypto_framework/test/unittest/src/
Dcrypto_dsa_exception_test.cpp170 static HcfBigInteger g_BN = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DS… variable
187 static HcfDsaCommParamsSpec dsaCommonSpec = { .base = asySpecComm, .p = p_BN, .q = q_BN, .g = g_BN
188 …CommParamsSpec dsaCommonSpecException = { .base = asySpecComm, .p = p_EXBN, .q = q_BN, .g = g_BN };
201 ret = BigIntegerToBigNum(&g_BN, &g);
Dcrypto_dsa_asy_key_generator_by_spec_test.cpp231 static HcfBigInteger g_BN = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DS… variable
246 static HcfDsaCommParamsSpec dsaCommonSpec = { .base = asySpecComm, .p = p_BN, .q = q_BN, .g = g_BN
252 .g = g_BN
261 .g = g_BN
Dcrypto_dsa_sign_test.cpp236 static HcfBigInteger g_BN = { .data = IS_BIG_ENDIAN ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = DS… variable
247 static HcfDsaCommParamsSpec dsaCommonSpec = { .base = asySpecComm, .p = p_BN, .q = q_BN, .g = g_BN
253 .g = g_BN
/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
Dasykeygenerator_fuzzer.cpp246 …static HcfBigInteger g_BN = { .data = IsBigEndian() ? g_dsa2048GBigE : g_dsa2048GLittleE, .len = D… variable
261 …atic HcfDsaCommParamsSpec dsaCommonSpec = { .base = asySpecComm, .p = p_BN, .q = q_BN, .g = g_BN };
267 .g = g_BN
276 .g = g_BN