Home
last modified time | relevance | path

Searched refs:is_ca (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c145 uint16_t remote_lid_ho, boolean_t is_ca) in cache_add_sw_link() argument
157 lid_ho, p->port_num, remote_lid_ho, (is_ca) ? "CA/RTR" : "SW"); in cache_add_sw_link()
179 if (is_ca) in cache_add_sw_link()
185 p_cache_sw->ports[p->port_num].is_leaf = is_ca; in cache_add_sw_link()
251 boolean_t is_ca) in cache_remove_port() argument
288 if ((p_cache_sw->ports[port_num].is_leaf && !is_ca) || in cache_remove_port()
289 (!p_cache_sw->ports[port_num].is_leaf && is_ca)) { in cache_remove_port()
/freebsd/crypto/openssl/test/recipes/
H A D25-test_req.t392 my $is_ca = $cert =~ m/CA/;
393 my $cn = $is_ca ? "CA" : "EE";
395 my $key = $is_ca ? $ca_key : srctop_file(@certs, "ee-key.pem");
/freebsd/crypto/openssh/
H A Dauthfd.h33 int is_ca; member
H A DPROTOCOL.agent63 bool is_ca
H A Dssh-agent.c283 out->is_ca = dch->is_ca; in dup_dest_constraint_hop()
325 dch->is_ca, dch->nkeys); in dump_dest_constraint_hop()