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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_utl.c884 * cmp_type > 0 only compare if string matches the type, otherwise convert it
888 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, argument
896 if (cmp_type > 0) {
897 if (cmp_type != a->type)
899 if (cmp_type == V_ASN1_IA5STRING)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c884 * cmp_type > 0 only compare if string matches the type, otherwise convert it
888 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, argument
896 if (cmp_type > 0) {
897 if (cmp_type != a->type)
899 if (cmp_type == V_ASN1_IA5STRING)

Completed in 140 milliseconds