Searched refs:DATA_SIZE (Results 1 – 1 of 1) sorted by relevance
/openssl-master/test/ |
A D | bio_enc_test.c | 20 #define DATA_SIZE 1024 macro 22 #define BUF_SIZE (DATA_SIZE + MAX_IV) 47 if (!TEST_int_gt(RAND_bytes(inp, DATA_SIZE), 0)) in do_bio_cipher() 56 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher() 67 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher() 94 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher() 120 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) in do_bio_cipher() 142 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) { in do_bio_cipher() 164 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) { in do_bio_cipher()
|
Completed in 3 milliseconds