Home
last modified time | relevance | path

Searched defs:sec_req (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h43 struct sec_req { struct
44 union {
70 * struct sec_req_op - Operations for SEC request argument
79 int (*buf_map)(struct sec_ctx *ctx, struct sec_req *req); argument
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c384 static int sec_send_request(struct sec_request *sec_req, struct sec_queue *queue) in sec_send_request()
427 struct sec_request *sec_req = skcipher_request_ctx(skreq); in sec_skcipher_alg_callback() local
543 struct sec_request *sec_req = shadow; in sec_alg_callback() local
714 struct sec_request *sec_req = skcipher_request_ctx(skreq); in sec_alg_skcipher_crypto() local
H A Dsec_drv.h311 struct sec_request *sec_req; member