Searched refs:oid2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libgssapi/
H A Dgss_utils.c37 gss_oid_equal(const gss_OID oid1, const gss_OID oid2) argument
40 if (oid1 == oid2)
42 if (!oid1 || !oid2)
44 if (oid1->length != oid2->length)
46 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-10-stable/sys/kgssapi/
H A Dgssapi_impl.h60 int kgss_oid_equal(const gss_OID oid1, const gss_OID oid2);
H A Dgss_impl.c136 kgss_oid_equal(const gss_OID oid1, const gss_OID oid2) argument
139 if (oid1 == oid2)
141 if (!oid1 || !oid2)
143 if (oid1->length != oid2->length)
145 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c1257 unsigned oid2[] = { 1, 2, 840, 113554, 1, 2, 2}; local
1261 { 7, oid2 },
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_sge.c1185 struct sysctl_oid *oid2; local
1194 oid2 = SYSCTL_ADD_NODE(&vi->ctx, SYSCTL_CHILDREN(oid), OID_AUTO,
1197 rc = alloc_wrq(sc, vi, ofld_txq, oid2);

Completed in 60 milliseconds