Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/system/security/keystore/keystore_cli_v2/android_arm64_armv8-2a_cortex-a55_cfi/gen/proto/system/security/keystore/
Dkeystore_client.pb.h201 void set_authentication_data(ArgT0&& arg0, ArgT... args); in Swap()
343 void EncryptedData::set_authentication_data(ArgT0&& arg0, ArgT... args) { in set_authentication_data() function
/aosp_15_r20/system/security/keystore/
H A Dkeystore_cli_v2.cpp443 protobuf.set_authentication_data(mac.data(), mac.size()); in encryptWithAuthentication()