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

  /external/boringssl/src/crypto/bio/
bio.c 211 ret = bio->callback(bio, BIO_CB_CTRL, parg, cmd, larg, 1);
220 ret = bio->callback(bio, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
323 ret = cb(bio, BIO_CB_CTRL, (void *)&fp, cmd, 0, 1L);
332 ret = cb(bio, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
  /external/boringssl/src/include/openssl/
bio.h 616 #define BIO_CB_CTRL 0x06
    [all...]

Completed in 4116 milliseconds