Searched refs:alts_counter_get_counter (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_counter_test.cc | 99 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/ |
D | alts_iovec_record_protocol.cc | 225 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/ |
D | alts_counter.h | 90 unsigned char* alts_counter_get_counter(alts_counter* crypter_counter);
|
D | alts_counter.cc | 106 unsigned char* alts_counter_get_counter(alts_counter* crypter_counter) { in alts_counter_get_counter() function
|
D | alts_unseal_privacy_integrity_crypter.cc | 69 rp_crypter->crypter, alts_counter_get_counter(rp_crypter->ctr), in alts_unseal_crypter_process_in_place()
|
D | alts_seal_privacy_integrity_crypter.cc | 73 rp_crypter->crypter, alts_counter_get_counter(rp_crypter->ctr), in alts_seal_crypter_process_in_place()
|