Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client.proto24 optional bytes init_vector = 1; field
25 // MAC of (init_vector + encrypted_data).
Dkeystore_client_impl.cpp99 std::string init_vector = hidlVec2String(init_vector_blob.value()); in encryptWithAuthentication() local
106 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()
/system/bt/gd/proto/bluetooth/bluetoothKeystore/
Dkeystore.proto28 optional bytes init_vector = 1; field
29 // MAC of (init_vector + encrypted_data).