Home
last modified time | relevance | path

Searched refs:CHACHA20_POLY1305_IVLEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c50 CHACHA20_POLY1305_IVLEN * 8, in chacha20_poly1305_newctx()
96 CHACHA20_POLY1305_IVLEN * 8); in chacha20_poly1305_get_params()
106 if (!OSSL_PARAM_set_size_t(p, CHACHA20_POLY1305_IVLEN)) { in chacha20_poly1305_get_ctx_params()
H A Dcipher_chacha20_poly1305.h16 #define CHACHA20_POLY1305_IVLEN 12 macro
H A Dcipher_chacha20_poly1305_hw.c50 if (flen != CHACHA20_POLY1305_IVLEN) in chacha_poly1305_tls_iv_set_fixed()
80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv()