Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c6504 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
6507 void **aead_tags = (void **)&tag_array; in test_evp_cipher_pipeline()
6546 memset(tag_array, 0, sizeof(tag_array)); in test_evp_cipher_pipeline()
6557 || !TEST_ptr(tag_array[i] = OPENSSL_malloc(taglen))) in test_evp_cipher_pipeline()
6633 || !TEST_mem_eq(tag_array[i], taglen, tag, taglen)) in test_evp_cipher_pipeline()
6678 OPENSSL_free(tag_array[i]); in test_evp_cipher_pipeline()
6694 OPENSSL_free(tag_array[i]); in test_evp_cipher_pipeline()