Home
last modified time | relevance | path

Searched refs:ASN1_STRING_cmp (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_genn.c78 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_genn.c78 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()
H A Dx_crl.c343 return (ASN1_STRING_cmp((ASN1_STRING *)&(*a)->serialNumber,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASN1_STRING_length.pod5 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,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_STRING_length.pod5 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 I<a> and I<b> returning 0 if the two
90 ASN1_STRING_cmp() returns an integer greater than, equal to, or less than 0,
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_octet.c22 return ASN1_STRING_cmp(a, b); in ASN1_OCTET_STRING_cmp()
H A Da_type.c101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
H A Dasn1_lib.c376 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
H A Da_int.c35 ret = ASN1_STRING_cmp(x, y); in ASN1_INTEGER_cmp()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_octet.c22 return ASN1_STRING_cmp(a, b); in ASN1_OCTET_STRING_cmp()
H A Da_type.c101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
H A Dasn1_lib.c385 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
H A Da_int.c35 ret = ASN1_STRING_cmp(x, y); in ASN1_INTEGER_cmp()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_ess.c218 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue)) in cms_Receipt_verify()
281 if (ASN1_STRING_cmp(rr->signedContentIdentifier, in cms_Receipt_verify()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_ess.c299 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue)) in ossl_cms_Receipt_verify()
361 if (ASN1_STRING_cmp(rr->signedContentIdentifier, in ossl_cms_Receipt_verify()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_protect_test.c91 && TEST_true(ASN1_STRING_cmp(protection, in execute_calc_protection_pbmac_test()
135 && TEST_true(ASN1_STRING_cmp(protection, in execute_calc_protection_signature_test()
H A Dcmp_hdr_test.c291 if (!TEST_int_eq(ASN1_STRING_cmp(text, pushed_text), 0)) in execute_HDR_push1_freeText_test()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_cl.c384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in OCSP_check_validity()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_cl.c357 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in OCSP_check_validity()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_crl.c334 return (ASN1_STRING_cmp((ASN1_STRING *)&(*a)->serialNumber,
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h544 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dasn1.h.in572 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c1552 if (ASN1_STRING_cmp(str, str2) != 0) in do_body()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map104 ASN1_STRING_cmp;
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dca.c1657 if (ASN1_STRING_cmp(str, str2) != 0) in do_body()

12