Home
last modified time | relevance | path

Searched refs:chacha20 (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_common.h83 u64 chacha20:1; member
/linux-5.19.10/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst47 capi:rfc7539(chacha20,poly1305)-random
Ddm-integrity.rst146 (such as "cbc(aes)") or a stream cipher (for example "chacha20"
/linux-5.19.10/tools/testing/selftests/net/
Dtls.c31 struct tls12_crypto_info_chacha20_poly1305 chacha20; member
48 tls12->chacha20.info.version = tls_version; in tls_crypto_info_init()
49 tls12->chacha20.info.cipher_type = cipher_type; in tls_crypto_info_init()
/linux-5.19.10/Documentation/crypto/
Ddevel-algos.rst101 Example of transformations: cbc(aes), chacha20, ...