Home
last modified time | relevance | path

Searched full:rfc7539 (Results 1 – 17 of 17) sorted by relevance

/linux/lib/crypto/
H A Dchacha.c3 * The ChaCha stream cipher (RFC7539)
69 MODULE_DESCRIPTION("ChaCha stream cipher (RFC7539)");
H A Dpoly1305.c3 * Poly1305 authenticator algorithm, RFC7539
100 MODULE_DESCRIPTION("Poly1305 authenticator algorithm, RFC7539");
H A Dchacha-block-generic.c3 * The "hash function" used as the core of the ChaCha stream cipher (RFC7539)
H A Dchacha20poly1305-selftest.c23 /* The first of these are the ChaCha20-Poly1305 AEAD test vectors from RFC7539
1930 /* wycheproof - rfc7539 */
/linux/lib/crypto/powerpc/
H A Dpoly1305.h3 * Poly1305 authenticator algorithm, RFC7539.
/linux/lib/crypto/arm64/
H A Dchacha.h11 * ChaCha20 256-bit cipher algorithm, RFC7539, SIMD glue code
H A Dchacha-neon-core.S11 * ChaCha20 256-bit cipher algorithm, RFC7539, x64 SSSE3 functions
/linux/include/crypto/
H A Dchacha.h22 /* 32-bit stream position, then 96-bit nonce (RFC7539 convention) */
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst47 capi:rfc7539(chacha20,poly1305)-random
/linux/lib/crypto/riscv/
H A Dchacha-riscv64-zvkb.S141 // state->x[12] following the RFC7539 convention; note that this differs from
/linux/crypto/
H A DKconfig648 Bernstein and further specified in RFC7539 for use in IETF protocols.
654 from 64 bits (or 96 bits using the RFC7539 convention) to 192 bits,
H A Dtestmgr.h21710 * ChaCha20-Poly1305 AEAD test vectors from RFC7539 2.8.2./A.5.
28044 { /* RFC7539 A.2. Test Vector #1 */
28069 }, { /* RFC7539 A.2. Test Vector #2 */
28173 }, { /* RFC7539 A.2. Test Vector #3 */
/linux/lib/crypto/arm/
H A Dchacha-neon-core.S11 * ChaCha20 256-bit cipher algorithm, RFC7539, x64 SSE3 functions
/linux/drivers/crypto/caam/
H A Dcaamalg.c1189 * For RFC7539 simply load the 12 bytes nonce in a single operation in init_chachapoly_job()
3524 .cra_name = "rfc7539(chacha20,poly1305)",
3525 .cra_driver_name = "rfc7539-chacha20-poly1305-"
H A Dcaamalg_desc.c1225 * cnstr_shdsc_chachapoly - Chacha20 + Poly1305 generic AEAD (rfc7539) and
/linux/net/tls/
H A Dtls_main.c106 …CIPHER_DESC_NONCE0(TLS_CIPHER_CHACHA20_POLY1305, tls12_crypto_info_chacha20_poly1305, "rfc7539(cha…
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2939 .cra_name = "rfc7539(chacha20,poly1305)",