ostate            818 drivers/crypto/inside-secure/safexcel.h 			 void *istate, void *ostate);
ostate            308 drivers/crypto/inside-secure/safexcel_cipher.c 	struct safexcel_ahash_export_state istate, ostate;
ostate            354 drivers/crypto/inside-secure/safexcel_cipher.c 					 keys.authkeylen, &istate, &ostate))
ostate            359 drivers/crypto/inside-secure/safexcel_cipher.c 					 keys.authkeylen, &istate, &ostate))
ostate            364 drivers/crypto/inside-secure/safexcel_cipher.c 					 keys.authkeylen, &istate, &ostate))
ostate            369 drivers/crypto/inside-secure/safexcel_cipher.c 					 keys.authkeylen, &istate, &ostate))
ostate            374 drivers/crypto/inside-secure/safexcel_cipher.c 					 keys.authkeylen, &istate, &ostate))
ostate            387 drivers/crypto/inside-secure/safexcel_cipher.c 	     memcmp(ctx->opad, ostate.state, ctx->state_sz)))
ostate            395 drivers/crypto/inside-secure/safexcel_cipher.c 	memcpy(ctx->opad, &ostate.state, ctx->state_sz);
ostate           1007 drivers/crypto/inside-secure/safexcel_hash.c 			 void *istate, void *ostate)
ostate           1044 drivers/crypto/inside-secure/safexcel_hash.c 	ret = safexcel_hmac_init_iv(areq, blocksize, opad, ostate);
ostate           1062 drivers/crypto/inside-secure/safexcel_hash.c 	struct safexcel_ahash_export_state istate, ostate;
ostate           1065 drivers/crypto/inside-secure/safexcel_hash.c 	ret = safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate);
ostate           1071 drivers/crypto/inside-secure/safexcel_hash.c 	     memcmp(ctx->opad, ostate.state, state_sz)))
ostate           1075 drivers/crypto/inside-secure/safexcel_hash.c 	memcpy(ctx->opad, &ostate.state, state_sz);
ostate           1172 drivers/crypto/marvell/hash.c 				void *istate, void *ostate)
ostate           1211 drivers/crypto/marvell/hash.c 	ret = mv_cesa_ahmac_iv_state_init(req, opad, ostate, blocksize);
ostate           1251 drivers/crypto/marvell/hash.c 	struct md5_state istate, ostate;
ostate           1254 drivers/crypto/marvell/hash.c 	ret = mv_cesa_ahmac_setkey("mv-md5", key, keylen, &istate, &ostate);
ostate           1261 drivers/crypto/marvell/hash.c 	for (i = 0; i < ARRAY_SIZE(ostate.hash); i++)
ostate           1262 drivers/crypto/marvell/hash.c 		ctx->iv[i + 8] = be32_to_cpu(ostate.hash[i]);
ostate           1321 drivers/crypto/marvell/hash.c 	struct sha1_state istate, ostate;
ostate           1324 drivers/crypto/marvell/hash.c 	ret = mv_cesa_ahmac_setkey("mv-sha1", key, keylen, &istate, &ostate);
ostate           1331 drivers/crypto/marvell/hash.c 	for (i = 0; i < ARRAY_SIZE(ostate.state); i++)
ostate           1332 drivers/crypto/marvell/hash.c 		ctx->iv[i + 8] = be32_to_cpu(ostate.state[i]);
ostate           1378 drivers/crypto/marvell/hash.c 	struct sha256_state istate, ostate;
ostate           1381 drivers/crypto/marvell/hash.c 	ret = mv_cesa_ahmac_setkey("mv-sha256", key, keylen, &istate, &ostate);
ostate           1388 drivers/crypto/marvell/hash.c 	for (i = 0; i < ARRAY_SIZE(ostate.state); i++)
ostate           1389 drivers/crypto/marvell/hash.c 		ctx->iv[i + 8] = be32_to_cpu(ostate.state[i]);
ostate           2742 drivers/net/ppp/ppp_generic.c 	void *state, *ostate;
ostate           2770 drivers/net/ppp/ppp_generic.c 			ostate = ppp->xc_state;
ostate           2774 drivers/net/ppp/ppp_generic.c 			if (ostate) {
ostate           2775 drivers/net/ppp/ppp_generic.c 				ocomp->comp_free(ostate);
ostate           2788 drivers/net/ppp/ppp_generic.c 			ostate = ppp->rc_state;
ostate           2792 drivers/net/ppp/ppp_generic.c 			if (ostate) {
ostate           2793 drivers/net/ppp/ppp_generic.c 				ocomp->decomp_free(ostate);
ostate            117 fs/fscache/operation.c 						 const struct fscache_state *ostate)
ostate            129 fs/fscache/operation.c 	kdebug("objstate=%s [%s]", object->state->name, ostate->name);
ostate            157 fs/fscache/operation.c 	const struct fscache_state *ostate;
ostate            173 fs/fscache/operation.c 	ostate = object->state;
ostate            222 fs/fscache/operation.c 		fscache_report_unexpected_submission(object, op, ostate);
ostate            243 fs/fscache/operation.c 	const struct fscache_state *ostate;
ostate            260 fs/fscache/operation.c 	ostate = object->state;
ostate            304 fs/fscache/operation.c 		fscache_report_unexpected_submission(object, op, ostate);
ostate           2814 sound/core/oss/pcm_oss.c 		snd_pcm_state_t ostate;
ostate           2817 sound/core/oss/pcm_oss.c 		if ((ostate = runtime->status->state) != SNDRV_PCM_STATE_RUNNING ||
ostate           2821 sound/core/oss/pcm_oss.c 		if (ostate != SNDRV_PCM_STATE_RUNNING && runtime->oss.trigger) {