Searched refs:BIO_meth_set_puts (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_meth_new.pod | 9 BIO_meth_set_puts, BIO_meth_get_gets, BIO_meth_set_gets, BIO_meth_get_ctrl, 39 int BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *)); 99 BIO_meth_get_puts() and BIO_meth_set_puts() get and set the function used for
|
/third_party/openssl/test/testutil/ |
D | tap_bio.c | 32 BIO_meth_set_puts(tap, tap_puts); in BIO_f_tap()
|
/third_party/openssl/crypto/bio/ |
D | bio_meth.c | 156 int BIO_meth_set_puts(BIO_METHOD *biom, in BIO_meth_set_puts() function
|
/third_party/openssl/apps/ |
D | bf_prefix.c | 37 || !BIO_meth_set_puts(prefix_meth, prefix_puts) in apps_bf_prefix()
|
D | s_server.c | 325 || !BIO_meth_set_puts(methods_ebcdic, ebcdic_puts) in BIO_f_ebcdic_filter()
|
/third_party/openssl/test/ |
D | ssltestlib.c | 80 || !BIO_meth_set_puts(method_tls_dump, tls_dump_puts) in bio_f_tls_dump_filter() 317 || !TEST_true(BIO_meth_set_puts(meth_mem, mempacket_test_puts)) in bio_s_mempacket_test() 634 || !TEST_true(BIO_meth_set_puts(meth_always_retry, in bio_s_always_retry()
|
D | sslcorrupttest.c | 116 || !BIO_meth_set_puts(method_tls_corrupt, tls_corrupt_puts) in bio_f_tls_corrupt_filter()
|
D | asynciotest.c | 52 || !BIO_meth_set_puts(methods_async, async_puts) in bio_f_async_filter()
|
D | tls13ccstest.c | 48 || !BIO_meth_set_puts(method_watchccs, watchccs_puts) in bio_f_watchccs_filter()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 289 BIO_meth_set_puts(p->url_bio_method, url_bio_bputs); in tls_open()
|
/third_party/node/src/ |
D | node_crypto_bio.cc | 233 BIO_meth_set_puts(method, Puts); in GetMethod()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 289 BIO_meth_set_puts(meth, shrpx_bio_puts); in create_bio_method()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 780 int BIO_meth_set_puts(BIO_METHOD *biom,
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 759 BIO_meth_set_puts(context->dtls.meth, coap_dgram_puts); in coap_dtls_new_context() 778 BIO_meth_set_puts(context->tls.meth, coap_sock_puts); in coap_dtls_new_context()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 799 #define BIO_meth_set_puts BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_set_puts) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3989 BIO_meth_set_puts 3935 1_1_0 EXIST::FUNCTION:
|