Searched defs:SSL_set0_wbio (Results 1 – 3 of 3) sorted by relevance
766 void SSL_set0_wbio(SSL *ssl, BIO *wbio) { in SSL_set0_wbio() function
1248 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio() function
426 #define SSL_set0_wbio BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set0_wbio) macro