Searched refs:ngtcp2_crypto_cipher (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_crypto.h | 119 ngtcp2_crypto_cipher hp;
|
D | ngtcp2_conn.c | 5725 decrypt_hp(ngtcp2_pkt_hd *hd, uint8_t *dest, const ngtcp2_crypto_cipher *hp, in decrypt_hp() 6160 ngtcp2_crypto_cipher *hp; in conn_recv_handshake_pkt() 8759 ngtcp2_crypto_cipher *hp; in conn_recv_pkt() 13427 ngtcp2_hp_mask hp_mask, const ngtcp2_crypto_cipher *hp, in ngtcp2_pkt_write_connection_close()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/ |
D | ngtcp2_crypto.h | 314 const ngtcp2_crypto_cipher *hp, 329 ngtcp2_crypto_hp_mask_cb(uint8_t *dest, const ngtcp2_crypto_cipher *hp,
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
D | shared.h | 322 const ngtcp2_crypto_cipher *cipher,
|
D | shared.c | 213 const ngtcp2_crypto_cipher *hp; in ngtcp2_crypto_derive_and_install_rx_key() 354 const ngtcp2_crypto_cipher *hp; in ngtcp2_crypto_derive_and_install_tx_key() 787 int ngtcp2_crypto_hp_mask_cb(uint8_t *dest, const ngtcp2_crypto_cipher *hp, in ngtcp2_crypto_hp_mask_cb()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 2117 typedef struct ngtcp2_crypto_cipher { struct 2123 } ngtcp2_crypto_cipher; typedef 2178 ngtcp2_crypto_cipher hp; 2742 typedef int (*ngtcp2_hp_mask)(uint8_t *dest, const ngtcp2_crypto_cipher *hp, 3609 ngtcp2_hp_mask hp_mask, const ngtcp2_crypto_cipher *hp,
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
D | wolfssl.c | 189 const ngtcp2_crypto_cipher *cipher, in ngtcp2_crypto_cipher_ctx_encrypt_init() 274 int ngtcp2_crypto_hp_mask(uint8_t *dest, const ngtcp2_crypto_cipher *hp, in ngtcp2_crypto_hp_mask()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
D | boringssl.c | 242 const ngtcp2_crypto_cipher *cipher, in ngtcp2_crypto_cipher_ctx_encrypt_init() 367 int ngtcp2_crypto_hp_mask(uint8_t *dest, const ngtcp2_crypto_cipher *hp, in ngtcp2_crypto_hp_mask()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
D | picotls.c | 222 const ngtcp2_crypto_cipher *cipher, in ngtcp2_crypto_cipher_ctx_encrypt_init() 339 int ngtcp2_crypto_hp_mask(uint8_t *dest, const ngtcp2_crypto_cipher *hp, in ngtcp2_crypto_hp_mask()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
D | openssl.c | 300 const ngtcp2_crypto_cipher *cipher, in ngtcp2_crypto_cipher_ctx_encrypt_init() 576 int ngtcp2_crypto_hp_mask(uint8_t *dest, const ngtcp2_crypto_cipher *hp, in ngtcp2_crypto_hp_mask()
|