| /third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
| D | wolfssl.c | 150 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_encrypt_init() 167 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_decrypt_init() 244 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_encrypt() 260 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_decrypt()
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
| D | picotls.c | 175 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_encrypt_init() 196 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_decrypt_init() 301 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_encrypt() 320 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_decrypt()
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| D | openssl.c | 201 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_encrypt_init() 248 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_decrypt_init() 491 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_encrypt() 530 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_decrypt()
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
| D | boringssl.c | 199 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_encrypt_init() 218 const uint8_t *key, size_t noncelen) { in ngtcp2_crypto_aead_ctx_decrypt_init() 327 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_encrypt() 345 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_decrypt()
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| D | cipher_chacha20_poly1305_hw.c | 80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
|
| /third_party/openssl/providers/implementations/ciphers/ |
| D | cipher_chacha20_poly1305_hw.c | 80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
| D | drbg.c | 366 size_t noncelen = 0, entropylen = 0; in ossl_prov_drbg_instantiate() local 770 const unsigned char *nonce, size_t noncelen, in ossl_rand_drbg_new()
|
| D | drbg_ctr.c | 262 const unsigned char *nonce, size_t noncelen) in ctr_update() 307 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate()
|
| /third_party/openssl/providers/implementations/rands/ |
| D | drbg.c | 366 size_t noncelen = 0, entropylen = 0; in ossl_prov_drbg_instantiate() local 770 const unsigned char *nonce, size_t noncelen, in ossl_rand_drbg_new()
|
| D | drbg_ctr.c | 262 const unsigned char *nonce, size_t noncelen) in ctr_update() 307 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate()
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| D | shared.c | 131 size_t noncelen = ngtcp2_crypto_aead_noncelen(aead); in ngtcp2_crypto_packet_protection_ivlen() local 766 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_encrypt_cb() 778 const uint8_t *nonce, size_t noncelen, in ngtcp2_crypto_decrypt_cb() 1284 size_t noncelen; in ngtcp2_crypto_write_retry() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_pkt.c | 2263 size_t noncelen; in ngtcp2_pkt_write_retry() local 2363 size_t noncelen; in ngtcp2_pkt_verify_retry_tag() local
|