Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchacha20_generic.c127 int crypto_chacha20_setkey(struct crypto_tfm *tfm, const u8 *key, in crypto_chacha20_setkey() function
141 EXPORT_SYMBOL_GPL(crypto_chacha20_setkey);
188 .setkey = crypto_chacha20_setkey,
/linux-4.4.14/include/crypto/
Dchacha20.h20 int crypto_chacha20_setkey(struct crypto_tfm *tfm, const u8 *key,
/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c119 .setkey = crypto_chacha20_setkey,