Home
last modified time | relevance | path

Searched refs:g_testPubkeyX509Str512 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_asym_key_test.cpp26 static string g_testPubkeyX509Str512 = "-----BEGIN PUBLIC KEY-----\n" variable
89 …pubKeyX509Str.data = reinterpret_cast<uint8_t*>(const_cast<char*>(g_testPubkeyX509Str512.c_str()));
90 pubKeyX509Str.len = strlen(g_testPubkeyX509Str512.c_str());
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_asy_key_pem_test.cpp72 static string g_testPubkeyX509Str512 = "-----BEGIN 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(),