Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test.c5926 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
5929 void **aead_tags = (void **)&tag_array; in test_evp_cipher_pipeline()
5967 memset(tag_array, 0, sizeof(tag_array)); in test_evp_cipher_pipeline()
5978 || !TEST_ptr(tag_array[i] = OPENSSL_malloc(taglen))) in test_evp_cipher_pipeline()
6054 || !TEST_mem_eq(tag_array[i], taglen, tag, taglen)) in test_evp_cipher_pipeline()
6099 OPENSSL_free(tag_array[i]); in test_evp_cipher_pipeline()
6115 OPENSSL_free(tag_array[i]); in test_evp_cipher_pipeline()

Completed in 27 milliseconds