Searched refs:conf2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ssl_test_ctx_test.c | 37 SSL_TEST_CLIENT_CONF *conf2) in clientconf_eq() argument 39 if (!TEST_int_eq(conf1->verify_callback, conf2->verify_callback) in clientconf_eq() 40 || !TEST_int_eq(conf1->servername, conf2->servername) in clientconf_eq() 41 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols) in clientconf_eq() 42 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) in clientconf_eq() 43 || !TEST_int_eq(conf1->ct_validation, conf2->ct_validation) in clientconf_eq() 45 conf2->max_fragment_len_mode)) in clientconf_eq()
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini-nas4220b.dts | 117 conf2 {
|
H A D | gemini-sq201.dts | 192 conf2 {
|
H A D | gemini-sl93512r.dts | 196 conf2 {
|
H A D | gemini-dlink-dns-313.dts | 246 conf2 {
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 2036 struct wpabuf *conf = NULL, *conf2 = NULL, *env_data = NULL, *pc = NULL; in dpp_build_conf_resp() local 2059 conf2 = dpp_build_conf_obj(auth, netrole, 1, cert_req); in dpp_build_conf_resp() 2083 if (conf2) in dpp_build_conf_resp() 2084 clear_len += 4 + wpabuf_len(conf2); in dpp_build_conf_resp() 2165 if (auth->peer_version >= 2 && conf2) { in dpp_build_conf_resp() 2167 wpabuf_put_le16(clear, wpabuf_len(conf2)); in dpp_build_conf_resp() 2168 wpabuf_put_buf(clear, conf2); in dpp_build_conf_resp() 2169 } else if (conf2) { in dpp_build_conf_resp() 2263 wpabuf_clear_free(conf2); in dpp_build_conf_resp()
|