Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test.c5936 size_t numpipes, plaintextlen, i; in test_evp_cipher_pipeline() local
5959 for (plaintextlen = 1; plaintextlen <= 256; plaintextlen++) { in test_evp_cipher_pipeline()
5982 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline()
5983 inlen_array[i] = plaintextlen; in test_evp_cipher_pipeline()
5986 outsize_array[i] = plaintextlen + EVP_MAX_BLOCK_LENGTH; in test_evp_cipher_pipeline()
6036 plaintextlen)) in test_evp_cipher_pipeline()
6039 plaintextlen))) in test_evp_cipher_pipeline()
6059 outsize_array[i] = plaintextlen; in test_evp_cipher_pipeline()
6089 memset(exp_plaintext, i + 1, plaintextlen); in test_evp_cipher_pipeline()
6090 if (!TEST_mem_eq(plaintext_array[i], plaintextlen, in test_evp_cipher_pipeline()
[all …]

Completed in 76 milliseconds