HomeSort by relevance Sort by last modified time
    Searched defs:BIO_make_bio_pair (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
bio.h 523 #define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)
  /external/openssl/include/openssl/
bio.h 523 #define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)

Completed in 33 milliseconds