Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/
Dsa2ul.h285 struct sa_ctx_info { struct
308 struct sa_ctx_info enc;
309 struct sa_ctx_info dec;
310 struct sa_ctx_info auth;
Dsa2ul.c715 int sa_init_sc(struct sa_ctx_info *ctx, const struct sa_match_data *match_data, in sa_init_sc()
783 static void sa_free_ctx_info(struct sa_ctx_info *ctx, in sa_free_ctx_info()
800 static int sa_init_ctx_info(struct sa_ctx_info *ctx, in sa_init_ctx_info()
1090 struct sa_ctx_info *sa_ctx = req->enc ? &req->ctx->enc : &req->ctx->dec; in sa_run()