Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dcast5.h19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/Linux-v5.4/crypto/
Dcast5_generic.c479 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() function
507 EXPORT_SYMBOL_GPL(cast5_setkey);
522 .cia_setkey = cast5_setkey,
/Linux-v5.4/arch/x86/crypto/
Dcast5_avx_glue.c32 return cast5_setkey(&tfm->base, key, keylen); in cast5_setkey_skcipher()