Searched refs:prot_level (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls_api.c | 46 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 D | quic_channel.c | 68 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 D | quic_tls.h | 49 int (*yield_secret_cb)(uint32_t prot_level, int direction /* 0=RX, 1=TX */,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_quic_tls_cbs.pod | 42 uint32_t prot_level, 118 established. The I<prot_level> argument identities the TLS protection level and
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 12785 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 D | quic-tls.md | 78 int (*yield_secret_cb)(uint32_t prot_level, int direction /* 0=RX, 1=TX */,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 271 (SSL * s, uint32_t prot_level, int direction,
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1212 int (*yield_secret_cb)(SSL *s, uint32_t prot_level, int direction,
|