Home
last modified time | relevance | path

Searched refs:ngtcp2_crypto_cipher (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_crypto.h119 ngtcp2_crypto_cipher hp;
Dngtcp2_conn.c5725 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/
Dngtcp2_crypto.h314 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/
Dshared.h322 const ngtcp2_crypto_cipher *cipher,
Dshared.c213 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/
Dngtcp2.h2117 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/
Dwolfssl.c189 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/
Dboringssl.c242 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/
Dpicotls.c222 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/
Dopenssl.c300 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()