ASN1_STRING_cmp
ret = ASN1_STRING_cmp(a, b);
return ASN1_STRING_cmp(a, b);
LCRYPTO_ALIAS(ASN1_STRING_cmp);
result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr,
int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue))
if (ASN1_STRING_cmp(rr->signedContentIdentifier,
LCRYPTO_USED(ASN1_STRING_cmp);
res = ASN1_STRING_cmp(a->nameAssigner, b->nameAssigner);
return ASN1_STRING_cmp(a->partyName, b->partyName);
result = ASN1_STRING_cmp(a->d.x400Address, b->d.x400Address);
result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5);
if ((got = ASN1_STRING_cmp(NULL, NULL)) != -1) {
if ((got = ASN1_STRING_cmp(a, NULL)) != -1) {
if ((got = ASN1_STRING_cmp(NULL, a)) != -1) {
if (ASN1_STRING_cmp(a, b) >= 0) {
if ((got = ASN1_STRING_cmp(b, a)) != want) {
if ((got = ASN1_STRING_cmp(b, a)) != want) {
if ((got = ASN1_STRING_cmp(a, b)) != 0) {
if ((got = ASN1_STRING_cmp(a, b)) <= 0) {
if ((got = ASN1_STRING_cmp(b, a)) >= 0) {
if ((got = ASN1_STRING_cmp(a, b)) != want) {
if ((got = ASN1_STRING_cmp(b, a)) != want) {
if ((got = ASN1_STRING_cmp(a, b)) != 0) {
if ((got = ASN1_STRING_cmp(a, b)) != want) {
if ((got = ASN1_STRING_cmp(a, b)) != want) {
if ((got = ASN1_STRING_cmp(a, b)) != 0) {
if ((got = ASN1_STRING_cmp(b, a)) != 0) {
if (ASN1_STRING_cmp(str, str2) != 0)
return ASN1_STRING_cmp((*a)->file, (*b)->file);
return ASN1_STRING_cmp((*a)->hash, (*b)->hash);