Searched refs:BIO_clear_flags (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bss_file.c | 86 BIO_clear_flags(ret, BIO_FLAGS_UPLINK); /* we did fopen -> we disengage in BIO_new_file() 219 BIO_clear_flags(b, BIO_FLAGS_UPLINK); in file_ctrl() 223 BIO_clear_flags(b, BIO_FLAGS_UPLINK); in file_ctrl() 296 BIO_clear_flags(b, BIO_FLAGS_UPLINK); /* we did fopen -> we disengage in file_ctrl()
|
D | bio_lib.c | 190 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() function
|
/third_party/openssl/test/ |
D | bio_memleak_test.c | 170 BIO_clear_flags(bio, BIO_FLAGS_MEM_RDONLY); in test_bio_rdwr_rdonly() 212 BIO_clear_flags(bio, BIO_FLAGS_NONCLEAR_RST); in test_bio_nonclear_rst()
|
D | sslcorrupttest.c | 22 BIO_clear_flags(bio, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS); in copy_flags()
|
D | ssltestlib.c | 114 BIO_clear_flags(bio, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS); in copy_flags()
|
/third_party/openssl/ssl/ |
D | bio_ssl.c | 67 BIO_clear_flags(bi, ~0); in ssl_new() 84 BIO_clear_flags(a, ~0); /* Clear all flags */ in ssl_free()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 180 void BIO_clear_flags(BIO *b, int flags); 192 BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 765 #define BIO_clear_flags BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_clear_flags) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 178 BIO_clear_flags 180 1_1_0 EXIST::FUNCTION:
|