Searched refs:BCM_HDR_LEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 90 * Some SPU hw does not use BCM header on SPU messages. So BCM_HDR_LEN 93 #define BCM_HDR_LEN iproc_priv.bcm_hdr_len macro 216 BCM_HDR_LEN + ctx->spu_req_hdr_len); in spu_skcipher_tx_sg_create() 401 spu->spu_cipher_req_finish(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_skcipher_req() 418 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_skcipher_req() 600 BCM_HDR_LEN + spu_hdr_len); in spu_ahash_tx_sg_create() 817 memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in handle_ahash_req() 821 BCM_HDR_LEN, in handle_ahash_req() 851 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_ahash_req() 1193 BCM_HDR_LEN in spu_aead_tx_sg_create() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 90 * Some SPU hw does not use BCM header on SPU messages. So BCM_HDR_LEN 93 #define BCM_HDR_LEN iproc_priv.bcm_hdr_len macro 216 BCM_HDR_LEN + ctx->spu_req_hdr_len); in spu_skcipher_tx_sg_create() 401 spu->spu_cipher_req_finish(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_skcipher_req() 418 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_skcipher_req() 598 BCM_HDR_LEN + spu_hdr_len); in spu_ahash_tx_sg_create() 815 memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in handle_ahash_req() 819 BCM_HDR_LEN, in handle_ahash_req() 849 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_ahash_req() 1190 BCM_HDR_LEN in spu_aead_tx_sg_create() [all...] |
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | bcm-pdc-mailbox.c | 80 #define BCM_HDR_LEN 8 macro 1363 pdcs->pdc_resp_hdr_len += BCM_HDR_LEN; in pdc_rx_buf_pool_create()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | bcm-pdc-mailbox.c | 80 #define BCM_HDR_LEN 8 macro 1363 pdcs->pdc_resp_hdr_len += BCM_HDR_LEN; in pdc_rx_buf_pool_create()
|
Completed in 10 milliseconds