Home
last modified time | relevance | path

Searched refs:conf2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c37 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 Dgemini-nas4220b.dts117 conf2 {
H A Dgemini-sq201.dts192 conf2 {
H A Dgemini-sl93512r.dts196 conf2 {
H A Dgemini-dlink-dns-313.dts246 conf2 {
/freebsd/contrib/wpa/src/common/
H A Ddpp.c2036 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()