Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_asid.c991 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
1003 &c_max)) in asid_contains()
1011 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()