Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c877 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_KEY); in ccp_passthrough()
1067 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_SHA); in ccp_sha_single_desc()
1459 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_IV); in ccp_do_xts()
1663 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_IV); in ccp_do_blkcipher()
1749 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_IV); in ccp_do_ghash_aad()
1787 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_IV); in ccp_do_gctr()
1817 desc->lsb_ctx_id = ccp_queue_lsb_entry(qp, LSB_ENTRY_IV); in ccp_do_ghash_final()
H A Dccp_hardware.h390 uint32_t lsb_ctx_id:8; member