Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_util_test.cpp48 static string g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable
318 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
341 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
361 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
382 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
407 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
434 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
459 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
485 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
511 HcfResult res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName.c_str(),
[all …]
H A Decc_common_param_spec.c23 static char *g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable
253 res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName, g_eccCommSpec, &paramSpec); in GenerateBrainpoolP160r1KeyPair()
H A Dcrypto_brainpool_no_length_sign_test.cpp49 static string g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable
H A Dcrypto_brainpool_no_length_verify_test.cpp47 static string g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable