Searched defs:BIO_get_flags (Results 1 – 2 of 2) sorted by relevance
/external/openssl/include/openssl/ | ||
D | bio.h | 237 #define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) macro |
/external/openssl/crypto/bio/ | ||
D | bio.h | 237 #define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) macro |