Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dev.h466 struct ccp_sg_workarea { struct
481 struct ccp_sg_workarea sg_wa; argument
H A Dccp-ops.c64 static void ccp_sg_free(struct ccp_sg_workarea *wa) in ccp_sg_free()
72 static int ccp_init_sg_workarea(struct ccp_sg_workarea *wa, struct device *dev, in ccp_init_sg_workarea()
106 static void ccp_update_sg_workarea(struct ccp_sg_workarea *wa, unsigned int len) in ccp_update_sg_workarea()
299 struct ccp_sg_workarea *sg_wa = &data->sg_wa; in ccp_queue_buf()