Home
last modified time | relevance | path

Searched defs:BIO_set_app_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in408 # define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg) macro
H A Dbio.h431 # define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg) macro