Home
last modified time | relevance | path

Searched refs:authentication_data (Results 1 – 7 of 7) 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.h199 const std::string& authentication_data() const; in Swap()
204 void set_allocated_authentication_data(std::string* authentication_data); in Swap()
337 inline const std::string& EncryptedData::authentication_data() const { in authentication_data() function
378 inline void EncryptedData::set_allocated_authentication_data(std::string* authentication_data) { in set_allocated_authentication_data() argument
379 if (authentication_data != nullptr) { in set_allocated_authentication_data()
384 _impl_.authentication_data_.SetAllocated(authentication_data, GetArenaForAllocation()); in set_allocated_authentication_data()
/aosp_15_r20/system/security/keystore/
H A Dkeystore_client.proto26 optional bytes authentication_data = 2; field
H A Dkeystore_cli_v2.cpp506 p = reinterpret_cast<const uint8_t*>(protobuf.authentication_data().data()); in decryptWithAuthentication()
507 std::vector<uint8_t> signature(p, p + protobuf.authentication_data().size()); in decryptWithAuthentication()
/aosp_15_r20/packages/modules/Bluetooth/android/app/proto/
Dkeystore.proto27 optional bytes authentication_data = 2; field
/aosp_15_r20/external/scapy/scapy/contrib/
H A Dbgp.py913 if self.param_value is None and self.authentication_data is None:
920 (self.param_type == 1 and self.authentication_data is not None):
H A Dbgp.uts304 c.authentication_code == 0 and c.authentication_data == None
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dmqtt5_client.c320 s_aws_count_allocation(event->connack_data->authentication_data, &references_needed); in s_aws_mqtt5_client_java_lifecycle_event()