Home
last modified time | relevance | path

Searched refs:first_message_part (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/crypto/
H A Dsha3_256_s390.c28 sctx->first_message_part = 1; in sha3_256_init()
41 octx->partial = sctx->first_message_part; in sha3_256_export()
54 sctx->first_message_part = ictx->partial; in sha3_256_import()
68 sctx->first_message_part = ictx->partial; in sha3_224_import()
100 sctx->first_message_part = 1; in sha3_224_init()
H A Dsha3_512_s390.c27 sctx->first_message_part = 1; in sha3_512_init()
42 octx->partial = sctx->first_message_part; in sha3_512_export()
58 sctx->first_message_part = ictx->partial; in sha3_512_import()
75 sctx->first_message_part = ictx->partial; in sha3_384_import()
109 sctx->first_message_part = 1; in sha3_384_init()
H A Dsha_common.c31 if (ctx->first_message_part) in s390_sha_update()
38 ctx->first_message_part = 0; in s390_sha_update()
49 ctx->first_message_part = 0; in s390_sha_update()
122 if (ctx->first_message_part) in s390_sha_final()
H A Dsha.h28 int first_message_part; member