Searched refs:p_min (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_asid.c | 672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local 687 if (!extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, in asid_contains() 692 if (ASN1_INTEGER_cmp(p_min, c_min) > 0) in asid_contains()
|
H A D | v3_addr.c | 1129 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local 1147 p_min, p_max, length)) in addr_contains() 1151 if (memcmp(p_min, c_min, length) > 0) in addr_contains()
|