Searched refs:des_ekey (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/crypto/ |
D | des.h | 17 extern unsigned long des_ekey(u32 *pe, const u8 *k);
|
/linux-3.4.99/crypto/ |
D | des_generic.c | 631 unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey() function 706 EXPORT_SYMBOL_GPL(des_ekey); 790 ret = des_ekey(tmp, key); in des_setkey() 877 des_ekey(expkey, key); expkey += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in des3_ede_setkey() 879 des_ekey(expkey, key); in des3_ede_setkey()
|
/linux-3.4.99/arch/s390/crypto/ |
D | des_s390.c | 42 if (!des_ekey(tmp, key) && (*flags & CRYPTO_TFM_REQ_WEAK_KEY)) { in des_setkey()
|
/linux-3.4.99/drivers/crypto/ |
D | picoxcell_crypto.c | 452 if (unlikely(!des_ekey(tmp, key)) && in spacc_aead_des_setkey() 843 if (unlikely(!des_ekey(tmp, key)) && in spacc_des_setkey()
|
D | ixp4xx_crypto.c | 771 if (des_ekey(tmp, key) == 0) { in setup_cipher()
|
D | n2_core.c | 762 err = des_ekey(tmp, key); in n2_des_setkey()
|
D | hifn_795x.c | 2061 int ret = des_ekey(tmp, key); in hifn_setkey()
|