Lines Matching refs:plaintextlen
5936 size_t numpipes, plaintextlen, i; in test_evp_cipher_pipeline() local
5959 for (plaintextlen = 1; plaintextlen <= 256; plaintextlen++) { in test_evp_cipher_pipeline()
5975 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline()
5977 OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) 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()
5989 OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()
5991 || !TEST_ptr(exp_plaintext = OPENSSL_malloc(plaintextlen))) 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()
6091 exp_plaintext, plaintextlen)) in test_evp_cipher_pipeline()