Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_asid.c668 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
684 &p_max)) in asid_contains()
686 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
H A Dv3_addr.c1145 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
1163 p_min, p_max, length)) in addr_contains()
1165 if (memcmp(p_max, c_max, length) < 0) in addr_contains()
/openssl/ssl/quic/
H A Dquic_channel.c3489 const uint64_t *p_next_ordinal, *p_max; in ossl_quic_channel_get_local_stream_count_avail() local
3493 p_max = ch_get_local_stream_max_ptr(ch, is_uni); in ossl_quic_channel_get_local_stream_count_avail()
3495 return *p_max - *p_next_ordinal; in ossl_quic_channel_get_local_stream_count_avail()

Completed in 21 milliseconds