Home
last modified time | relevance | path

Searched refs:BIO_C_DESTROY_BIO_PAIR (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h410 # define BIO_C_DESTROY_BIO_PAIR 139 macro
577 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
H A Dbio.h.in387 # define BIO_C_DESTROY_BIO_PAIR 139 macro
554 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c460 case BIO_C_DESTROY_BIO_PAIR: in bio_ctrl()