Searched refs:SSL_get_rbio (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_pkt.c251 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
254 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO,
689 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) {
806 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
845 if (BIO_dgram_is_sctp(SSL_get_rbio(s))) {
847 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO,
945 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
950 BIO_clear_retry_flags(SSL_get_rbio(s));
951 BIO_set_retry_read(SSL_get_rbio(s));
959 if (BIO_dgram_is_sctp(SSL_get_rbio(
[all...]
H A Dd1_clnt.c287 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
290 BIO_clear_retry_flags(SSL_get_rbio(s));
291 BIO_set_retry_read(SSL_get_rbio(s));
309 BIO_clear_retry_flags(SSL_get_rbio(s));
310 BIO_set_retry_read(SSL_get_rbio(s));
H A Dd1_srvr.c390 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
393 BIO_clear_retry_flags(SSL_get_rbio(s));
394 BIO_set_retry_read(SSL_get_rbio(s));
411 BIO_clear_retry_flags(SSL_get_rbio(s));
412 BIO_set_retry_read(SSL_get_rbio(s));
H A Dd1_lib.c380 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
456 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
556 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client);
H A Ds3_pkt.c1318 BIO_clear_retry_flags(SSL_get_rbio(s));
1319 BIO_set_retry_read(SSL_get_rbio(s));
1390 bio = SSL_get_rbio(s);
1570 bio = SSL_get_rbio(s);
H A Dbio_ssl.c349 bio = SSL_get_rbio(ssl);
H A Dssl_lib.c692 BIO *SSL_get_rbio(const SSL *s) function
712 b = SSL_get_rbio(s);
764 SSL_set_bio(s, SSL_get_rbio(s), bio);
766 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
2713 bio = SSL_get_rbio(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_pkt.c251 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
254 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO,
689 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) {
806 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
845 if (BIO_dgram_is_sctp(SSL_get_rbio(s))) {
847 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO,
945 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
950 BIO_clear_retry_flags(SSL_get_rbio(s));
951 BIO_set_retry_read(SSL_get_rbio(s));
959 if (BIO_dgram_is_sctp(SSL_get_rbio(
[all...]
H A Dd1_clnt.c287 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
290 BIO_clear_retry_flags(SSL_get_rbio(s));
291 BIO_set_retry_read(SSL_get_rbio(s));
309 BIO_clear_retry_flags(SSL_get_rbio(s));
310 BIO_set_retry_read(SSL_get_rbio(s));
H A Dd1_srvr.c390 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
393 BIO_clear_retry_flags(SSL_get_rbio(s));
394 BIO_set_retry_read(SSL_get_rbio(s));
411 BIO_clear_retry_flags(SSL_get_rbio(s));
412 BIO_set_retry_read(SSL_get_rbio(s));
H A Dd1_lib.c380 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
456 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
556 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client);
H A Ds3_pkt.c1318 BIO_clear_retry_flags(SSL_get_rbio(s));
1319 BIO_set_retry_read(SSL_get_rbio(s));
1390 bio = SSL_get_rbio(s);
1570 bio = SSL_get_rbio(s);
H A Dbio_ssl.c349 bio = SSL_get_rbio(ssl);
H A Dssl_lib.c692 BIO *SSL_get_rbio(const SSL *s) function
712 b = SSL_get_rbio(s);
764 SSL_set_bio(s, SSL_get_rbio(s), bio);
766 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
2713 bio = SSL_get_rbio(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c1236 BIO_set_callback(SSL_get_rbio(con),bio_dump_callback);
1237 BIO_set_callback_arg(SSL_get_rbio(con),(char *)bio_s_out);
1640 BIO_set_callback(SSL_get_rbio(con),bio_dump_callback);
1641 BIO_set_callback_arg(SSL_get_rbio(con),(char *)bio_s_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_server.c2277 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2278 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2840 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2841 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
3224 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
3225 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
H A Ds_cb.c1029 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
1102 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_lib.c529 BIO *SSL_get_rbio(const SSL *s) function
545 b=SSL_get_rbio(s);
597 SSL_set_bio(s,SSL_get_rbio(s),bio);
600 SSL_set_bio(s,SSL_get_rbio(s),SSL_get_rbio(s));
1961 bio=SSL_get_rbio(s);
H A Dbio_ssl.c355 bio=SSL_get_rbio(ssl);
H A Dd1_both.c929 bio = SSL_get_rbio(s);
939 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ);
H A Ds3_pkt.c1004 bio=SSL_get_rbio(s);
1144 bio=SSL_get_rbio(s);
H A Dd1_pkt.c878 bio=SSL_get_rbio(s);
1065 bio=SSL_get_rbio(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_server.c2277 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2278 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2840 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2841 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
3224 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
3225 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
H A Ds_cb.c1029 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
1102 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_openssl.c540 BIO_number_read(SSL_get_rbio(bev_ssl->ssl));
547 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl));

Completed in 320 milliseconds

12