Home
last modified time | relevance | path

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

/arch/s390/crypto/
A Dsha3_256_s390.c26 sctx->first_message_part = test_facility(86); in sha3_256_init()
27 if (!sctx->first_message_part) in sha3_256_init()
44 if (sctx->first_message_part) { in sha3_256_export()
65 sctx->first_message_part = 0; in sha3_256_import()
A Dsha3_512_s390.c25 sctx->first_message_part = test_facility(86); in sha3_512_init()
26 if (!sctx->first_message_part) in sha3_512_init()
43 if (sctx->first_message_part) { in sha3_512_export()
64 sctx->first_message_part = 0; in sha3_512_import()
A Dsha_common.c26 if (ctx->first_message_part) in s390_sha_update_blocks()
40 ctx->first_message_part = 0; in s390_sha_update_blocks()
105 if (ctx->first_message_part) in s390_sha_finup()
A Dsha.h35 bool first_message_part; member

Completed in 7 milliseconds