Searched refs:authentication_data (Results 1 – 7 of 7) sorted by relevance
199 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() function378 inline void EncryptedData::set_allocated_authentication_data(std::string* authentication_data) { in set_allocated_authentication_data() argument379 if (authentication_data != nullptr) { in set_allocated_authentication_data()384 _impl_.authentication_data_.SetAllocated(authentication_data, GetArenaForAllocation()); in set_allocated_authentication_data()
26 optional bytes authentication_data = 2; field
506 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()
27 optional bytes authentication_data = 2; field
913 if self.param_value is None and self.authentication_data is None:920 (self.param_type == 1 and self.authentication_data is not None):
304 c.authentication_code == 0 and c.authentication_data == None
320 s_aws_count_allocation(event->connack_data->authentication_data, &references_needed); in s_aws_mqtt5_client_java_lifecycle_event()