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