/third_party/openssl/include/openssl/ |
D | bio.h | 358 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) 368 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ 370 # define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1, \ 372 # define BIO_set_conn_address(b,addr) BIO_ctrl(b,BIO_C_SET_CONNECT,2, \ 378 # define BIO_get_conn_ip_family(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL) 379 # define BIO_set_conn_mode(b,n) BIO_ctrl(b,BIO_C_SET_CONNECT_MODE,(n),NULL) 382 # define BIO_set_accept_name(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0, \ 384 # define BIO_set_accept_port(b,port) BIO_ctrl(b,BIO_C_SET_ACCEPT,1, \ 391 # define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(n)?(void *)"a":NULL) 392 # define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,3, \ [all …]
|
D | evp.h | 513 # define BIO_set_md(b,md) BIO_ctrl(b,BIO_C_SET_MD,0,(char *)(md)) 515 # define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)(mdp)) 516 # define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0, \ 518 # define BIO_set_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_SET_MD_CTX,0, \ 520 # define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) 521 # define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0, \
|
/third_party/openssl/crypto/bio/ |
D | bf_buff.c | 256 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 261 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 279 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 287 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 352 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 360 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 380 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl() 402 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in buffer_ctrl()
|
D | bf_lbuf.c | 221 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl() 231 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl() 256 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl() 264 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl() 283 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl() 293 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
|
D | bss_bio.c | 730 return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL); in BIO_ctrl_get_write_guarantee() 735 return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL); in BIO_ctrl_get_read_request() 740 return (BIO_ctrl(bio, BIO_C_RESET_READ_REQUEST, 0, NULL) != 0); in BIO_ctrl_reset_read_request() 757 ret = BIO_ctrl(bio, BIO_C_NREAD0, 0, buf); in BIO_nread0() 773 ret = (int)BIO_ctrl(bio, BIO_C_NREAD, num, buf); in BIO_nread() 788 ret = BIO_ctrl(bio, BIO_C_NWRITE0, 0, buf); in BIO_nwrite0() 804 ret = BIO_ctrl(bio, BIO_C_NWRITE, num, buf); in BIO_nwrite()
|
D | bio_lib.c | 497 return BIO_ctrl(b, cmd, larg, (char *)&i); in BIO_int_ctrl() 504 if (BIO_ctrl(b, cmd, larg, (char *)&p) <= 0) in BIO_ptr_ctrl() 510 long BIO_ctrl(BIO *b, int cmd, long larg, void *parg) in BIO_ctrl() function 573 return BIO_ctrl(bio, BIO_CTRL_PENDING, 0, NULL); in BIO_ctrl_pending() 578 return BIO_ctrl(bio, BIO_CTRL_WPENDING, 0, NULL); in BIO_ctrl_wpending() 595 BIO_ctrl(b, BIO_CTRL_PUSH, 0, lb); in BIO_push() 608 BIO_ctrl(b, BIO_CTRL_POP, 0, b); in BIO_pop()
|
D | bf_null.c | 84 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in nullf_ctrl() 91 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in nullf_ctrl()
|
D | bf_nbio.c | 161 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in nbiof_ctrl() 168 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in nbiof_ctrl()
|
/third_party/openssl/crypto/evp/ |
D | bio_enc.c | 315 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl() 321 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl() 326 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl() 331 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl() 357 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl() 364 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl() 383 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
|
D | bio_b64.c | 465 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl() 471 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl() 480 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl() 486 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl() 514 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl() 519 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl() 529 ret = BIO_ctrl(next, cmd, num, ptr); in b64_ctrl()
|
D | bio_md.c | 155 ret = BIO_ctrl(next, cmd, num, ptr); in md_ctrl() 177 ret = BIO_ctrl(next, cmd, num, ptr); in md_ctrl() 195 ret = BIO_ctrl(next, cmd, num, ptr); in md_ctrl()
|
D | bio_ok.c | 344 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 350 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 356 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 377 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 381 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl() 401 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
|
/third_party/openssl/test/ |
D | dtlstest.c | 223 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records() 224 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_REC, idx, NULL); in test_dtls_drop_records() 233 if (!TEST_int_eq((int)BIO_ctrl(mempackbio, MEMPACKET_CTRL_GET_DROP_REC, 0, in test_dtls_drop_records() 315 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records() 316 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records()
|
/third_party/openssl/ssl/ |
D | bio_ssl.c | 251 ret = BIO_ctrl(next, cmd, num, ptr); in ssl_ctrl() 253 ret = BIO_ctrl(ssl->rbio, cmd, num, ptr); in ssl_ctrl() 314 ret = BIO_ctrl(ssl->wbio, cmd, num, ptr); in ssl_ctrl() 323 ret = BIO_ctrl(ssl->wbio, cmd, num, ptr); in ssl_ctrl() 381 ret = BIO_ctrl(ssl->rbio, cmd, num, ptr); in ssl_ctrl() 387 ret = BIO_ctrl(ssl->rbio, cmd, num, ptr); in ssl_ctrl()
|
D | d1_lib.c | 283 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer() 358 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer() 374 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL); in dtls1_check_timeout_num() 881 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown() 887 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown() 904 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_query_mtu() 913 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_query_mtu()
|
/third_party/openssl/doc/man3/ |
D | BIO_ctrl.pod | 5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset, 17 long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg); 39 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl() 73 macros which call BIO_ctrl(). 108 Filter BIOs if they do not internally handle a particular BIO_ctrl() 117 Source/sink BIOs return an 0 if they do not recognize the BIO_ctrl()
|
D | BIO_meth_new.pod | 111 processing ctrl messages in the BIO respectively. See the L<BIO_ctrl> page for 113 calling BIO_ctrl(). The parameters for the function have the same meaning as for 114 BIO_ctrl(). 149 L<bio>, L<BIO_find_type>, L<BIO_ctrl>, L<BIO_read_ex>, L<BIO_new>
|
D | BIO_f_md.pod | 37 passed through it. It is a BIO_ctrl() macro. 40 in B<mdp>, it is a BIO_ctrl() macro. 146 separate BIO_ctrl() call.
|
D | BIO_f_cipher.pod | 39 is a BIO_ctrl() macro which can be called to determine whether the 42 BIO_get_cipher_ctx() is a BIO_ctrl() macro which retrieves the internal
|
/third_party/openssl/crypto/asn1/ |
D | bio_asn1.c | 388 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl() 397 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl() 410 return BIO_ctrl(b, cmd, 0, &extmp); in asn1_bio_set_ex() 419 ret = BIO_ctrl(b, cmd, 0, &extmp); in asn1_bio_get_ex()
|
D | bio_ndef.c | 83 || BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux) <= 0) in BIO_new_NDEF()
|
/third_party/openssl/crypto/comp/ |
D | c_zlib.c | 597 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl() 614 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl() 620 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl() 624 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
|
/third_party/openssl/test/testutil/ |
D | tap_bio.c | 134 return BIO_ctrl(next, cmd, num, ptr); in tap_ctrl()
|
/third_party/openssl/apps/ |
D | bf_prefix.c | 158 ret = BIO_ctrl(BIO_next(b), cmd, num, ptr); in prefix_ctrl()
|
/third_party/openssl/test/ossl_shim/ |
D | async_bio.cc | 93 int ret = BIO_ctrl(BIO_next(bio), cmd, num, ptr); in AsyncCtrl()
|