Searched refs:g_testPubkeyPkcs1Str512 (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_asym_key_test.cpp | 31 static string g_testPubkeyPkcs1Str512 = "-----BEGIN RSA PUBLIC KEY-----\n" variable 93 …pubKeyPkcs1Str.data = reinterpret_cast<uint8_t*>(const_cast<char*>(g_testPubkeyPkcs1Str512.c_str()… 94 pubKeyPkcs1Str.len = strlen(g_testPubkeyPkcs1Str512.c_str());
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_rsa_asy_key_pem_test.cpp | 67 static string g_testPubkeyPkcs1Str512 = "-----BEGIN RSA PUBLIC KEY-----\n" variable 1041 RsaAsyKeyPemTest3("RSA512", g_testPubkeyPkcs1Str512.c_str(), g_testPubkeyX509Str512.c_str()); 1053 RsaAsyKeyPemTest4("RSA512", g_testPubkeyX509Str512.c_str(), g_testPubkeyPkcs1Str512.c_str()); 1065 RsaAsyKeyPemTest5("RSA512", g_testPubkeyPkcs1Str512.c_str(), g_testPubkeyX509Str512.c_str(), 1084 RsaAsyKeyPemTest6("RSA512", g_testPubkeyPkcs1Str512.c_str(), g_testPubkeyX509Str512.c_str(), 1103 RsaAsyKeyPemTest7("RSA512", g_testPubkeyPkcs1Str512.c_str(), g_testPubkeyX509Str512.c_str(), 1122 RsaAsyKeyPemTest8("RSA512", g_testPubkeyPkcs1Str512.c_str(), g_testPubkeyX509Str512.c_str(),
|