Searched refs:init_vector (Results 1 – 2 of 2) sorted by relevance
22 optional bytes init_vector = 1; field23 // MAC of (init_vector + encrypted_data).
107 std::string init_vector = in encryptWithAuthentication() local115 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()