Searched defs:BIO_get_ex_data (Results 1 – 4 of 4) sorted by relevance
651 void *BIO_get_ex_data(const BIO *bio, int idx) { in BIO_get_ex_data() function
698 void *BIO_get_ex_data(const BIO *bio, int idx) { in BIO_get_ex_data() function
827 #define BIO_get_ex_data BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_ex_data) macro