Home
last modified time | relevance | path

Searched refs:alts_counter_get_counter (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_counter_test.cc99 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_full_range()
101 GPR_ASSERT(memcmp(alts_counter_get_counter(ctr), expected, counter_size) == in alts_counter_test_overflow_full_range()
115 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_full_range()
121 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_full_range()
148 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_single_increment()
150 GPR_ASSERT(memcmp(expected, alts_counter_get_counter(ctr), counter_size) == in alts_counter_test_overflow_single_increment()
156 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_single_increment()
159 GPR_ASSERT(memcmp(expected, alts_counter_get_counter(ctr), counter_size) == in alts_counter_test_overflow_single_increment()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc225 rp->crypter, alts_counter_get_counter(rp->ctr), in alts_iovec_record_protocol_integrity_only_protect()
278 rp->crypter, alts_counter_get_counter(rp->ctr), in alts_iovec_record_protocol_integrity_only_unprotect()
338 rp->crypter, alts_counter_get_counter(rp->ctr), in alts_iovec_record_protocol_privacy_integrity_protect()
409 rp->crypter, alts_counter_get_counter(rp->ctr), in alts_iovec_record_protocol_privacy_integrity_unprotect()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_counter.h90 unsigned char* alts_counter_get_counter(alts_counter* crypter_counter);
Dalts_counter.cc106 unsigned char* alts_counter_get_counter(alts_counter* crypter_counter) { in alts_counter_get_counter() function
Dalts_unseal_privacy_integrity_crypter.cc69 rp_crypter->crypter, alts_counter_get_counter(rp_crypter->ctr), in alts_unseal_crypter_process_in_place()
Dalts_seal_privacy_integrity_crypter.cc73 rp_crypter->crypter, alts_counter_get_counter(rp_crypter->ctr), in alts_seal_crypter_process_in_place()