Searched refs:keystore2_grant_id_prefix (Results 1 – 2 of 2) 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()
37 const std::string keystore2_grant_id_prefix("ks2_keystore-engine_grant_id:"); variable360 if (alias.find(keystore2_grant_id_prefix) == 0) { in EVP_PKEY_from_keystore2()361 std::stringstream s(alias.substr(keystore2_grant_id_prefix.size())); in EVP_PKEY_from_keystore2()