Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_genn.c345 res = ASN1_STRING_cmp(a->nameAssigner, b->nameAssigner); in EDIPARTYNAME_cmp()
356 return ASN1_STRING_cmp(a->partyName, b->partyName); in EDIPARTYNAME_cmp()
383 result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5); in GENERAL_NAME_cmp()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_octet.c92 return ASN1_STRING_cmp(a, b); in ASN1_OCTET_STRING_cmp()
H A Da_type.c190 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
H A Da_string.c111 ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
H A Da_int.c121 ret = ASN1_STRING_cmp(a, b); in ASN1_INTEGER_cmp()
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_ess.c290 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue)) in cms_Receipt_verify()
349 if (ASN1_STRING_cmp(rr->signedContentIdentifier, in cms_Receipt_verify()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dasn1.h562 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dca.c1912 if (ASN1_STRING_cmp(str, str2) != 0) in do_body()
/dflybsd-src/crypto/libressl/
H A DChangeLog304 - Rewrite ASN1_STRING_cmp()