Searched refs:ssl_callback_ctrl (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbio_ssl.c25 static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
48 ssl_callback_ctrl,
393 static long ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) function
H A Dssl_local.h470 long (*ssl_callback_ctrl) (SSL *s, int cb_id, void (*fp) (void)); member in struct:ssl_method_st
H A Dssl_lib.c2300 return s->method->ssl_callback_ctrl(s, cmd, fp);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c25 static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
48 ssl_callback_ctrl,
393 static long ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) function
H A Dssl_local.h518 long (*ssl_callback_ctrl) (SSL *s, int cb_id, void (*fp) (void)); member in struct:ssl_method_st
H A Dssl_lib.c2482 return s->method->ssl_callback_ctrl(s, cmd, fp);

Completed in 293 milliseconds