Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h419 uint64_t ossl_quic_channel_get_tx_key_epoch(QUIC_CHANNEL *ch);
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c437 int64_t txke = (int64_t)ossl_quic_channel_get_tx_key_epoch(ch); in check_key_update_ge()
458 uint64_t txke = ossl_quic_channel_get_tx_key_epoch(ch); in check_key_update_lt()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c4055 uint64_t ossl_quic_channel_get_tx_key_epoch(QUIC_CHANNEL *ch) in ossl_quic_channel_get_tx_key_epoch() function