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

/freebsd-13-stable/lib/libgssapi/
H A Dgss_utils.c39 gss_oid_equal(const gss_OID oid1, const gss_OID oid2) argument
42 if (oid1 == oid2)
44 if (!oid1 || !oid2)
46 if (oid1->length != oid2->length)
48 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-13-stable/sys/kgssapi/
H A Dgssapi_impl.h62 int kgss_oid_equal(const gss_OID oid1, const gss_OID oid2);
H A Dgss_impl.c141 kgss_oid_equal(const gss_OID oid1, const gss_OID oid2) argument
144 if (oid1 == oid2)
146 if (!oid1 || !oid2)
148 if (oid1->length != oid2->length)
150 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c1257 unsigned oid2[] = { 1, 2, 840, 113554, 1, 2, 2}; local
1261 { 7, oid2 },

Completed in 69 milliseconds