Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbio.h334 # define BIO_C_DESTROY_BIO_PAIR 139 macro
502 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
/third_party/openssl/crypto/bio/
Dbss_bio.c462 case BIO_C_DESTROY_BIO_PAIR: in bio_ctrl()