Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-006.patch38 ! int result, ostate, osig;
47 + ostate = rl_readline_state;
58 + if (osig != 0 && (ostate & RL_STATE_CALLBACK))
70 + ostate = rl_readline_state;
86 + else if (osig == SIGINT && (ostate & RL_STATE_CALLBACK) && (ostate & (RL_STATE_ISEARCH|RL_S…
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1184 void *istate, void *ostate) in mv_cesa_ahmac_setkey() argument
1223 ret = mv_cesa_ahmac_iv_state_init(req, opad, ostate, blocksize); in mv_cesa_ahmac_setkey()
1263 struct md5_state istate, ostate; in mv_cesa_ahmac_md5_setkey() local
1273 for (i = 0; i < ARRAY_SIZE(ostate.hash); i++) in mv_cesa_ahmac_md5_setkey()
1274 ctx->iv[i + 8] = cpu_to_be32(ostate.hash[i]); in mv_cesa_ahmac_md5_setkey()
1334 struct sha1_state istate, ostate; in mv_cesa_ahmac_sha1_setkey() local
1344 for (i = 0; i < ARRAY_SIZE(ostate.state); i++) in mv_cesa_ahmac_sha1_setkey()
1345 ctx->iv[i + 8] = cpu_to_be32(ostate.state[i]); in mv_cesa_ahmac_sha1_setkey()
1392 struct sha256_state istate, ostate; in mv_cesa_ahmac_sha256_setkey() local
1402 for (i = 0; i < ARRAY_SIZE(ostate.state); i++) in mv_cesa_ahmac_sha256_setkey()
[all …]
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c124 struct drm_atomic_state *ostate = old_state->state; in tidss_crtc_position_planes() local
139 for_each_new_plane_in_state(ostate, plane, pstate, i) { in tidss_crtc_position_planes()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c3036 void *state, *ostate; in ppp_set_compress() local
3061 ostate = ppp->xc_state; in ppp_set_compress()
3065 if (ostate) { in ppp_set_compress()
3066 ocomp->comp_free(ostate); in ppp_set_compress()
3079 ostate = ppp->rc_state; in ppp_set_compress()
3083 if (ostate) { in ppp_set_compress()
3084 ocomp->decomp_free(ostate); in ppp_set_compress()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1118 void *istate, void *ostate) in __safexcel_hmac_setkey() argument
1155 ret = safexcel_hmac_init_iv(areq, blocksize, opad, ostate); in __safexcel_hmac_setkey()
1172 struct safexcel_ahash_export_state istate, ostate; in safexcel_hmac_setkey() local
1175 ret = __safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate); in safexcel_hmac_setkey()
1181 memcmp(&base->opad, ostate.state, state_sz))) in safexcel_hmac_setkey()
1185 memcpy(&base->opad, &ostate.state, state_sz); in safexcel_hmac_setkey()
/openbmc/linux/sound/core/oss/
H A 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()