Home
last modified time | relevance | path

Searched refs:cast5_setkey (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dcast5.h19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/kernel/linux/linux-6.6/include/crypto/
H A Dcast5.h19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcast5_avx_glue.c31 return cast5_setkey(&tfm->base, key, keylen); in cast5_setkey_skcipher()
/kernel/linux/linux-5.10/crypto/
H A 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); variable
522 .cia_setkey = cast5_setkey,
/kernel/linux/linux-6.6/crypto/
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() function
503 EXPORT_SYMBOL_GPL(cast5_setkey); variable
517 .cia_setkey = cast5_setkey,
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcast5_avx_glue.c32 return cast5_setkey(&tfm->base, key, keylen); in cast5_setkey_skcipher()

Completed in 4 milliseconds