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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h222 /* bio_info_cb is the type of a callback function that can be called for most
227 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd, typedef
233 OPENSSL_EXPORT long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp);
252 * after most operations. See the comment above |bio_info_cb|. */
253 OPENSSL_EXPORT void BIO_set_callback(BIO *bio, bio_info_cb callback_func);
695 long (*callback_ctrl)(BIO *, int, bio_info_cb);
/external/openssl/crypto/bio/
H A Dbio.h297 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long); typedef
310 long (*callback_ctrl)(BIO *, int, bio_info_cb *);
/external/openssl/include/openssl/
H A Dbio.h297 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long); typedef
310 long (*callback_ctrl)(BIO *, int, bio_info_cb *);

Completed in 117 milliseconds