Searched refs:g_testPubkeyPkcs1Str1024 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_rsa_asy_key_pem_test.cpp | 149 static string g_testPubkeyPkcs1Str1024 = "-----BEGIN RSA PUBLIC KEY-----\n" variable 1069 RsaAsyKeyPemTest5("RSA1024", g_testPubkeyPkcs1Str1024.c_str(), g_testPubkeyX509Str1024.c_str(), 1088 RsaAsyKeyPemTest6("RSA1024", g_testPubkeyPkcs1Str1024.c_str(), g_testPubkeyX509Str1024.c_str(), 1107 RsaAsyKeyPemTest7("RSA1024", g_testPubkeyPkcs1Str1024.c_str(), g_testPubkeyX509Str1024.c_str(), 1126 RsaAsyKeyPemTest8("RSA1024", g_testPubkeyPkcs1Str1024.c_str(), g_testPubkeyX509Str1024.c_str(), 1196 res = generator->convertPemKey(generator, nullptr, g_testPubkeyPkcs1Str1024.c_str(), 1237 res = generator->convertPemKey(generator, nullptr, g_testPubkeyPkcs1Str1024.c_str(), 1567 res = spiObj->engineConvertPemKey(spiObj, nullptr, g_testPubkeyPkcs1Str1024.c_str(), 1575 int32_t cmpRes = strcmp(retStr, g_testPubkeyPkcs1Str1024.c_str()); 1618 res = spiObj->engineConvertPemKey(nullptr, nullptr, g_testPubkeyPkcs1Str1024.c_str(), [all …]
|