Home
last modified time | relevance | path

Searched refs:__twofish_setkey (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/crypto/
Dtwofish.h21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
/Linux-v6.1/crypto/
Dtwofish_common.c569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey() function
684 EXPORT_SYMBOL_GPL(__twofish_setkey);
688 return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len); in twofish_setkey()