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 168 i = (int)(bio->callback(bio, callback_flags | BIO_CB_RETURN, buf, len, 0L,
220 ret = bio->callback(bio, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
332 ret = cb(bio, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
  /external/boringssl/src/include/openssl/
bio.h 222 * with |BIO_CB_RETURN| if the callback is being made after the operation in
617 * The BIO_CB_RETURN flag indicates if it is after the call */
618 #define BIO_CB_RETURN 0x80
    [all...]

Completed in 40 milliseconds