Home
last modified time | relevance | path

Searched refs:ostate (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/fscache/
Doperation.c117 const struct fscache_state *ostate) in fscache_report_unexpected_submission() argument
129 kdebug("objstate=%s [%s]", object->state->name, ostate->name); in fscache_report_unexpected_submission()
157 const struct fscache_state *ostate; in fscache_submit_exclusive_op() local
173 ostate = object->state; in fscache_submit_exclusive_op()
222 fscache_report_unexpected_submission(object, op, ostate); in fscache_submit_exclusive_op()
243 const struct fscache_state *ostate; in fscache_submit_op() local
260 ostate = object->state; in fscache_submit_op()
304 fscache_report_unexpected_submission(object, op, ostate); in fscache_submit_op()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1172 void *istate, void *ostate) in mv_cesa_ahmac_setkey() argument
1211 ret = mv_cesa_ahmac_iv_state_init(req, opad, ostate, blocksize); in mv_cesa_ahmac_setkey()
1251 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() local
1254 ret = mv_cesa_ahmac_setkey("mv-md5", key, keylen, &istate, &ostate); in mv_cesa_ahmac_md5_setkey()
1261 for (i = 0; i < ARRAY_SIZE(ostate.hash); i++) in mv_cesa_ahmac_md5_setkey()
1262 ctx->iv[i + 8] = be32_to_cpu(ostate.hash[i]); in mv_cesa_ahmac_md5_setkey()
1321 struct sha1_state istate, ostate; in mv_cesa_ahmac_sha1_setkey() local
1324 ret = mv_cesa_ahmac_setkey("mv-sha1", key, keylen, &istate, &ostate); in mv_cesa_ahmac_sha1_setkey()
1331 for (i = 0; i < ARRAY_SIZE(ostate.state); i++) in mv_cesa_ahmac_sha1_setkey()
1332 ctx->iv[i + 8] = be32_to_cpu(ostate.state[i]); in mv_cesa_ahmac_sha1_setkey()
[all …]
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c1007 void *istate, void *ostate) in safexcel_hmac_setkey() argument
1044 ret = safexcel_hmac_init_iv(areq, blocksize, opad, ostate); in safexcel_hmac_setkey()
1062 struct safexcel_ahash_export_state istate, ostate; in safexcel_hmac_alg_setkey() local
1065 ret = safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate); in safexcel_hmac_alg_setkey()
1071 memcmp(ctx->opad, ostate.state, state_sz))) in safexcel_hmac_alg_setkey()
1075 memcpy(ctx->opad, &ostate.state, state_sz); in safexcel_hmac_alg_setkey()
Dsafexcel_cipher.c308 struct safexcel_ahash_export_state istate, ostate; in safexcel_aead_setkey() local
354 keys.authkeylen, &istate, &ostate)) in safexcel_aead_setkey()
359 keys.authkeylen, &istate, &ostate)) in safexcel_aead_setkey()
364 keys.authkeylen, &istate, &ostate)) in safexcel_aead_setkey()
369 keys.authkeylen, &istate, &ostate)) in safexcel_aead_setkey()
374 keys.authkeylen, &istate, &ostate)) in safexcel_aead_setkey()
387 memcmp(ctx->opad, ostate.state, ctx->state_sz))) in safexcel_aead_setkey()
395 memcpy(ctx->opad, &ostate.state, ctx->state_sz); in safexcel_aead_setkey()
Dsafexcel.h818 void *istate, void *ostate);
/Linux-v5.4/drivers/net/ppp/
Dppp_generic.c2742 void *state, *ostate; in ppp_set_compress() local
2770 ostate = ppp->xc_state; in ppp_set_compress()
2774 if (ostate) { in ppp_set_compress()
2775 ocomp->comp_free(ostate); in ppp_set_compress()
2788 ostate = ppp->rc_state; in ppp_set_compress()
2792 if (ostate) { in ppp_set_compress()
2793 ocomp->decomp_free(ostate); in ppp_set_compress()
/Linux-v5.4/sound/core/oss/
Dpcm_oss.c2814 snd_pcm_state_t ostate; in snd_pcm_oss_poll() local
2817 if ((ostate = runtime->status->state) != SNDRV_PCM_STATE_RUNNING || in snd_pcm_oss_poll()
2821 if (ostate != SNDRV_PCM_STATE_RUNNING && runtime->oss.trigger) { in snd_pcm_oss_poll()