Home
last modified time | relevance | path

Searched refs:des3_ede_expand_key (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/crypto/
H A Ddes.h54 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key,
/openbmc/linux/crypto/
H A Ddes_generic.c57 err = des3_ede_expand_key(dctx, key, keylen); in des3_ede_setkey()
/openbmc/linux/arch/x86/crypto/
H A Ddes3_ede_glue.c253 err = des3_ede_expand_key(&ctx->enc, key, keylen); in des3_ede_x86_setkey()
/openbmc/linux/lib/crypto/
H A Ddes.c823 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, in des3_ede_expand_key() function
842 EXPORT_SYMBOL_GPL(des3_ede_expand_key);