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

  /external/openssl/crypto/bio/
bio.h 439 #define BIO_C_MAKE_BIO_PAIR 138
587 #define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)
    [all...]
  /external/openssl/include/openssl/
bio.h 439 #define BIO_C_MAKE_BIO_PAIR 138
587 #define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)
    [all...]

Completed in 20 milliseconds