Home
last modified time | relevance | path

Searched defs:noncelen (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
Dwolfssl.c150 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/
Dpicotls.c175 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/
Dopenssl.c201 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/
Dboringssl.c199 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/
Dcipher_chacha20_poly1305_hw.c80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
/third_party/openssl/providers/implementations/ciphers/
Dcipher_chacha20_poly1305_hw.c80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg.c366 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()
Ddrbg_ctr.c262 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/
Ddrbg.c366 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()
Ddrbg_ctr.c262 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/
Dshared.c131 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/
Dngtcp2_pkt.c2263 size_t noncelen; in ngtcp2_pkt_write_retry() local
2363 size_t noncelen; in ngtcp2_pkt_verify_retry_tag() local