Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Ddes.c623 static unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey() function
704 return des_ekey(ctx->expkey, key) ? 0 : -ENOKEY; in des_expand_key()
836 des_ekey(pe, key); pe += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in des3_ede_expand_key()
838 des_ekey(pe, key); in des3_ede_expand_key()