Home
last modified time | relevance | path

Searched refs:der_cmp (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/file/src/
H A Dder.h28 file_protected int der_cmp(struct magic_set *, struct magic *);
H A Dder.c303 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp() function
H A Dsoftmagic.c2365 matched = der_cmp(ms, m); in magiccheck()
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c388 static int der_cmp(const void *a, const void *b) in der_cmp() function
448 qsort(derlst, sk_const_ASN1_VALUE_num(sk), sizeof(*derlst), der_cmp); in asn1_set_seq_out()
/freebsd/kerberos5/lib/libasn1/
H A DMakefile13 der_cmp.c \
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog376 * der_cmp.c: prefix primitive types with der_
647 * der_cmp.c (heim_integer_cmp): make it work with negative
809 * der_cmp.c (heim_bit_string_cmp): try handle corner cases better
1359 * der_cmp.c: add octet_string, integer, bit_string cmp functions
1399 * der_cmp.c: rename oid_cmp to heim_oid_cmp
1522 * der_cmp.c (oid_cmp): compare the whole array, not just
1582 * der_cmp.c: compare function for oids
1587 * der_cmp.c: compare function for oids
H A DMakefile.am96 der_cmp.c \
H A DMakefile.in153 der_length.lo der_copy.lo der_cmp.lo der_format.lo extra.lo \
550 der_cmp.c \
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der_cmp.Plo@am__quote@
/freebsd/crypto/heimdal/
H A DChangeLog.2004732 * lib/asn1/der_cmp.c: add heim_oid_cmp and heim_octet_string_cmp
734 * lib/asn1/Makefile.am (libasn1_la_SOURCES) += der_cmp.c