Searched refs:keystore2_grant_id_prefix (Results 1 – 3 of 3) sorted by relevance
34 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable39 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()
39 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable389 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()
90 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable572 std::string str_key = std::string(keystore2_grant_id_prefix) + key_id; in performCryptoOpUsingKeystoreEngine()