Home
last modified time | relevance | path

Searched defs:BIO_clear_flags (Results 1 – 3 of 3) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_lib.c190 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() function
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_lib.c206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() function
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c1161 #define BIO_clear_flags(b, x) b->flags &= ~(x) macro