Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c6610 size_t numpipes, plaintextlen, i; in test_evp_cipher_pipeline() local
6634 for (plaintextlen = 1; plaintextlen <= 256; plaintextlen++) { in test_evp_cipher_pipeline()
6650 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline()
6651 … || !TEST_ptr(ciphertext_array_p[i] = OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()
6656 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline()
6657 inlen_array[i] = plaintextlen; in test_evp_cipher_pipeline()
6660 outsize_array[i] = plaintextlen + EVP_MAX_BLOCK_LENGTH; in test_evp_cipher_pipeline()
6662 if (!TEST_ptr(ciphertext = OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()
6664 || !TEST_ptr(exp_plaintext = OPENSSL_malloc(plaintextlen))) in test_evp_cipher_pipeline()
6709 plaintextlen)) in test_evp_cipher_pipeline()
[all …]