Searched refs:alts_record_protocol_crypter (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.cc | 33 const alts_record_protocol_crypter* rp_crypter, const unsigned char* data, in input_sanity_check() 48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() 70 const alts_record_protocol_crypter* rp_crypter = in alts_record_protocol_crypter_num_overhead_bytes() 71 reinterpret_cast<const alts_record_protocol_crypter*>(c); in alts_record_protocol_crypter_num_overhead_bytes() 83 alts_record_protocol_crypter* rp_crypter = in alts_record_protocol_crypter_destruct() 84 reinterpret_cast<alts_record_protocol_crypter*>(c); in alts_record_protocol_crypter_destruct() 90 alts_record_protocol_crypter* alts_crypter_create_common( in alts_crypter_create_common() 94 auto* rp_crypter = static_cast<alts_record_protocol_crypter*>( in alts_crypter_create_common() 95 gpr_malloc(sizeof(alts_record_protocol_crypter))); in alts_crypter_create_common()
|
D | alts_record_protocol_crypter_common.h | 38 typedef struct alts_record_protocol_crypter { struct 42 } alts_record_protocol_crypter; argument 62 const alts_record_protocol_crypter* rp_crypter, const unsigned char* data, 79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, 101 alts_record_protocol_crypter* alts_crypter_create_common(
|
D | alts_unseal_privacy_integrity_crypter.cc | 41 reinterpret_cast<const alts_record_protocol_crypter*>(c), data, in unseal_check() 66 alts_record_protocol_crypter* rp_crypter = in alts_unseal_crypter_process_in_place() 67 reinterpret_cast<alts_record_protocol_crypter*>(c); in alts_unseal_crypter_process_in_place() 95 alts_record_protocol_crypter* rp_crypter = in alts_unseal_crypter_create()
|
D | alts_seal_privacy_integrity_crypter.cc | 40 reinterpret_cast<const alts_record_protocol_crypter*>(c), data, in seal_check() 70 alts_record_protocol_crypter* rp_crypter = in alts_seal_crypter_process_in_place() 71 reinterpret_cast<alts_record_protocol_crypter*>(c); in alts_seal_crypter_process_in_place() 97 alts_record_protocol_crypter* rp_crypter = in alts_seal_crypter_create()
|