Lines Matching refs:DECRYPT
18 #define DECRYPT 0
129 /* Decrypt tests */
135 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT)))
165 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
166 TEST_info("Split decrypt failed @ operation %d", i);
178 TEST_info("Decrypt overstep check failed @ operation %d", i);
185 TEST_info("Decrypt compare failed @ operation %d", i);
197 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
198 TEST_info("Small chunk decrypt failed @ operation %d", i);
212 TEST_info("Small chunk decrypt compare failed @ operation %d", i);
310 || !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, KEY, IV, DECRYPT))