Searched refs:g_brainpool160r1AlgName (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_ecc_key_util_test.cpp | 48 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 D | ecc_common_param_spec.c | 23 static char *g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable 253 res = ConstructEccKeyPairParamsSpec(g_brainpool160r1AlgName, g_eccCommSpec, ¶mSpec); in GenerateBrainpoolP160r1KeyPair()
|
H A D | crypto_brainpool_no_length_sign_test.cpp | 49 static string g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable
|
H A D | crypto_brainpool_no_length_verify_test.cpp | 47 static string g_brainpool160r1AlgName = "ECC_BrainPoolP160r1"; variable
|