Searched refs:plaintextlen (Results 1 – 1 of 1) sorted by relevance
8017 size_t numpipes, plaintextlen, i; in test_evp_cipher_pipeline() local8041 for (plaintextlen = 1; plaintextlen <= 256; plaintextlen++) { in test_evp_cipher_pipeline()8057 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline()8058 … || !TEST_ptr(ciphertext_array_p[i] = OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()8063 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline()8064 inlen_array[i] = plaintextlen; in test_evp_cipher_pipeline()8067 outsize_array[i] = plaintextlen + EVP_MAX_BLOCK_LENGTH; in test_evp_cipher_pipeline()8069 if (!TEST_ptr(ciphertext = OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()8071 || !TEST_ptr(exp_plaintext = OPENSSL_malloc(plaintextlen))) in test_evp_cipher_pipeline()8116 plaintextlen)) in test_evp_cipher_pipeline()[all …]