Searched refs:BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | d1_clnt.c | 176 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); in IMPLEMENT_dtls1_meth_func() 761 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
|
D | d1_srvr.c | 180 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); in IMPLEMENT_dtls1_meth_func() 840 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
|
/external/openssl/ssl/ |
D | d1_clnt.c | 176 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); in IMPLEMENT_dtls1_meth_func() 761 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
|
D | d1_srvr.c | 180 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); in IMPLEMENT_dtls1_meth_func() 840 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio.h | 180 #define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE 50 macro
|
D | bss_dgram.c | 1370 case BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE: in dgram_sctp_ctrl()
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 180 #define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE 50 macro
|
/external/openssl/crypto/bio/ |
D | bio.h | 180 #define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE 50 macro
|
D | bss_dgram.c | 1370 case BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE: in dgram_sctp_ctrl()
|
/external/openssl/include/openssl/ |
D | bio.h | 180 #define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE 50 macro
|