Home
last modified time | relevance | path

Searched refs:g_rsaAlgName (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Drsa_common_param_spec.cpp60 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa512CorrectCommonKeySpec()
111 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa768CorrectCommonKeySpec()
162 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa1024CorrectCommonKeySpec()
213 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
264 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa3072CorrectCommonKeySpec()
315 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa4096CorrectCommonKeySpec()
366 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa8192CorrectCommonKeySpec()
H A Dcrypto_rsa_cipher_sub_test.cpp87 const char *g_rsaAlgName = "RSA"; variable
131 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
H A Dcrypto_rsa_asy_key_generator_by_spec_cov_test.cpp94 const char *g_rsaAlgName = "RSA"; variable
138 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
H A Dcrypto_rsa_verify_test.cpp87 const char *g_rsaAlgName = "RSA"; variable
128 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
H A Dcrypto_asy_key_generator_cov_test.cpp441 const char *g_rsaAlgName = "RSA"; variable
474 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
H A Dcrypto_rsa_cipher_test.cpp87 const char *g_rsaAlgName = "RSA"; variable
124 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
H A Dcrypto_rsa_sign_test.cpp86 const char *g_rsaAlgName = "RSA"; variable
126 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()
H A Dcrypto_rsa1024_asy_key_generator_by_spec_test.cpp145 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
H A Dcrypto_rsa2048_asy_key_generator_by_spec_test.cpp144 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
H A Dcrypto_rsa3072_asy_key_generator_by_spec_test.cpp144 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
H A Dcrypto_rsa4096_asy_key_generator_by_spec_test.cpp144 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
H A Dcrypto_rsa512_asy_key_generator_by_spec_test.cpp145 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
H A Dcrypto_rsa768_asy_key_generator_by_spec_test.cpp144 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
H A Dcrypto_rsa8192_asy_key_generator_by_spec_test.cpp144 EXPECT_STREQ(generatorBySpecAlgName, g_rsaAlgName);
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Drsa_common_param_spec.h417 static const char *g_rsaAlgName = "RSA"; variable
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp426 const char *g_rsaAlgName = "RSA"; variable
458 returnSpec->base.algName = const_cast<char *>(g_rsaAlgName); in GenerateRsa2048CorrectCommonKeySpec()