OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yield_secret_cb
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tls_api.c
46
static int
yield_secret_cb
(uint32_t prot_level, int direction,
function
56
return sc->qtcb.
yield_secret_cb
(s, prot_level, direction,
100
if (qtcb->
yield_secret_cb
== NULL)
101
qtcb->
yield_secret_cb
= OSSL_FUNC_SSL_QUIC_TLS_yield_secret(qtdis);
117
|| qtcb->
yield_secret_cb
== NULL
151
qtlsargs.
yield_secret_cb
=
yield_secret_cb
;
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_tls.h
49
int (*
yield_secret_cb
)(uint32_t prot_level, int direction /* 0=RX, 1=TX */,
member in struct:quic_tls_args_st
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h
1212
int (*
yield_secret_cb
)(SSL *s, uint32_t prot_level, int direction,
member in struct:ossl_quic_tls_callbacks_st
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
13174
* to
yield_secret_cb
13250
static int
yield_secret_cb
(SSL *s, uint32_t prot_level, int direction,
function
13388
* Test 4: fail
yield_secret_cb
to see double free
13403
(void (*)(void))
yield_secret_cb
},
13601
(void (*)(void))
yield_secret_cb
},
Completed in 62 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026