Lines Matching refs:BCM_HDR_LEN
94 #define BCM_HDR_LEN iproc_priv.bcm_hdr_len macro
217 BCM_HDR_LEN + ctx->spu_req_hdr_len); in spu_skcipher_tx_sg_create()
402 spu->spu_cipher_req_finish(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_skcipher_req()
419 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_skcipher_req()
599 BCM_HDR_LEN + spu_hdr_len); in spu_ahash_tx_sg_create()
816 memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in handle_ahash_req()
820 BCM_HDR_LEN, in handle_ahash_req()
850 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_ahash_req()
1191 BCM_HDR_LEN + spu_hdr_len); in spu_aead_tx_sg_create()
1431 memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in handle_aead_req()
1434 BCM_HDR_LEN, &req_opts, in handle_aead_req()
1456 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_aead_req()
1861 alloc_len = BCM_HDR_LEN + SPU_HEADER_ALLOC_LEN; in skcipher_setkey()
1863 alloc_len = BCM_HDR_LEN + SPU2_HEADER_ALLOC_LEN; in skcipher_setkey()
1876 memcpy(ctx->bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in skcipher_setkey()
1878 spu->spu_cipher_req_init(ctx->bcm_spu_req_hdr + BCM_HDR_LEN, in skcipher_setkey()