Home
last modified time | relevance | path

Searched defs:error_details (Results 1 – 25 of 40) sorted by relevance

12

/third_party/grpc/src/core/tsi/alts/crypt/
Dgsec.cc43 char** error_details) { in gsec_aead_crypter_encrypt()
65 char** error_details) { in gsec_aead_crypter_encrypt_iovec()
82 size_t plaintext_length, size_t* bytes_written, char** error_details) { in gsec_aead_crypter_decrypt()
103 char** error_details) { in gsec_aead_crypter_decrypt_iovec()
118 size_t* max_ciphertext_and_tag_length_to_return, char** error_details) { in gsec_aead_crypter_max_ciphertext_and_tag_length()
132 size_t* max_plaintext_length_to_return, char** error_details) { in gsec_aead_crypter_max_plaintext_length()
146 char** error_details) { in gsec_aead_crypter_nonce_length()
159 char** error_details) { in gsec_aead_crypter_key_length()
172 char** error_details) { in gsec_aead_crypter_tag_length()
Daes_gcm.cc69 static void aes_gcm_format_errors(const char* error_msg, char** error_details) { in aes_gcm_format_errors()
90 size_t* max_ciphertext_and_tag_length, char** error_details) { in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
106 size_t* max_plaintext_length, char** error_details) { in gsec_aes_gcm_aead_crypter_max_plaintext_length()
127 char** error_details) { in gsec_aes_gcm_aead_crypter_nonce_length()
141 char** error_details) { in gsec_aes_gcm_aead_crypter_key_length()
155 char** error_details) { in gsec_aes_gcm_aead_crypter_tag_length()
217 char** error_details) { in aes_gcm_rekey_if_required()
249 char** error_details) { in gsec_aes_gcm_aead_crypter_encrypt_iovec()
387 char** error_details) { in gsec_aes_gcm_aead_crypter_decrypt_iovec()
594 gsec_aes_gcm_aead_crypter* aes_gcm_crypter, char** error_details) { in aes_gcm_new_evp_cipher_ctx()
[all …]
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_record_protocol_crypter_common.cc34 size_t* output_size, char** error_details) { in input_sanity_check()
49 char** error_details) { in increment_counter()
69 char* error_details = nullptr; in alts_record_protocol_crypter_num_overhead_bytes() local
92 char** error_details) { in alts_crypter_create_common()
Dalts_unseal_privacy_integrity_crypter.cc38 char** error_details) { in unseal_check()
59 size_t data_size, size_t* output_size, char** error_details) { in alts_unseal_crypter_process_in_place()
89 char** error_details) { in alts_unseal_crypter_create()
Dalts_seal_privacy_integrity_crypter.cc37 size_t* output_size, char** error_details) { in seal_check()
63 size_t data_size, size_t* output_size, char** error_details) { in alts_seal_crypter_process_in_place()
91 char** error_details) { in alts_seal_crypter_create()
Dalts_counter.cc37 char** error_details) { in alts_counter_create()
68 char** error_details) { in alts_counter_increment()
Dalts_frame_protector.cc61 char* error_details = nullptr; in seal() local
194 char* error_details = nullptr; in unseal() local
332 char** error_details) { in create_alts_crypters()
370 char* error_details = nullptr; in alts_create_frame_protector() local
Dalts_crypter.cc36 size_t data_size, size_t* output_size, char** error_details) { in alts_crypter_process_in_place()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc76 char** error_details) { in ensure_header_and_tag_length()
101 char** error_details) { in increment_counter()
130 char** error_details) { in write_frame_header()
145 char** error_details) { in verify_frame_header()
191 char** error_details) { in alts_iovec_record_protocol_integrity_only_protect()
246 char** error_details) { in alts_iovec_record_protocol_integrity_only_unprotect()
294 char** error_details) { in alts_iovec_record_protocol_privacy_integrity_protect()
360 iovec_t unprotected_data, char** error_details) { in alts_iovec_record_protocol_privacy_integrity_unprotect()
432 char** error_details) { in alts_iovec_record_protocol_create()
Dalts_grpc_privacy_integrity_record_protocol.cc54 char* error_details = nullptr; in alts_grpc_privacy_integrity_protect() local
100 char* error_details = nullptr; in alts_grpc_privacy_integrity_unprotect() local
Dalts_grpc_integrity_only_record_protocol.cc57 char* error_details = nullptr; in alts_grpc_integrity_only_extra_copy_protect() local
98 char* error_details = nullptr; in alts_grpc_integrity_only_protect() local
164 char* error_details = nullptr; in alts_grpc_integrity_only_unprotect() local
Dalts_grpc_record_protocol_common.cc99 char* error_details = nullptr; in alts_grpc_record_protocol_init() local
/third_party/grpc/test/core/tsi/alts/frame_protector/
Dalts_counter_test.cc38 char* error_details = nullptr; in alts_counter_test_input_sanity_check() local
89 char* error_details = nullptr; in alts_counter_test_overflow_full_range() local
135 char* error_details = nullptr; in alts_counter_test_overflow_single_increment() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus.h98 const std::string& error_details) in Status()
115 std::string error_details() const { return binary_error_details_; } in error_details() function
/third_party/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc87 size_t num_md, grpc_status_code status, const char* error_details) { in process_plugin_result()
128 const char* error_details) { in plugin_md_request_metadata_ready()
186 const char* error_details = nullptr; in get_request_metadata() local
/third_party/grpc/test/cpp/util/
Derror_details_test.cc37 std::string error_details = expected.SerializeAsString(); in TEST() local
55 std::string error_details("I am not a status object"); in TEST() local
/third_party/grpc/src/cpp/common/
Dtls_credentials_options.cc68 std::string TlsServerAuthorizationCheckArg::error_details() const { in error_details() function in grpc::experimental::TlsServerAuthorizationCheckArg
100 const std::string& error_details) { in set_error_details()
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dengine_method_result.h67 const T* error_details) override { in ErrorInternal()
/third_party/gn/src/base/files/
Dfile.cc34 File::File(Error error_details) in File()
Dfile.h149 Error error_details() const { return error_details_; } in error_details() function
/third_party/grpc/test/core/security/
Dgrpc_tls_credentials_options_test.cc87 grpc_tls_error_details error_details; in TEST() local
/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c136 char* error_details; in grpc_rb_call_credentials_callback_with_gil() local
165 const char** error_details) { in grpc_rb_call_credentials_plugin_get_metadata()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pxd.pxi24 cdef int _get_metadata(
/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c148 const char **error_details) { in plugin_get_metadata()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcallback_common.pyx.pxi20 object error_details,

12