Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/marvell/cesa/
Dhash.c1209 void *istate, void *ostate) in mv_cesa_ahmac_setkey() argument
1248 ret = mv_cesa_ahmac_iv_state_init(req, opad, ostate, blocksize); in mv_cesa_ahmac_setkey()
1288 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() local
1291 ret = mv_cesa_ahmac_setkey("mv-md5", key, keylen, &istate, &ostate); in mv_cesa_ahmac_md5_setkey()
1298 for (i = 0; i < ARRAY_SIZE(ostate.hash); i++) in mv_cesa_ahmac_md5_setkey()
1299 ctx->iv[i + 8] = cpu_to_be32(ostate.hash[i]); in mv_cesa_ahmac_md5_setkey()
1359 struct sha1_state istate, ostate; in mv_cesa_ahmac_sha1_setkey() local
1362 ret = mv_cesa_ahmac_setkey("mv-sha1", key, keylen, &istate, &ostate); in mv_cesa_ahmac_sha1_setkey()
1369 for (i = 0; i < ARRAY_SIZE(ostate.state); i++) in mv_cesa_ahmac_sha1_setkey()
1370 ctx->iv[i + 8] = cpu_to_be32(ostate.state[i]); in mv_cesa_ahmac_sha1_setkey()
[all …]
/linux-6.1.9/drivers/gpu/drm/tidss/
Dtidss_crtc.c125 struct drm_atomic_state *ostate = old_state->state; in tidss_crtc_position_planes() local
140 for_each_new_plane_in_state(ostate, plane, pstate, i) { in tidss_crtc_position_planes()
/linux-6.1.9/drivers/net/ppp/
Dppp_generic.c3021 void *state, *ostate; in ppp_set_compress() local
3046 ostate = ppp->xc_state; in ppp_set_compress()
3050 if (ostate) { in ppp_set_compress()
3051 ocomp->comp_free(ostate); in ppp_set_compress()
3064 ostate = ppp->rc_state; in ppp_set_compress()
3068 if (ostate) { in ppp_set_compress()
3069 ocomp->decomp_free(ostate); in ppp_set_compress()
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_hash.c1144 void *istate, void *ostate) in __safexcel_hmac_setkey() argument
1181 ret = safexcel_hmac_init_iv(areq, blocksize, opad, ostate); in __safexcel_hmac_setkey()
1198 struct safexcel_ahash_export_state istate, ostate; in safexcel_hmac_setkey() local
1201 ret = __safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate); in safexcel_hmac_setkey()
1207 memcmp(&base->opad, ostate.state, state_sz))) in safexcel_hmac_setkey()
1211 memcpy(&base->opad, &ostate.state, state_sz); in safexcel_hmac_setkey()
/linux-6.1.9/sound/core/oss/
Dpcm_oss.c2865 snd_pcm_state_t ostate; in snd_pcm_oss_poll() local
2868 ostate = runtime->state; in snd_pcm_oss_poll()
2869 if (ostate != SNDRV_PCM_STATE_RUNNING || in snd_pcm_oss_poll()
2873 if (ostate != SNDRV_PCM_STATE_RUNNING && runtime->oss.trigger) { in snd_pcm_oss_poll()