Searched refs:ASN1_STRING_cmp (Results 1 – 14 of 14) sorted by relevance
/openssl-master/doc/man3/ |
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 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,
|
/openssl-master/crypto/x509/ |
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() 115 result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5); in GENERAL_NAME_cmp()
|
A D | x_crl.c | 339 return (ASN1_STRING_cmp((ASN1_STRING *)&(*a)->serialNumber,
|
/openssl-master/crypto/asn1/ |
A D | a_octet.c | 22 return ASN1_STRING_cmp(a, b); in ASN1_OCTET_STRING_cmp()
|
A D | a_type.c | 101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
|
A D | asn1_lib.c | 385 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
|
A D | a_int.c | 35 ret = ASN1_STRING_cmp(x, y); in ASN1_INTEGER_cmp()
|
/openssl-master/crypto/cms/ |
A D | cms_ess.c | 299 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()
|
/openssl-master/test/ |
A D | cmp_protect_test.c | 89 && TEST_true(ASN1_STRING_cmp(protection, in execute_calc_protection_pbmac_test() 133 && TEST_true(ASN1_STRING_cmp(protection, in execute_calc_protection_signature_test()
|
A D | cmp_hdr_test.c | 277 if (!TEST_int_eq(ASN1_STRING_cmp(text, pushed_text), 0)) in execute_HDR_push1_freeText_test()
|
/openssl-master/crypto/ocsp/ |
A D | ocsp_cl.c | 357 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in OCSP_check_validity()
|
/openssl-master/include/openssl/ |
A D | asn1.h.in | 572 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
|
/openssl-master/apps/ |
A D | ca.c | 1635 if (ASN1_STRING_cmp(str, str2) != 0) in do_body()
|
/openssl-master/util/ |
A D | libcrypto.num | 2285 ASN1_STRING_cmp 2335 3_0_0 EXIST::FUNCTION:
|
Completed in 31 milliseconds