Home
last modified time | relevance | path

Searched refs:yield_secret_cb (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() function
56 return sc->qtcb.yield_secret_cb(s, prot_level, direction, in yield_secret_cb()
100 if (qtcb->yield_secret_cb == NULL) in tls_callbacks_from_dispatch()
101 qtcb->yield_secret_cb = OSSL_FUNC_SSL_QUIC_TLS_yield_secret(qtdis); in tls_callbacks_from_dispatch()
117 || qtcb->yield_secret_cb == NULL in tls_callbacks_from_dispatch()
151 qtlsargs.yield_secret_cb = yield_secret_cb; in SSL_set_quic_tls_cbs()
H A Dquic_tls.c186 if (!rl->qtls->args.yield_secret_cb(level, qdir, suite_id, in quic_new_record_layer()
H A Dquic_channel.c349 tls_args.yield_secret_cb = ch_on_handshake_yield_secret; in ch_init()
/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h49 int (*yield_secret_cb)(uint32_t prot_level, int direction /* 0=RX, 1=TX */, member
/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 */,
126 OpenSSL QUIC implementation via the `yield_secret_cb`, and when the handshake
190 invoking the `yield_secret_cb` callback.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_quic_tls_cbs.pod107 protection level set via the yield_secret_cb callback (if it has been called).
165 (void (*)(void))yield_secret_cb},
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1212 int (*yield_secret_cb)(SSL *s, uint32_t prot_level, int direction, member
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12902 static int yield_secret_cb(SSL *s, uint32_t prot_level, int direction, in yield_secret_cb() function
13019 (void (*)(void))yield_secret_cb }, in test_quic_tls()
13184 (void (*)(void))yield_secret_cb }, in test_quic_tls_early_data()