Home
last modified time | relevance | path

Searched refs:BIO_C_GET_BIND_MODE (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/include/openssl/
Dbio.h326 # define BIO_C_GET_BIND_MODE 132 macro
402 # define BIO_get_bind_mode(b) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
/third_party/openssl/crypto/bio/
Dbss_acpt.c528 case BIO_C_GET_BIND_MODE: in acpt_ctrl()