Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/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 …]
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1053 ctf_id_t lref = CTF_ERR, rref = CTF_ERR; in dt_node_is_ptrcompat() local
1092 lref = ctf_type_resolve(lfp, in dt_node_is_ptrcompat()
1096 lref = ctf_type_resolve(lfp, r.ctr_contents); in dt_node_is_ptrcompat()
1121 lref = rref; in dt_node_is_ptrcompat()
1126 rref = lref; in dt_node_is_ptrcompat()
1130 lp_is_void = ctf_type_encoding(lfp, lref, &e) == 0 && IS_VOID(e); in dt_node_is_ptrcompat()
1140 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref)); in dt_node_is_ptrcompat()