decrypt_expkey     25 arch/sparc/crypto/des_glue.c 	u64 decrypt_expkey[DES_EXPKEY_WORDS / 2];
decrypt_expkey     30 arch/sparc/crypto/des_glue.c 	u64 decrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2];
decrypt_expkey     59 arch/sparc/crypto/des_glue.c 	encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]);
decrypt_expkey     78 arch/sparc/crypto/des_glue.c 	const u64 *K = ctx->decrypt_expkey;
decrypt_expkey    105 arch/sparc/crypto/des_glue.c 		des_sparc64_load_keys(&ctx->decrypt_expkey[0]);
decrypt_expkey    181 arch/sparc/crypto/des_glue.c 	des_sparc64_load_keys(&ctx->decrypt_expkey[0]);
decrypt_expkey    221 arch/sparc/crypto/des_glue.c 	encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]);
decrypt_expkey    222 arch/sparc/crypto/des_glue.c 	memcpy(&dctx->decrypt_expkey[DES_EXPKEY_WORDS / 2],
decrypt_expkey    224 arch/sparc/crypto/des_glue.c 	encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2],
decrypt_expkey    244 arch/sparc/crypto/des_glue.c 	const u64 *K = ctx->decrypt_expkey;
decrypt_expkey    270 arch/sparc/crypto/des_glue.c 		K = &ctx->decrypt_expkey[0];
decrypt_expkey    355 arch/sparc/crypto/des_glue.c 	K = &ctx->decrypt_expkey[0];