Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc228 uint8_t **nonces, **aads, **messages; in gsec_test_multiple_random_encrypt_decrypt() local
230 aads = static_cast<uint8_t**>(gpr_malloc(sizeof(uint8_t*) * count)); in gsec_test_multiple_random_encrypt_decrypt()
242 gsec_test_random_array(&(aads[ind]), aad_length); in gsec_test_multiple_random_encrypt_decrypt()
269 crypter, nonces[ind], nonce_length, aads[ind], aad_length, in gsec_test_multiple_random_encrypt_decrypt()
288 crypter, nonces[ind], nonce_length, aads[ind], aad_length, in gsec_test_multiple_random_encrypt_decrypt()
302 gsec_randomly_slice(aads[ind], aad_length, &aad_vecs, &aad_vecs_length); in gsec_test_multiple_random_encrypt_decrypt()
341 gsec_randomly_slice(aads[ind], aad_length, &aad_vecs, &aad_vecs_length); in gsec_test_multiple_random_encrypt_decrypt()
369 gpr_free(aads[ind]); in gsec_test_multiple_random_encrypt_decrypt()
375 gpr_free(aads); in gsec_test_multiple_random_encrypt_decrypt()