Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c6510 size_t ciphertextlen_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
6564 ciphertextlen_array[i] = 0; in test_evp_cipher_pipeline()
6591 ciphertextlen_array[i] = outlen_array[i]; in test_evp_cipher_pipeline()
6592 temp[i] = ciphertext_array_p[i] + ciphertextlen_array[i]; in test_evp_cipher_pipeline()
6593 outsize_array[i] = outsize_array[i] - ciphertextlen_array[i]; in test_evp_cipher_pipeline()
6600 ciphertextlen_array[i] += outlen_array[i]; in test_evp_cipher_pipeline()
6631 if (!TEST_mem_eq(ciphertext_array_p[i], ciphertextlen_array[i], in test_evp_cipher_pipeline()
6656 ciphertextlen_array))) in test_evp_cipher_pipeline()