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

  /external/openssl/crypto/bio/
bio.h 252 * The BIO_CB_RETURN flag indicates if it is after the call */
253 #define BIO_CB_RETURN 0x80
254 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
255 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
256 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
  /external/openssl/include/openssl/
bio.h 252 * The BIO_CB_RETURN flag indicates if it is after the call */
253 #define BIO_CB_RETURN 0x80
254 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
255 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
256 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)

Completed in 19 milliseconds