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

  /external/openssl/crypto/bio/
bss_bio.c 816 r = BIO_make_bio_pair(bio1, bio2);
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 19 milliseconds