Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/comp/
HDcomp.h28 long (*callback_ctrl) (void); member
/trueos/crypto/openssl/crypto/bio/
HDbio_lib.c376 if ((b->method == NULL) || (b->method->callback_ctrl == NULL)) { in BIO_callback_ctrl()
387 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
HDbio.h321 long (*callback_ctrl) (BIO *, int, bio_info_cb *); member