HomeSort by: relevance | last modified time | path
    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 12785 int prot_level; member in struct:secret_yield_entry
12817 secret_history[i].prot_level, last_prot_level, last_state,
12821 last_prot_level = secret_history[i].prot_level;
12842 if (last_prot_level == secret_history[i].prot_level
12861 last_prot_level = secret_history[i].prot_level;
12871 static int yield_secret_cb(SSL *s, uint32_t prot_level, int direction,
12880 if (prot_level < OSSL_RECORD_PROTECTION_LEVEL_EARLY
12881 || prot_level > OSSL_RECORD_PROTECTION_LEVEL_APPLICATION)
12888 data->renc_level = prot_level;
12889 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 38 milliseconds