Home
last modified time | relevance | path

Searched refs:g_ecc192CorrectLittleGX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Decc_common.h462 static unsigned char g_ecc192CorrectLittleGX[] = { variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Decc_asy_key_common.cpp51 eccCommSpec->g.x.data = (IS_BIG_ENDIAN ? g_ecc192CorrectBigGX : g_ecc192CorrectLittleGX); in ConstructEcc192CommParamsSpec()