Lines Matching refs:decrypt_expkey
24 u64 decrypt_expkey[DES_EXPKEY_WORDS / 2]; member
29 u64 decrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; member
62 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); in des_set_key()
81 const u64 *K = ctx->decrypt_expkey; in des_decrypt()
108 des_sparc64_load_keys(&ctx->decrypt_expkey[0]); in __ecb_crypt()
184 des_sparc64_load_keys(&ctx->decrypt_expkey[0]); in cbc_decrypt()
228 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]); in des3_ede_set_key()
229 memcpy(&dctx->decrypt_expkey[DES_EXPKEY_WORDS / 2], in des3_ede_set_key()
231 encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()
251 const u64 *K = ctx->decrypt_expkey; in des3_ede_decrypt()
277 K = &ctx->decrypt_expkey[0]; in __ecb3_crypt()
362 K = &ctx->decrypt_expkey[0]; in cbc3_decrypt()