Searched refs:chacha_setkey (Results 1 – 1 of 1) sorted by relevance
15 static inline int chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha_setkey() function34 return chacha_setkey(tfm, key, keysize, 20); in chacha20_setkey()40 return chacha_setkey(tfm, key, keysize, 12); in chacha12_setkey()