Home
last modified time | relevance | path

Searched refs:keystore2_grant_id_prefix (Results 1 – 3 of 3) sorted by relevance

/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp34 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable
39 if (android::base::StartsWith(alias, keystore2_grant_id_prefix)) { in mkKeyDescriptor()
40 std::stringstream s(alias.substr(keystore2_grant_id_prefix.size())); in mkKeyDescriptor()
127 if (android::base::StartsWith(alias, keystore2_grant_id_prefix)) { in keyStore2GetCert()
128 std::stringstream s(alias.substr(keystore2_grant_id_prefix.size())); in keyStore2GetCert()
/system/security/keystore-engine/
Dkeystore2_engine.cpp39 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable
389 if (android::base::StartsWith(alias, keystore2_grant_id_prefix)) { in EVP_PKEY_from_keystore2()
390 std::stringstream s(alias.substr(keystore2_grant_id_prefix.size())); in EVP_PKEY_from_keystore2()
/system/security/keystore2/test_utils/
Dffi_test_utils.cpp90 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable
572 std::string str_key = std::string(keystore2_grant_id_prefix) + key_id; in performCryptoOpUsingKeystoreEngine()