Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bio/
H A Dbio_cb.c123 case BIO_CB_CTRL: in BIO_debug_callback()
139 case BIO_CB_RETURN|BIO_CB_CTRL: in BIO_debug_callback()
H A Dbio_lib.c103 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
111 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
576 if ((ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, in BIO_ctrl()
584 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, in BIO_ctrl()
607 if ((ret = bio_call_callback(b, BIO_CB_CTRL, (void *)&fp, 0, in BIO_callback_ctrl()
615 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, in BIO_callback_ctrl()
H A Dbio.h251 #define BIO_CB_CTRL 0x06 macro
/openbsd/lib/libcrypto/evp/
H A Dbio_enc.c419 if (cb(bio, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 0L) <= 0) in BIO_set_cipher()
429 return cb(bio, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()