Searched defs:BIO_CB_RETURN (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h224 * with |BIO_CB_RETURN| if the callback is being made after the operation in
621 * The BIO_CB_RETURN flag indicates if it is after the call */
622 #define BIO_CB_RETURN 0x80 macro
/external/openssl/crypto/bio/
H A Dbio.h282 * The BIO_CB_RETURN flag indicates if it is after the call */
283 #define BIO_CB_RETURN 0x80 macro
284 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
285 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
286 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
/external/openssl/include/openssl/
H A Dbio.h282 * The BIO_CB_RETURN flag indicates if it is after the call */
283 #define BIO_CB_RETURN 0x80 macro
284 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
285 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
286 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)

Completed in 37 milliseconds