Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchacha20_generic.c104 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv) in crypto_chacha20_init() function
125 EXPORT_SYMBOL_GPL(crypto_chacha20_init);
153 crypto_chacha20_init(state, crypto_blkcipher_ctx(desc->tfm), walk.iv); in crypto_chacha20_crypt()
/linux-4.4.14/include/crypto/
Dchacha20.h19 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv);
/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c81 crypto_chacha20_init(state, crypto_blkcipher_ctx(desc->tfm), walk.iv); in chacha20_simd()