Searched refs:plaintextlen (Results 1 – 1 of 1) sorted by relevance
6505 size_t numpipes, plaintextlen, i; in test_evp_cipher_pipeline() local6529 for (plaintextlen = 1; plaintextlen <= 256; plaintextlen++) { in test_evp_cipher_pipeline()6545 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline()6546 … || !TEST_ptr(ciphertext_array_p[i] = OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()6551 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline()6552 inlen_array[i] = plaintextlen; in test_evp_cipher_pipeline()6555 outsize_array[i] = plaintextlen + EVP_MAX_BLOCK_LENGTH; in test_evp_cipher_pipeline()6557 if (!TEST_ptr(ciphertext = OPENSSL_malloc(plaintextlen + EVP_MAX_BLOCK_LENGTH)) in test_evp_cipher_pipeline()6559 || !TEST_ptr(exp_plaintext = OPENSSL_malloc(plaintextlen))) in test_evp_cipher_pipeline()6604 plaintextlen)) in test_evp_cipher_pipeline()[all …]