Searched refs:BIO_get_fd (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_lib.c548 BIO_get_fd(r,&ret);
560 BIO_get_fd(r,&ret);
590 || ((int)BIO_get_fd(s->rbio,NULL) != fd))
612 || ((int)BIO_get_fd(s->wbio,NULL) != fd))
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio.h440 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c) macro

Completed in 54 milliseconds