Searched refs:ASN1_STRING_cmp (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_genn.c | 78 res = ASN1_STRING_cmp(a->nameAssigner, b->nameAssigner); in edipartyname_cmp() 89 return ASN1_STRING_cmp(a->partyName, b->partyName); in edipartyname_cmp() 101 result = ASN1_STRING_cmp(a->d.x400Address, b->d.x400Address); in GENERAL_NAME_cmp() 115 result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5); in GENERAL_NAME_cmp()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ASN1_STRING_length.pod | 5 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length, 19 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b); 43 ASN1_STRING_cmp() compares B<a> and B<b> returning 0 if the two 90 ASN1_STRING_cmp() returns an integer greater than, equal to, or less than 0,
|
| /freebsd-13.1/crypto/openssl/crypto/asn1/ |
| H A D | a_octet.c | 22 return ASN1_STRING_cmp(a, b); in ASN1_OCTET_STRING_cmp()
|
| H A D | a_type.c | 101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
|
| H A D | asn1_lib.c | 376 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
|
| H A D | a_int.c | 35 ret = ASN1_STRING_cmp(x, y); in ASN1_INTEGER_cmp()
|
| /freebsd-13.1/crypto/openssl/crypto/cms/ |
| H A D | cms_ess.c | 218 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue)) in cms_Receipt_verify() 281 if (ASN1_STRING_cmp(rr->signedContentIdentifier, in cms_Receipt_verify()
|
| /freebsd-13.1/crypto/openssl/crypto/ocsp/ |
| H A D | ocsp_cl.c | 384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in OCSP_check_validity()
|
| /freebsd-13.1/crypto/openssl/crypto/x509/ |
| H A D | x_crl.c | 330 return (ASN1_STRING_cmp((ASN1_STRING *)&(*a)->serialNumber,
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 544 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ca.c | 1550 if (ASN1_STRING_cmp(str, str2) != 0) in do_body()
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 106 ASN1_STRING_cmp;
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 517 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_cmp.3
|