Home
last modified time | relevance | path

Searched refs:lref (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dbio_enc_test.c44 int i, lref, len; in do_bio_cipher() local
62 lref = BIO_read(b, ref, sizeof(ref)); in do_bio_cipher()
66 for (i = 1; i < lref; i++) { in do_bio_cipher()
89 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
96 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
116 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
131 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
144 for (i = 1; i < lref; i++) { in do_bio_cipher()
152 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
174 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
[all …]

Completed in 4 milliseconds