Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/bio/
Dbio_cb.c95 case BIO_CB_READ: in BIO_debug_callback()
127 case BIO_CB_RETURN|BIO_CB_READ: in BIO_debug_callback()
Dbio_lib.c95 if (bareoper == BIO_CB_READ || bareoper == BIO_CB_WRITE || in bio_call_callback()
349 if ((ret = (int)bio_call_callback(b, BIO_CB_READ, out, outl, 0, in BIO_read()
365 ret = (int)bio_call_callback(b, BIO_CB_READ | BIO_CB_RETURN, in BIO_read()
Dbio.h247 #define BIO_CB_READ 0x02 macro
/openbsd/src/regress/lib/libcrypto/bio/
Dbio_asn1.c93 int read_return = BIO_CB_READ | BIO_CB_RETURN; in read_leak_cb()
/openbsd/src/usr.bin/openssl/
Ds_cb.c308 if (cmd == (BIO_CB_READ | BIO_CB_RETURN)) { in bio_dump_callback()
/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.c1337 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
1340 if( (oper == (BIO_CB_READ|BIO_CB_RETURN) && argl == 0) ||
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.c1337 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
1340 if( (oper == (BIO_CB_READ|BIO_CB_RETURN) && argl == 0) ||