Searched refs:SSL_ctrl (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dtls1.h334 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name)
340 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
343 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL)
346 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
349 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
352 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
355 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
358 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg)
361 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg)
386 SSL_ctrl(
[all...]
H A Dssl.h792 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
794 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
796 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
805 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
807 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
809 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
811 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
813 SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL)
815 SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL)
818 SSL_ctrl((ss
[all...]
H A Dssl_lib.c1109 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) function
1573 if (!SSL_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, 0, NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dtls1.h334 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name)
340 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
343 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL)
346 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
349 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
352 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
355 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
358 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg)
361 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg)
386 SSL_ctrl(
[all...]
H A Dssl.h792 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
794 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
796 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
805 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
807 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
809 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
811 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
813 SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL)
815 SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL)
818 SSL_ctrl((ss
[all...]
H A Dssl_lib.c1109 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) function
1573 if (!SSL_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, 0, NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h562 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
564 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
571 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
573 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
575 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
581 #define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
1180 SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL)
1182 SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL)
1184 SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL)
1186 SSL_ctrl((ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h562 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
564 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
571 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
573 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
575 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
581 #define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
1180 SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL)
1182 SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL)
1184 SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL)
1186 SSL_ctrl((ss
[all...]
H A Dssl_lib.c942 long SSL_ctrl(SSL *s,int cmd,long larg,void *parg) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c1527 if (SSL_ctrl(con,SSL_CTRL_GET_FLAGS,0,NULL) &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_server.c2692 if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_server.c2692 if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) &

Completed in 162 milliseconds