/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | gsec.cc | 43 char** error_details) { in gsec_aead_crypter_encrypt() 64 char** error_details) { in gsec_aead_crypter_encrypt_iovec() 81 size_t plaintext_length, size_t* bytes_written, char** error_details) { in gsec_aead_crypter_decrypt() 102 char** error_details) { in gsec_aead_crypter_decrypt_iovec() 117 size_t* max_ciphertext_and_tag_length_to_return, char** error_details) { in gsec_aead_crypter_max_ciphertext_and_tag_length() 131 size_t* max_plaintext_length_to_return, char** error_details) { in gsec_aead_crypter_max_plaintext_length() 145 char** error_details) { in gsec_aead_crypter_nonce_length() 158 char** error_details) { in gsec_aead_crypter_key_length() 171 char** error_details) { in gsec_aead_crypter_tag_length()
|
D | aes_gcm.cc | 71 static void aes_gcm_format_errors(const char* error_msg, char** error_details) { in aes_gcm_format_errors() 92 size_t* max_ciphertext_and_tag_length, char** error_details) { in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length() 108 size_t* max_plaintext_length, char** error_details) { in gsec_aes_gcm_aead_crypter_max_plaintext_length() 129 char** error_details) { in gsec_aes_gcm_aead_crypter_nonce_length() 143 char** error_details) { in gsec_aes_gcm_aead_crypter_key_length() 157 char** error_details) { in gsec_aes_gcm_aead_crypter_tag_length() 219 char** error_details) { in aes_gcm_rekey_if_required() 251 char** error_details) { in gsec_aes_gcm_aead_crypter_encrypt_iovec() 389 char** error_details) { in gsec_aes_gcm_aead_crypter_decrypt_iovec() 596 gsec_aes_gcm_aead_crypter* aes_gcm_crypter, char** error_details) { in aes_gcm_new_evp_cipher_ctx() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.cc | 34 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()
|
D | alts_unseal_privacy_integrity_crypter.cc | 38 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()
|
D | alts_seal_privacy_integrity_crypter.cc | 37 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()
|
D | alts_counter.cc | 37 char** error_details) { in alts_counter_create() 68 char** error_details) { in alts_counter_increment()
|
D | alts_frame_protector.cc | 61 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
|
D | alts_crypter.cc | 36 size_t data_size, size_t* output_size, char** error_details) { in alts_crypter_process_in_place()
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 74 char** error_details) { in ensure_header_and_tag_length() 99 char** error_details) { in increment_counter() 128 char** error_details) { in write_frame_header() 143 char** error_details) { in verify_frame_header() 189 char** error_details) { in alts_iovec_record_protocol_integrity_only_protect() 244 char** error_details) { in alts_iovec_record_protocol_integrity_only_unprotect() 292 char** error_details) { in alts_iovec_record_protocol_privacy_integrity_protect() 358 iovec_t unprotected_data, char** error_details) { in alts_iovec_record_protocol_privacy_integrity_unprotect() 430 char** error_details) { in alts_iovec_record_protocol_create()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 54 char* error_details = nullptr; in alts_grpc_privacy_integrity_protect() local 100 char* error_details = nullptr; in alts_grpc_privacy_integrity_unprotect() local
|
D | alts_grpc_integrity_only_record_protocol.cc | 57 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
|
D | alts_grpc_record_protocol_common.cc | 99 char* error_details = nullptr; in alts_grpc_record_protocol_init() local
|
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_counter_test.cc | 38 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
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | status.h | 98 const grpc::string& error_details) in Status() 115 grpc::string error_details() const { return binary_error_details_; } in error_details() function
|
/external/grpc-grpc/src/core/lib/security/credentials/plugin/ |
D | plugin_credentials.cc | 76 size_t num_md, grpc_status_code status, const char* error_details) { in process_plugin_result() 119 const char* error_details) { in plugin_md_request_metadata_ready() 181 const char* error_details = nullptr; in plugin_get_request_metadata() local
|
/external/grpc-grpc/test/cpp/util/ |
D | error_details_test.cc | 37 grpc::string error_details = expected.SerializeAsString(); in TEST() local 55 grpc::string error_details("I am not a status object"); in TEST() local
|
/external/libchrome/base/files/ |
D | file.cc | 51 File::File(Error error_details) in File()
|
D | file.h | 191 Error error_details() const { return error_details_; } in error_details() function
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | verbs_service.proto | 56 string error_details = 3; field
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call_credentials.c | 96 char* error_details; in grpc_rb_call_credentials_callback_with_gil() local 120 const char** error_details) { in grpc_rb_call_credentials_plugin_get_metadata()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | credentials.pxd.pxi | 24 cdef int _get_metadata(
|
D | credentials.pyx.pxi | 42 cdef int _get_metadata( 50 def callback(metadata, grpc_status_code status, bytes error_details):
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 209 const char** error_details) { in GetMetadata() 247 grpc_status_code* status_code, const char** error_details) { in InvokePlugin()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | call_credentials.c | 142 const char **error_details) { in plugin_get_metadata()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 431 char* error_details = grpc_slice_to_c_string(*details); in alts_tsi_handshaker_handle_response() local 469 char* error_details = grpc_slice_to_c_string(*details); in alts_tsi_handshaker_handle_response() local
|