Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/
Ds5p-sss.c221 #define HASH_FLAGS_SGS_COPIED 5 macro
1046 set_bit(HASH_FLAGS_SGS_COPIED, &ctx->dd->hash_flags); in s5p_hash_copy_sgs()
1328 if (test_bit(HASH_FLAGS_SGS_COPIED, &dd->hash_flags)) in s5p_hash_finish_req()
1337 BIT(HASH_FLAGS_SGS_COPIED)); in s5p_hash_finish_req()
/linux-6.14.4/drivers/crypto/stm32/
Dstm32-hash.c97 #define HASH_FLAGS_SGS_COPIED BIT(24) macro
1126 state->flags |= HASH_FLAGS_SGS_COPIED; in stm32_hash_copy_sgs()
1348 if (state->flags & HASH_FLAGS_SGS_COPIED) in stm32_hash_unprepare_request()
1354 state->flags &= ~(HASH_FLAGS_SGS_COPIED); in stm32_hash_unprepare_request()