Searched refs:gsec_aead_crypter_nonce_length (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.cc | 98 gsec_aead_crypter_nonce_length(crypter, &counter_size, error_details); in alts_crypter_create_common()
|
/third_party/grpc/src/core/tsi/alts/crypt/ |
D | gsec.h | 379 grpc_status_code gsec_aead_crypter_nonce_length(
|
D | gsec.cc | 144 grpc_status_code gsec_aead_crypter_nonce_length( in gsec_aead_crypter_nonce_length() function
|
/third_party/grpc/test/core/tsi/alts/crypt/ |
D | aes_gcm_test.cc | 86 gsec_aead_crypter_nonce_length(crypter, &nonce_length, nullptr); in gsec_test_random_encrypt_decrypt() 234 gsec_aead_crypter_nonce_length(crypter, &nonce_length, nullptr); in gsec_test_multiple_random_encrypt_decrypt() 417 gsec_aead_crypter_nonce_length(crypter, &nonce_length, nullptr); in gsec_test_encryption_failure() 541 gsec_aead_crypter_nonce_length(crypter, &nonce_length, nullptr); in gsec_test_decryption_failure()
|
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 444 gsec_aead_crypter_nonce_length(crypter, &counter_length, error_details); in alts_iovec_record_protocol_create()
|