Searched refs:crypto_chacha20_init (Results 1 – 3 of 3) sorted by relevance
104 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv) in crypto_chacha20_init() function125 EXPORT_SYMBOL_GPL(crypto_chacha20_init);153 crypto_chacha20_init(state, crypto_blkcipher_ctx(desc->tfm), walk.iv); in crypto_chacha20_crypt()
19 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv);
81 crypto_chacha20_init(state, crypto_blkcipher_ctx(desc->tfm), walk.iv); in chacha20_simd()