Searched refs:unprotected_vec_length (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 188 size_t unprotected_vec_length, iovec_t header, iovec_t tag, in alts_iovec_record_protocol_integrity_only_protect() argument 214 get_total_length(unprotected_vec, unprotected_vec_length); in alts_iovec_record_protocol_integrity_only_protect() 226 alts_counter_get_size(rp->ctr), unprotected_vec, unprotected_vec_length, in alts_iovec_record_protocol_integrity_only_protect() 291 size_t unprotected_vec_length, iovec_t protected_frame, in alts_iovec_record_protocol_privacy_integrity_protect() argument 312 get_total_length(unprotected_vec, unprotected_vec_length); in alts_iovec_record_protocol_privacy_integrity_protect() 340 /* aad_vec_length = */ 0, unprotected_vec, unprotected_vec_length, in alts_iovec_record_protocol_privacy_integrity_protect()
|
D | alts_iovec_record_protocol.h | 93 size_t unprotected_vec_length, iovec_t header, iovec_t tag, 136 size_t unprotected_vec_length, iovec_t protected_frame,
|