Home | History | Annotate | Download | only in test

Lines Matching refs:DECRYPT

18 #define DECRYPT  0
107 /* Decrypt tests */
111 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT)))
126 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
127 TEST_info("Split decrypt failed @ operation %d", i);
136 TEST_info("Decrypt overstep check failed @ operation %d", i);
143 TEST_info("Decrypt compare failed @ operation %d", i);
153 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
154 TEST_info("Small chunk decrypt failed @ operation %d", i);
165 TEST_info("Small chunk decrypt compare failed @ operation %d", i);