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

/external/boringssl/include/openssl/
H A Dbio.h226 * with |BIO_CB_RETURN| if the callback is being made after the operation in
701 * The BIO_CB_RETURN flag indicates if it is after the call */
702 #define BIO_CB_RETURN 0x80 macro
/external/boringssl/src/include/openssl/
H A Dbio.h226 * with |BIO_CB_RETURN| if the callback is being made after the operation in
701 * The BIO_CB_RETURN flag indicates if it is after the call */
702 #define BIO_CB_RETURN 0x80 macro

Completed in 36 milliseconds