Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/crypto/
Ddes_glue.c23 u64 encrypt_expkey[DES_EXPKEY_WORDS / 2];
24 u64 decrypt_expkey[DES_EXPKEY_WORDS / 2];
34 const u64 *s = e + (DES_EXPKEY_WORDS / 2) - 1; in encrypt_to_decrypt()
37 for (i = 0; i < DES_EXPKEY_WORDS / 2; i++) in encrypt_to_decrypt()
48 u32 tmp[DES_EXPKEY_WORDS]; in des_set_key()
206 u64 k1[DES_EXPKEY_WORDS / 2]; in des3_ede_set_key()
207 u64 k2[DES_EXPKEY_WORDS / 2]; in des3_ede_set_key()
208 u64 k3[DES_EXPKEY_WORDS / 2]; in des3_ede_set_key()
224 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]); in des3_ede_set_key()
225 memcpy(&dctx->encrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()
[all …]
/linux-4.4.14/include/crypto/
Ddes.h9 #define DES_EXPKEY_WORDS 32 macro
13 #define DES3_EDE_EXPKEY_WORDS (3 * DES_EXPKEY_WORDS)
/linux-4.4.14/crypto/
Ddes_generic.c29 u32 expkey[DES_EXPKEY_WORDS];
786 u32 tmp[DES_EXPKEY_WORDS]; in des_setkey()
829 const u32 *K = ctx->expkey + DES_EXPKEY_WORDS - 2; in des_decrypt()
874 des_ekey(expkey, key); expkey += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in __des3_ede_setkey()
875 dkey(expkey, key); expkey += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in __des3_ede_setkey()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c172 u32 tmp[DES_EXPKEY_WORDS]; in qce_ablkcipher_setkey()
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c506 u32 tmp[DES_EXPKEY_WORDS]; in sun4i_ss_des_setkey()
/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c41 u32 tmp[DES_EXPKEY_WORDS]; in des_setkey()
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c257 u32 tmp[DES_EXPKEY_WORDS]; in mv_cesa_des_setkey()
/linux-4.4.14/drivers/crypto/
Datmel-tdes.c780 u32 tmp[DES_EXPKEY_WORDS]; in atmel_des_setkey()
Dixp4xx_crypto.c774 u32 tmp[DES_EXPKEY_WORDS]; in setup_cipher()
Dpicoxcell_crypto.c731 u32 tmp[DES_EXPKEY_WORDS]; in spacc_des_setkey()
Dn2_core.c749 u32 tmp[DES_EXPKEY_WORDS]; in n2_des_setkey()
Dhifn_795x.c2058 u32 tmp[DES_EXPKEY_WORDS]; in hifn_setkey()
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c984 u32 tmp[DES_EXPKEY_WORDS]; in des_ablkcipher_setkey()