Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dcast5.h18 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/linux-4.1.27/arch/x86/crypto/
Dcast5_avx_glue.c355 .setkey = cast5_setkey,
375 .setkey = cast5_setkey,
396 .setkey = cast5_setkey,
/linux-4.1.27/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,