Searched refs:sec_alg_res (Results 1 – 2 of 2) sorted by relevance
| /drivers/crypto/hisilicon/sec2/ |
| A D | sec.h | 17 struct sec_alg_res { struct 169 struct sec_alg_res *res;
|
| A D | sec_crypto.c | 385 static int sec_alloc_civ_resource(struct device *dev, struct sec_alg_res *res) in sec_alloc_civ_resource() 403 static void sec_free_civ_resource(struct device *dev, struct sec_alg_res *res) in sec_free_civ_resource() 410 static int sec_alloc_aiv_resource(struct device *dev, struct sec_alg_res *res) in sec_alloc_aiv_resource() 428 static void sec_free_aiv_resource(struct device *dev, struct sec_alg_res *res) in sec_free_aiv_resource() 435 static int sec_alloc_mac_resource(struct device *dev, struct sec_alg_res *res) in sec_alloc_mac_resource() 454 static void sec_free_mac_resource(struct device *dev, struct sec_alg_res *res) in sec_free_mac_resource() 461 static void sec_free_pbuf_resource(struct device *dev, struct sec_alg_res *res) in sec_free_pbuf_resource() 472 static int sec_alloc_pbuf_resource(struct device *dev, struct sec_alg_res *res) in sec_alloc_pbuf_resource() 511 struct sec_alg_res *res = qp_ctx->res; in sec_alg_resource_alloc() 574 qp_ctx->res = kcalloc(q_depth, sizeof(struct sec_alg_res), GFP_KERNEL); in sec_alloc_qp_ctx_resource() [all …]
|
Completed in 16 milliseconds