Lines Matching defs:dctx
48 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm);
59 des_sparc64_key_expand((const u32 *) key, &dctx->encrypt_expkey[0]);
60 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]);
184 struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm);
200 memcpy(&dctx->encrypt_expkey[0], &k1[0], sizeof(k1));
201 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]);
202 memcpy(&dctx->encrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2],
205 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]);
206 memcpy(&dctx->decrypt_expkey[DES_EXPKEY_WORDS / 2],
208 encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2],