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

  /external/boringssl/src/crypto/bio/
bio.c 182 i = (int)(bio->callback(bio, callback_flags | BIO_CB_RETURN, buf, len, 0L,
234 ret = bio->callback(bio, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
342 ret = cb(bio, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
  /external/boringssl/src/include/openssl/
bio.h 228 * with |BIO_CB_RETURN| if the callback is being made after the operation in
702 * The BIO_CB_RETURN flag indicates if it is after the call */
703 #define BIO_CB_RETURN 0x80
    [all...]

Completed in 49 milliseconds