/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
H A D | wolfssl.c | 296 ngtcp2_crypto_level crypto_level, in ngtcp2_crypto_read_write_crypto_data() 300 ngtcp2_crypto_wolfssl_from_ngtcp2_crypto_level(crypto_level); in ngtcp2_crypto_read_write_crypto_data() 402 ngtcp2_crypto_level crypto_level) { in ngtcp2_crypto_wolfssl_from_ngtcp2_crypto_level() 403 switch (crypto_level) { in ngtcp2_crypto_wolfssl_from_ngtcp2_crypto_level() 295 ngtcp2_crypto_read_write_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, const uint8_t *data, size_t datalen) ngtcp2_crypto_read_write_crypto_data() argument 401 ngtcp2_crypto_wolfssl_from_ngtcp2_crypto_level( ngtcp2_crypto_level crypto_level) ngtcp2_crypto_wolfssl_from_ngtcp2_crypto_level() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
H A D | boringssl.c | 398 ngtcp2_crypto_level crypto_level, in ngtcp2_crypto_read_write_crypto_data() 405 ssl, ngtcp2_crypto_boringssl_from_ngtcp2_crypto_level(crypto_level), in ngtcp2_crypto_read_write_crypto_data() 503 ngtcp2_crypto_level crypto_level) { in ngtcp2_crypto_boringssl_from_ngtcp2_crypto_level() 504 switch (crypto_level) { in ngtcp2_crypto_boringssl_from_ngtcp2_crypto_level() 397 ngtcp2_crypto_read_write_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, const uint8_t *data, size_t datalen) ngtcp2_crypto_read_write_crypto_data() argument 502 ngtcp2_crypto_boringssl_from_ngtcp2_crypto_level( ngtcp2_crypto_level crypto_level) ngtcp2_crypto_boringssl_from_ngtcp2_crypto_level() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/ |
H A D | ngtcp2_crypto_boringssl.h | 51 * |crypto_level| to ssl_encryption_level_t. This function is only 56 ngtcp2_crypto_level crypto_level);
|
H A D | ngtcp2_crypto_wolfssl.h | 53 * |crypto_level| to WOLFSSL_ENCRYPTION_LEVEL. This function is only 58 ngtcp2_crypto_level crypto_level);
|
H A D | ngtcp2_crypto_openssl.h | 79 * |crypto_level| to OSSL_ENCRYPTION_LEVEL. This function is only 84 ngtcp2_crypto_level crypto_level);
|
H A D | ngtcp2_crypto_picotls.h | 78 * |crypto_level| to epoch. This function is only available for 82 ngtcp2_crypto_level crypto_level);
|
H A D | ngtcp2_crypto.h | 542 * length |datalen| in encryption level |crypto_level| and may feed 556 ngtcp2_crypto_level crypto_level, 573 ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, uint64_t offset,
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 595 ngtcp2_crypto_level crypto_level, in ngtcp2_crypto_read_write_crypto_data() 602 ssl, ngtcp2_crypto_openssl_from_ngtcp2_crypto_level(crypto_level), in ngtcp2_crypto_read_write_crypto_data() 692 ngtcp2_crypto_level crypto_level) { in ngtcp2_crypto_openssl_from_ngtcp2_crypto_level() 693 switch (crypto_level) { in ngtcp2_crypto_openssl_from_ngtcp2_crypto_level() 594 ngtcp2_crypto_read_write_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, const uint8_t *data, size_t datalen) ngtcp2_crypto_read_write_crypto_data() argument 691 ngtcp2_crypto_openssl_from_ngtcp2_crypto_level( ngtcp2_crypto_level crypto_level) ngtcp2_crypto_openssl_from_ngtcp2_crypto_level() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
H A D | picotls.c | 354 ngtcp2_crypto_level crypto_level, in ngtcp2_crypto_read_write_crypto_data() 359 size_t epoch = ngtcp2_crypto_picotls_from_ngtcp2_crypto_level(crypto_level); in ngtcp2_crypto_read_write_crypto_data() 452 ngtcp2_crypto_level crypto_level) { in ngtcp2_crypto_picotls_from_ngtcp2_crypto_level() 453 switch (crypto_level) { in ngtcp2_crypto_picotls_from_ngtcp2_crypto_level() 353 ngtcp2_crypto_read_write_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, const uint8_t *data, size_t datalen) ngtcp2_crypto_read_write_crypto_data() argument 451 ngtcp2_crypto_picotls_from_ngtcp2_crypto_level( ngtcp2_crypto_level crypto_level) ngtcp2_crypto_picotls_from_ngtcp2_crypto_level() argument
|
/third_party/node/src/quic/ |
H A D | tlscontext.h | 119 int Receive(ngtcp2_crypto_level crypto_level,
|
H A D | tlscontext.cc | 408 int TLSContext::Receive(ngtcp2_crypto_level crypto_level, in Receive() argument 420 *session_, crypto_level, vec.base, vec.len); in Receive()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
H A D | ngtcp2.h | 2567 * always strictly greater than 0. |crypto_level| indicates the 2594 ngtcp2_crypto_level crypto_level, 4843 * encryption level is given in |crypto_level|. 4850 ngtcp2_crypto_level crypto_level,
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
H A D | shared.c | 1401 ngtcp2_crypto_level crypto_level, in ngtcp2_crypto_recv_crypto_data_cb() 1408 if (ngtcp2_crypto_read_write_crypto_data(conn, crypto_level, data, datalen) != in ngtcp2_crypto_recv_crypto_data_cb() 1400 ngtcp2_crypto_recv_crypto_data_cb(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, uint64_t offset, const uint8_t *data, size_t datalen, void *user_data) ngtcp2_crypto_recv_crypto_data_cb() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_conn.c | 121 ngtcp2_crypto_level crypto_level, in conn_call_recv_crypto_data() 128 rv = conn->callbacks.recv_crypto_data(conn, crypto_level, offset, data, in conn_call_recv_crypto_data() 5782 ngtcp2_crypto_level crypto_level, in conn_emit_pending_crypto_data() 5804 rv = conn_call_recv_crypto_data(conn, crypto_level, offset, data, datalen); in conn_emit_pending_crypto_data() 6100 static int conn_recv_crypto(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, 6167 ngtcp2_crypto_level crypto_level; in conn_recv_handshake_pkt() local 6405 crypto_level = NGTCP2_CRYPTO_LEVEL_INITIAL; in conn_recv_handshake_pkt() 6444 crypto_level = NGTCP2_CRYPTO_LEVEL_HANDSHAKE; in conn_recv_handshake_pkt() 6634 rv = conn_recv_crypto(conn, crypto_level, crypto, &fr->crypto); in conn_recv_handshake_pkt() 6912 * entire TLS handshake stream that |fr| can carry. |crypto_level| i 120 conn_call_recv_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, uint64_t offset, const uint8_t *data, size_t datalen) conn_call_recv_crypto_data() argument 5781 conn_emit_pending_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, ngtcp2_strm *strm, uint64_t rx_offset) conn_emit_pending_crypto_data() argument 6929 conn_recv_crypto(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, ngtcp2_strm *crypto, const ngtcp2_crypto *fr) conn_recv_crypto() argument 12809 ngtcp2_conn_submit_crypto_data(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, const uint8_t *data, const size_t datalen) ngtcp2_conn_submit_crypto_data() argument [all...] |