Home
last modified time | relevance | path

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

/freebsd/lib/libgssapi/
H A Dgss_utils.c37 gss_oid_equal(const gss_OID oid1, const gss_OID oid2) in gss_oid_equal() argument
40 if (oid1 == oid2) in gss_oid_equal()
42 if (!oid1 || !oid2) in gss_oid_equal()
44 if (oid1->length != oid2->length) in gss_oid_equal()
46 if (memcmp(oid1->elements, oid2->elements, oid1->length)) in gss_oid_equal()
/freebsd/sys/kgssapi/
H A Dgss_impl.c101 kgss_oid_equal(const gss_OID oid1, const gss_OID oid2) in kgss_oid_equal() argument
104 if (oid1 == oid2) in kgss_oid_equal()
106 if (!oid1 || !oid2) in kgss_oid_equal()
108 if (oid1->length != oid2->length) in kgss_oid_equal()
110 if (memcmp(oid1->elements, oid2->elements, oid1->length)) in kgss_oid_equal()
H A Dgssapi_impl.h73 int kgss_oid_equal(const gss_OID oid1, const gss_OID oid2);
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c1375 unsigned oid2[] = { 1, 2, 840, 113554, 1, 2, 2};
1379 { 7, oid2 },
1257 unsigned oid2[] = { 1, 2, 840, 113554, 1, 2, 2}; check_TESTMechTypeList() local