Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client.proto22 optional bytes init_vector = 1; field
23 // MAC of (init_vector + encrypted_data).
Dkeystore_client_impl.cpp107 std::string init_vector = in encryptWithAuthentication() local
115 init_vector + raw_encrypted_data, std::string(), /* signature_to_verify */ in encryptWithAuthentication()
121 protobuf.set_init_vector(init_vector); in encryptWithAuthentication()
145 protobuf.init_vector() + protobuf.encrypted_data(), in decryptWithAuthentication()
154 encrypt_params.Authorization(keymaster::TAG_NONCE, protobuf.init_vector().data(), in decryptWithAuthentication()
155 protobuf.init_vector().size()); in decryptWithAuthentication()