Searched refs:protected_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 | 243 size_t protected_vec_length, iovec_t header, iovec_t tag, in alts_iovec_record_protocol_integrity_only_unprotect() argument 266 size_t data_length = get_total_length(protected_vec, protected_vec_length); in alts_iovec_record_protocol_integrity_only_unprotect() 279 alts_counter_get_size(rp->ctr), protected_vec, protected_vec_length, &tag, in alts_iovec_record_protocol_integrity_only_unprotect() 357 const iovec_t* protected_vec, size_t protected_vec_length, in alts_iovec_record_protocol_privacy_integrity_unprotect() argument 378 get_total_length(protected_vec, protected_vec_length); in alts_iovec_record_protocol_privacy_integrity_unprotect() 411 /* aad_vec_length = */ 0, protected_vec, protected_vec_length, in alts_iovec_record_protocol_privacy_integrity_unprotect()
|
D | alts_iovec_record_protocol.h | 114 size_t protected_vec_length, iovec_t header, iovec_t tag, 159 const iovec_t* protected_vec, size_t protected_vec_length,
|