Searched refs:crypto_chacha20_setkey (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | chacha_generic.c | 96 int crypto_chacha20_setkey(struct crypto_skcipher *tfm, const u8 *key,  in crypto_chacha20_setkey()  function101 EXPORT_SYMBOL_GPL(crypto_chacha20_setkey);
 154 		.setkey			= crypto_chacha20_setkey,
 169 		.setkey			= crypto_chacha20_setkey,
 
 | 
| /Linux-v5.4/arch/arm/crypto/ | 
| D | chacha-neon-glue.c | 140 		.setkey			= crypto_chacha20_setkey,156 		.setkey			= crypto_chacha20_setkey,
 
 | 
| /Linux-v5.4/arch/arm64/crypto/ | 
| D | chacha-neon-glue.c | 137 		.setkey			= crypto_chacha20_setkey,153 		.setkey			= crypto_chacha20_setkey,
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | chacha.h | 46 int crypto_chacha20_setkey(struct crypto_skcipher *tfm, const u8 *key,
 | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | chacha_glue.c | 230 		.setkey			= crypto_chacha20_setkey,245 		.setkey			= crypto_chacha20_setkey,
 
 |