Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c46 static int yield_secret_cb(uint32_t prot_level, int direction, in yield_secret_cb() argument
56 return sc->qtcb.yield_secret_cb(s, prot_level, direction, in yield_secret_cb()
H A Dquic_channel.c68 static int ch_on_handshake_yield_secret(uint32_t prot_level, int direction,
1047 static int ch_on_handshake_yield_secret(uint32_t prot_level, int direction, in ch_on_handshake_yield_secret() argument
1058 switch (prot_level) { in ch_on_handshake_yield_secret()
/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h49 int (*yield_secret_cb)(uint32_t prot_level, int direction /* 0=RX, 1=TX */,
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_quic_tls_cbs.pod42 uint32_t prot_level,
118 established. The I<prot_level> argument identities the TLS protection level and
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12785 int prot_level; member
12817 secret_history[i].prot_level, last_prot_level, last_state, in check_secret_history()
12821 last_prot_level = secret_history[i].prot_level; in check_secret_history()
12842 if (last_prot_level == secret_history[i].prot_level in check_secret_history()
12861 last_prot_level = secret_history[i].prot_level; in check_secret_history()
12871 static int yield_secret_cb(SSL *s, uint32_t prot_level, int direction, in yield_secret_cb() argument
12880 if (prot_level < OSSL_RECORD_PROTECTION_LEVEL_EARLY in yield_secret_cb()
12881 || prot_level > OSSL_RECORD_PROTECTION_LEVEL_APPLICATION) in yield_secret_cb()
12888 data->renc_level = prot_level; in yield_secret_cb()
12889 memcpy(data->rsecret[prot_level - 1], secret, secret_len); in yield_secret_cb()
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md78 int (*yield_secret_cb)(uint32_t prot_level, int direction /* 0=RX, 1=TX */,
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h271 (SSL * s, uint32_t prot_level, int direction,
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1212 int (*yield_secret_cb)(SSL *s, uint32_t prot_level, int direction,