Searched defs:cmp_type (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c855 * return 1. If cmp_type > 0 only compare if string matches the
859 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, argument
867 if (cmp_type > 0)
869 if (cmp_type != a->type)
871 if (cmp_type == V_ASN1_IA5STRING)

Completed in 92 milliseconds