Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c420 if (callback_ex(b, BIO_CB_CTRL, (const char *)c, 0, BIO_CTRL_SET, in BIO_set_cipher()
429 (callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, in BIO_set_cipher()
442 BIO_CTRL_SET, e, 1, NULL); in BIO_set_cipher()
445 return callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()
H A Dbio_b64.c525 case BIO_CTRL_SET: in b64_ctrl()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_null.c57 case BIO_CTRL_SET: in null_ctrl()
H A Dbss_log.c222 case BIO_CTRL_SET: in slg_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h86 # define BIO_CTRL_SET 4/* man - set the 'IO' type */ macro
H A Dbio.h.in87 # define BIO_CTRL_SET 4/* man - set the 'IO' type */ macro