Home
last modified time | relevance | path

Searched refs:sl3516_ce_cipher_req_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c107 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_cipher_fallback()
132 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_cipher()
282 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_skdecrypt()
285 memset(rctx, 0, sizeof(struct sl3516_ce_cipher_req_ctx)); in sl3516_ce_skdecrypt()
300 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_skencrypt()
303 memset(rctx, 0, sizeof(struct sl3516_ce_cipher_req_ctx)); in sl3516_ce_skencrypt()
335 sktfm->reqsize = sizeof(struct sl3516_ce_cipher_req_ctx) + in sl3516_ce_cipher_init()
H A Dsl3516-ce.h280 struct sl3516_ce_cipher_req_ctx { struct
339 struct sl3516_ce_cipher_req_ctx *rctx, const char *name);
H A Dsl3516-ce-core.c121 int sl3516_ce_run_task(struct sl3516_ce_dev *ce, struct sl3516_ce_cipher_req_ctx *rctx, in sl3516_ce_run_task()