Searched refs:sec_bd_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/crypto/hisilicon/sec/ |
D | sec_drv.h | 22 struct sec_bd_info { struct 183 struct sec_bd_info *vaddr; 185 void (*callback)(struct sec_bd_info *resp, void *ctx); 246 struct sec_bd_info req_template; 284 void (*cb)(struct sec_bd_info *resp, struct crypto_async_request *req); 304 struct sec_bd_info req; 417 int sec_queue_send(struct sec_queue *queue, struct sec_bd_info *msg, void *ctx); 424 void sec_alg_callback(struct sec_bd_info *resp, void *ctx);
|
D | sec_algs.c | 127 struct sec_bd_info *req, in sec_alg_skcipher_init_template() 421 static void sec_skcipher_alg_callback(struct sec_bd_info *sec_resp, in sec_skcipher_alg_callback() 541 void sec_alg_callback(struct sec_bd_info *resp, void *shadow) in sec_alg_callback() 630 *sec_alg_alloc_and_fill_el(struct sec_bd_info *template, int encrypt, in sec_alg_alloc_and_fill_el() 637 struct sec_bd_info *req; in sec_alg_alloc_and_fill_el()
|
D | sec_drv.c | 685 struct sec_bd_info *msg; in sec_isr_handle() 858 int sec_queue_send(struct sec_queue *queue, struct sec_bd_info *msg, void *ctx) in sec_queue_send() 1072 round_up(SEC_QUEUE_LEN * sizeof(struct sec_bd_info), PAGE_SIZE)
|