OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prot_level
(Results
1 - 6
of
6
) sorted by relevancy
/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 */,
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tls_api.c
46
static int yield_secret_cb(uint32_t
prot_level
, int direction,
56
return sc->qtcb.yield_secret_cb(s,
prot_level
, direction,
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,
1058
switch (
prot_level
) {
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
13164
int
prot_level
;
member in struct:secret_yield_entry
13196
secret_history[i].
prot_level
, last_prot_level, last_state,
13200
last_prot_level = secret_history[i].
prot_level
;
13221
if (last_prot_level == secret_history[i].
prot_level
13240
last_prot_level = secret_history[i].
prot_level
;
13250
static int yield_secret_cb(SSL *s, uint32_t
prot_level
, int direction,
13259
if (
prot_level
< OSSL_RECORD_PROTECTION_LEVEL_EARLY
13260
||
prot_level
> OSSL_RECORD_PROTECTION_LEVEL_APPLICATION)
13267
data->renc_level =
prot_level
;
13268
memcpy(data->rsecret[
prot_level
- 1], secret, secret_len)
[
all
...]
/src/crypto/external/apache2/openssl/dist/include/openssl/
core_dispatch.h
271
(SSL *s, uint32_t
prot_level
, int direction,
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h
1212
int (*yield_secret_cb)(SSL *s, uint32_t
prot_level
, int direction,
Completed in 36 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026