Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Ds5p-sss.c209 * HASH bit numbers, used by device, setting in dev->hash_flags with
283 * @hash_lock: Lock for protecting hash_req, hash_queue and hash_flags
285 * @hash_flags: Flags for current HASH op.
320 unsigned long hash_flags; member
632 set_bit(HASH_FLAGS_DMA_READY, &dev->hash_flags); in s5p_hash_rx()
633 if (test_bit(HASH_FLAGS_FINAL, &dev->hash_flags)) in s5p_hash_rx()
692 set_bit(HASH_FLAGS_OUTPUT_READY, &dev->hash_flags); in s5p_aes_interrupt()
976 set_bit(HASH_FLAGS_DMA_ACTIVE, &dd->hash_flags); in s5p_hash_xmit_dma()
985 set_bit(HASH_FLAGS_FINAL, &dd->hash_flags); in s5p_hash_xmit_dma()
1030 set_bit(HASH_FLAGS_SGS_COPIED, &ctx->dd->hash_flags); in s5p_hash_copy_sgs()
[all...]
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c300 enum artpec6_crypto_hash_flags hash_flags; member
310 unsigned int hash_flags; member
1327 if (req_ctx->hash_flags & HASH_FLAG_HMAC) { in artpec6_crypto_prepare_hash()
1355 if (!(req_ctx->hash_flags & HASH_FLAG_INIT_CTX)) { in artpec6_crypto_prepare_hash()
1368 if (req_ctx->hash_flags & HASH_FLAG_FINALIZE) in artpec6_crypto_prepare_hash()
1375 if (req_ctx->hash_flags & HASH_FLAG_FINALIZE) in artpec6_crypto_prepare_hash()
1399 if (req_ctx->hash_flags & HASH_FLAG_UPDATE) { in artpec6_crypto_prepare_hash()
1448 req_ctx->hash_flags &= ~(HASH_FLAG_UPDATE); in artpec6_crypto_prepare_hash()
1452 if (req_ctx->hash_flags & HASH_FLAG_FINALIZE) { in artpec6_crypto_prepare_hash()
1478 if (req_ctx->hash_flags in artpec6_crypto_prepare_hash()
[all...]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_la.h233 __u8 hash_flags; member
256 __u8 hash_flags; member
H A Dqat_algs.c287 hash_cd_ctrl->hash_flags = ICP_QAT_FW_AUTH_HDR_FLAG_NO_NESTED; in qat_alg_aead_init_enc_session()
377 hash_cd_ctrl->hash_flags = ICP_QAT_FW_AUTH_HDR_FLAG_NO_NESTED; in qat_alg_aead_init_dec_session()