Searched refs:init_vector (Results 1 – 3 of 3) sorted by relevance
24 optional bytes init_vector = 1; field25 // MAC of (init_vector + encrypted_data).
99 std::string init_vector = hidlVec2String(init_vector_blob.value()); in encryptWithAuthentication() local106 init_vector + raw_encrypted_data, std::string(), /* signature_to_verify */ in encryptWithAuthentication()112 protobuf.set_init_vector(init_vector); in encryptWithAuthentication()136 protobuf.init_vector() + protobuf.encrypted_data(), in decryptWithAuthentication()145 encrypt_params.Authorization(TAG_NONCE, protobuf.init_vector().data(), in decryptWithAuthentication()146 protobuf.init_vector().size()); in decryptWithAuthentication()
28 optional bytes init_vector = 1; field29 // MAC of (init_vector + encrypted_data).