Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Ds5p-sss.c324 unsigned long hash_flags; member
653 set_bit(HASH_FLAGS_DMA_READY, &dev->hash_flags); in s5p_hash_rx()
654 if (test_bit(HASH_FLAGS_FINAL, &dev->hash_flags)) in s5p_hash_rx()
713 set_bit(HASH_FLAGS_OUTPUT_READY, &dev->hash_flags); in s5p_aes_interrupt()
997 set_bit(HASH_FLAGS_DMA_ACTIVE, &dd->hash_flags); in s5p_hash_xmit_dma()
1006 set_bit(HASH_FLAGS_FINAL, &dd->hash_flags); in s5p_hash_xmit_dma()
1052 set_bit(HASH_FLAGS_SGS_COPIED, &ctx->dd->hash_flags); in s5p_hash_copy_sgs()
1120 set_bit(HASH_FLAGS_SGS_ALLOCED, &ctx->dd->hash_flags); in s5p_hash_copy_sg_lists()
1305 clear_bit(HASH_FLAGS_DMA_ACTIVE, &dd->hash_flags); in s5p_hash_update_dma_stop()
1334 if (test_bit(HASH_FLAGS_SGS_COPIED, &dd->hash_flags)) in s5p_hash_finish_req()
[all …]
/Linux-v5.10/drivers/crypto/axis/
Dartpec6_crypto.c299 enum artpec6_crypto_hash_flags hash_flags; member
309 unsigned int hash_flags; member
1326 if (req_ctx->hash_flags & HASH_FLAG_HMAC) { in artpec6_crypto_prepare_hash()
1354 if (!(req_ctx->hash_flags & HASH_FLAG_INIT_CTX)) { in artpec6_crypto_prepare_hash()
1367 if (req_ctx->hash_flags & HASH_FLAG_FINALIZE) in artpec6_crypto_prepare_hash()
1374 if (req_ctx->hash_flags & HASH_FLAG_FINALIZE) in artpec6_crypto_prepare_hash()
1398 if (req_ctx->hash_flags & HASH_FLAG_UPDATE) { in artpec6_crypto_prepare_hash()
1447 req_ctx->hash_flags &= ~(HASH_FLAG_UPDATE); in artpec6_crypto_prepare_hash()
1451 if (req_ctx->hash_flags & HASH_FLAG_FINALIZE) { in artpec6_crypto_prepare_hash()
1477 if (req_ctx->hash_flags & HASH_FLAG_HMAC) in artpec6_crypto_prepare_hash()
[all …]
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dicp_qat_fw_la.h226 __u8 hash_flags; member
249 __u8 hash_flags; member
Dqat_algs.c303 hash_cd_ctrl->hash_flags = ICP_QAT_FW_AUTH_HDR_FLAG_NO_NESTED; in qat_alg_aead_init_enc_session()
393 hash_cd_ctrl->hash_flags = ICP_QAT_FW_AUTH_HDR_FLAG_NO_NESTED; in qat_alg_aead_init_dec_session()