Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DASN1_TYPE_get.pod5 ASN1_TYPE_get, ASN1_TYPE_set, ASN1_TYPE_set1, ASN1_TYPE_cmp, ASN1_TYPE_unpack_sequence, ASN1_TYPE_p…
15 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
35 ASN1_TYPE_cmp() compares ASN.1 types B<a> and B<b> and returns 0 if
63 ASN1_TYPE_cmp() may not return zero if two types are equivalent but have
65 value under BER can have any nonzero encoding but ASN1_TYPE_cmp() will
68 If either or both of the parameters passed to ASN1_TYPE_cmp() is NULL the
83 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Dx_algor.c93 return ASN1_TYPE_cmp(a->parameter, b->parameter); in X509_ALGOR_cmp()
H A Da_type.c63 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b) in ASN1_TYPE_cmp() function
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c144 result = ASN1_TYPE_cmp(a->value, b->value); in OTHERNAME_cmp()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dasn1.h523 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map138 ASN1_TYPE_cmp;
/freebsd-13.1/crypto/openssl/
H A DNEWS313 o Segmentation fault in ASN1_TYPE_cmp fix (CVE-2015-0286)
H A DCHANGES3035 *) Segmentation fault in ASN1_TYPE_cmp fix
3037 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is
3038 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile551 MLINKS+= ASN1_TYPE_get.3 ASN1_TYPE_cmp.3