Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Ddes.h42 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen);
/openbmc/linux/include/crypto/internal/
H A Ddes.h31 err = des_expand_key(&tmp, key, DES_KEY_SIZE); in crypto_des_verify_key()
/openbmc/linux/crypto/
H A Ddes_generic.c25 err = des_expand_key(dctx, key, keylen); in des_setkey()
/openbmc/linux/lib/crypto/
H A Ddes.c699 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen) in des_expand_key() function
706 EXPORT_SYMBOL_GPL(des_expand_key);