Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dv3_asid.c658 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
674 &p_max)) in asid_contains()
676 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
A Dv3_addr.c1089 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
1107 p_min, p_max, length)) in addr_contains()
1109 if (memcmp(p_max, c_max, length) < 0) in addr_contains()

Completed in 7 milliseconds