bcm_spu_req_hdr   219 drivers/crypto/bcm/cipher.c 	sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr,
bcm_spu_req_hdr   425 drivers/crypto/bcm/cipher.c 	memcpy(rctx->msg_buf.bcm_spu_req_hdr, ctx->bcm_spu_req_hdr,
bcm_spu_req_hdr   426 drivers/crypto/bcm/cipher.c 	       sizeof(rctx->msg_buf.bcm_spu_req_hdr));
bcm_spu_req_hdr   433 drivers/crypto/bcm/cipher.c 	spu->spu_cipher_req_finish(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN,
bcm_spu_req_hdr   450 drivers/crypto/bcm/cipher.c 	spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN,
bcm_spu_req_hdr   634 drivers/crypto/bcm/cipher.c 	sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr,
bcm_spu_req_hdr   852 drivers/crypto/bcm/cipher.c 	memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN);
bcm_spu_req_hdr   855 drivers/crypto/bcm/cipher.c 	spu_hdr_len = spu->spu_create_request(rctx->msg_buf.bcm_spu_req_hdr +
bcm_spu_req_hdr   886 drivers/crypto/bcm/cipher.c 	spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN,
bcm_spu_req_hdr  1227 drivers/crypto/bcm/cipher.c 	sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr,
bcm_spu_req_hdr  1468 drivers/crypto/bcm/cipher.c 	memcpy(rctx->msg_buf.bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN);
bcm_spu_req_hdr  1470 drivers/crypto/bcm/cipher.c 	spu_hdr_len = spu->spu_create_request(rctx->msg_buf.bcm_spu_req_hdr +
bcm_spu_req_hdr  1493 drivers/crypto/bcm/cipher.c 	spu->spu_dump_msg_hdr(rctx->msg_buf.bcm_spu_req_hdr + BCM_HDR_LEN,
bcm_spu_req_hdr  1927 drivers/crypto/bcm/cipher.c 	memset(ctx->bcm_spu_req_hdr, 0, alloc_len);
bcm_spu_req_hdr  1939 drivers/crypto/bcm/cipher.c 	memcpy(ctx->bcm_spu_req_hdr, BCMHEADER, BCM_HDR_LEN);
bcm_spu_req_hdr  1941 drivers/crypto/bcm/cipher.c 	    spu->spu_cipher_req_init(ctx->bcm_spu_req_hdr + BCM_HDR_LEN,
bcm_spu_req_hdr   126 drivers/crypto/bcm/cipher.h 	u8 bcm_spu_req_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];
bcm_spu_req_hdr   221 drivers/crypto/bcm/cipher.h 	u8 bcm_spu_req_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];