Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp102 keymaster_blob_t init_vector_blob; in encryptWithAuthentication() local
103 if (!output_params.GetTagValue(keymaster::TAG_NONCE, &init_vector_blob)) { in encryptWithAuthentication()
108 ByteArrayAsString(init_vector_blob.data, init_vector_blob.data_length); in encryptWithAuthentication()