Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp355 ks2::CreateOperationResponse encOperationResponse; in encryptWithAuthentication() local
363 &encOperationResponse); in encryptWithAuthentication()
371 rc = encOperationResponse.iOperation->finish(data, {}, &optCiphertext); in encryptWithAuthentication()
378 if (auto params = encOperationResponse.parameters) { in encryptWithAuthentication()
505 ks2::CreateOperationResponse encOperationResponse; in decryptWithAuthentication() local
515 false /* forced */, &encOperationResponse); in decryptWithAuthentication()
526 rc = encOperationResponse.iOperation->finish(cyphertext, {}, &optPlaintext); in decryptWithAuthentication()