Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h31 #define BIO_get_init(b) (b)->init macro
44 #define BIO_get_init(b) (b)->init macro
/freebsd/contrib/libevent/
H A Dopenssl-compat.h31 #define BIO_get_init(b) (b)->init macro
44 #define BIO_get_init(b) (b)->init macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c174 int BIO_get_init(BIO *a) in BIO_get_init() function