Lines Matching refs:BCM_HDR_LEN
93 #define BCM_HDR_LEN iproc_priv.bcm_hdr_len macro
220 BCM_HDR_LEN + ctx->spu_req_hdr_len); in spu_ablkcipher_tx_sg_create()
433 spu->spu_cipher_req_finish(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_ablkcipher_req()
450 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_ablkcipher_req()
635 BCM_HDR_LEN + spu_hdr_len); in spu_ahash_tx_sg_create()
852 memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in handle_ahash_req()
856 BCM_HDR_LEN, in handle_ahash_req()
886 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_ahash_req()
1228 BCM_HDR_LEN + spu_hdr_len); in spu_aead_tx_sg_create()
1468 memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in handle_aead_req()
1471 BCM_HDR_LEN, &req_opts, in handle_aead_req()
1493 spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN, in handle_aead_req()
1924 alloc_len = BCM_HDR_LEN + SPU_HEADER_ALLOC_LEN; in ablkcipher_setkey()
1926 alloc_len = BCM_HDR_LEN + SPU2_HEADER_ALLOC_LEN; in ablkcipher_setkey()
1939 memcpy(ctx->bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN); in ablkcipher_setkey()
1941 spu->spu_cipher_req_init(ctx->bcm_spu_req_hdr + BCM_HDR_LEN, in ablkcipher_setkey()