Searched refs:ASN1_TYPE_cmp (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_TYPE_get.pod | 5 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 I<a> and I<b> and returns 0 if 64 ASN1_TYPE_cmp() may not return zero if two types are equivalent but have 66 value under BER can have any nonzero encoding but ASN1_TYPE_cmp() will 69 If either or both of the parameters passed to ASN1_TYPE_cmp() is NULL the 84 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_type.c | 63 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b) in ASN1_TYPE_cmp() function
|
H A D | x_algor.c | 95 return ASN1_TYPE_cmp(a->parameter, b->parameter); in X509_ALGOR_cmp()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 144 result = ASN1_TYPE_cmp(a->value, b->value); in OTHERNAME_cmp()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_hdr_test.c | 377 if (!TEST_int_eq(ASN1_TYPE_cmp(itav->infoValue.other, pushed_val), 0)) in test_HDR_generalInfo_push1_items()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 626 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
|
H A D | asn1.h.in | 555 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 610 * Segmentation fault in ASN1_TYPE_cmp fix ([CVE-2015-0286]) 707 * Segmentation fault in ASN1_TYPE_cmp fix ([CVE-2015-0286]) 831 * Segmentation fault in ASN1_TYPE_cmp fix ([CVE-2015-0286])
|
H A D | CHANGES.md | 6366 * Segmentation fault in ASN1_TYPE_cmp fix 6368 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is 6369 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check 7494 * Segmentation fault in ASN1_TYPE_cmp fix 7496 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is 7497 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check 8559 * Segmentation fault in ASN1_TYPE_cmp fix 8561 The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is 8562 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 138 ASN1_TYPE_cmp;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 678 MLINKS+= ASN1_TYPE_get.3 ASN1_TYPE_cmp.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 524 ASN1_TYPE_cmp 537 3_0_0 EXIST::FUNCTION:
|