Searched refs:yield_secret_cb (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() 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 D | quic_tls.c | 186 if (!rl->qtls->args.yield_secret_cb(level, qdir, suite_id, in quic_new_record_layer()
|
| H A D | quic_channel.c | 349 tls_args.yield_secret_cb = ch_on_handshake_yield_secret; in ch_init()
|
| /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 */, member
|
| /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 */, 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 D | SSL_set_quic_tls_cbs.pod | 107 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 D | ssl_local.h | 1212 int (*yield_secret_cb)(SSL *s, uint32_t prot_level, int direction, member
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 12902 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()
|