Searched refs:maybe_copy_error_msg (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 40 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 79 maybe_copy_error_msg("Header is nullptr.", error_details); in ensure_header_and_tag_length() 83 maybe_copy_error_msg("Header length is incorrect.", error_details); in ensure_header_and_tag_length() 87 maybe_copy_error_msg("Tag is nullptr.", error_details); in ensure_header_and_tag_length() 91 maybe_copy_error_msg("Tag length is incorrect.", error_details); in ensure_header_and_tag_length() 110 maybe_copy_error_msg("Crypter counter is overflowed.", error_details); in increment_counter() 130 maybe_copy_error_msg("Header is nullptr.", error_details); in write_frame_header() 145 maybe_copy_error_msg("Header is nullptr.", error_details); in verify_frame_header() 150 maybe_copy_error_msg("Bad frame length.", error_details); in verify_frame_header() 155 maybe_copy_error_msg("Unsupported message type.", error_details); in verify_frame_header() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | gsec.cc | 31 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 55 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_encrypt() 73 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_encrypt_iovec() 93 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_decrypt() 111 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_decrypt_iovec() 125 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_max_ciphertext_and_tag_length() 139 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_max_plaintext_length() 152 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_nonce_length() 165 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_key_length() 178 maybe_copy_error_msg(vtable_error_msg, error_details); in gsec_aead_crypter_tag_length()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_counter.cc | 27 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 41 maybe_copy_error_msg(error_msg, error_details); in alts_counter_create() 46 maybe_copy_error_msg(error_msg, error_details); in alts_counter_create() 51 maybe_copy_error_msg(error_msg, error_details); in alts_counter_create() 72 maybe_copy_error_msg(error_msg, error_details); in alts_counter_increment() 77 maybe_copy_error_msg(error_msg, error_details); in alts_counter_increment()
|
D | alts_record_protocol_crypter_common.cc | 25 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 36 maybe_copy_error_msg("alts_crypter instance is nullptr.", error_details); in input_sanity_check() 39 maybe_copy_error_msg("data is nullptr.", error_details); in input_sanity_check() 42 maybe_copy_error_msg("output_size is nullptr.", error_details); in input_sanity_check() 60 maybe_copy_error_msg(error_msg, error_details); in increment_counter() 112 maybe_copy_error_msg(error_msg, error_details); in alts_crypter_create_common()
|
D | alts_seal_privacy_integrity_crypter.cc | 27 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 48 maybe_copy_error_msg(error_msg, error_details); in seal_check() 55 maybe_copy_error_msg(error_msg, error_details); in seal_check() 94 maybe_copy_error_msg(error_msg, error_details); in alts_seal_crypter_create()
|
D | alts_unseal_privacy_integrity_crypter.cc | 27 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 51 maybe_copy_error_msg(error_msg, error_details); in unseal_check() 92 maybe_copy_error_msg(error_msg, error_details); in alts_unseal_crypter_create()
|
D | alts_crypter.cc | 27 static void maybe_copy_error_msg(const char* src, char** dst) { in maybe_copy_error_msg() function 46 maybe_copy_error_msg(error_msg, error_details); in alts_crypter_process_in_place()
|