Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dchacha.h15 static inline int chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha_setkey() function
34 return chacha_setkey(tfm, key, keysize, 20); in chacha20_setkey()
40 return chacha_setkey(tfm, key, keysize, 12); in chacha12_setkey()