Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dcast5.h18 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/linux-4.4.14/arch/x86/crypto/
Dcast5_avx_glue.c354 .setkey = cast5_setkey,
374 .setkey = cast5_setkey,
395 .setkey = cast5_setkey,
/linux-4.4.14/crypto/
Dcast5_generic.c487 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() function
515 EXPORT_SYMBOL_GPL(cast5_setkey);
530 .cia_setkey = cast5_setkey,