Lines Matching refs:decrypt_expkey
26 u64 decrypt_expkey[DES_EXPKEY_WORDS / 2]; member
31 u64 decrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; member
60 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); in des_set_key()
85 const u64 *K = ctx->decrypt_expkey; in sparc_des_decrypt()
110 des_sparc64_load_keys(&ctx->decrypt_expkey[0]); in __ecb_crypt()
151 des_sparc64_load_keys(&ctx->decrypt_expkey[0]); in __cbc_crypt()
205 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]); in des3_ede_set_key()
206 memcpy(&dctx->decrypt_expkey[DES_EXPKEY_WORDS / 2], in des3_ede_set_key()
208 encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()
234 const u64 *K = ctx->decrypt_expkey; in sparc_des3_ede_decrypt()
260 K = &ctx->decrypt_expkey[0]; in __ecb3_crypt()
306 K = &ctx->decrypt_expkey[0]; in __cbc3_crypt()