Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp353 auto authentication_key = std::get<ks2::KeyEntryResponse>(authentication_key_result); in encryptWithAuthentication() local
406 rc = authentication_key.iSecurityLevel->createOperation( in encryptWithAuthentication()
407 authentication_key.metadata.key, sign_params.vector_data(), false /* forced */, in encryptWithAuthentication()
471 auto authentication_key = std::get<ks2::KeyEntryResponse>(authentication_key_result); in decryptWithAuthentication() local
480 auto rc = authentication_key.iSecurityLevel->createOperation( in decryptWithAuthentication()
481 authentication_key.metadata.key, sign_params.vector_data(), false /* forced */, in decryptWithAuthentication()