Lines Matching refs:DECRYPT
18 #define DECRYPT 0
122 /* Decrypt tests */
128 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT)))
148 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
149 TEST_info("Split decrypt failed @ operation %d", i);
161 TEST_info("Decrypt overstep check failed @ operation %d", i);
168 TEST_info("Decrypt compare failed @ operation %d", i);
180 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
181 TEST_info("Small chunk decrypt failed @ operation %d", i);
195 TEST_info("Small chunk decrypt compare failed @ operation %d", i);