Home
last modified time | relevance | path

Searched refs:pk_state (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/crypto/
H A Dpaes_s390.c84 int pk_state; member
104 int pk_state; member
252 ctx->pk_state = PK_STATE_CONVERT_IN_PROGRESS; in paes_convert_key()
260 ctx->pk_state = rc; in paes_convert_key()
262 ctx->pk_state = PK_STATE_VALID; in paes_convert_key()
285 ctx->pk_state = PK_STATE_CONVERT_IN_PROGRESS; in pxts_convert_key()
325 ctx->pk_state = rc; in pxts_convert_key()
327 ctx->pk_state = PK_STATE_VALID; in pxts_convert_key()
403 int pk_state, rc = 0; in ecb_paes_do_crypt() local
408 pk_state = ctx->pk_state; in ecb_paes_do_crypt()
[all …]
H A Dphmac_s390.c153 int pk_state; member
373 tfm_ctx->pk_state = PK_STATE_CONVERT_IN_PROGRESS; in phmac_convert_key()
381 tfm_ctx->pk_state = rc; in phmac_convert_key()
383 tfm_ctx->pk_state = PK_STATE_VALID; in phmac_convert_key()