Home
last modified time | relevance | path

Searched refs:sa_ctx_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dsa2ul.h272 * struct sa_ctx_info: SA context information
281 struct sa_ctx_info { struct
295 * @enc: struct sa_ctx_info for encryption
296 * @dec: struct sa_ctx_info for decryption
304 struct sa_ctx_info enc;
305 struct sa_ctx_info dec;
306 struct sa_ctx_info auth;
H A Dsa2ul.c694 int sa_init_sc(struct sa_ctx_info *ctx, const u8 *enc_key, in sa_init_sc()
761 static void sa_free_ctx_info(struct sa_ctx_info *ctx, in sa_free_ctx_info()
778 static int sa_init_ctx_info(struct sa_ctx_info *ctx, in sa_init_ctx_info()
1065 struct sa_ctx_info *sa_ctx = req->enc ? &req->ctx->enc : &req->ctx->dec; in sa_run()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dsa2ul.h276 * struct sa_ctx_info: SA context information
285 struct sa_ctx_info { struct
299 * @enc: struct sa_ctx_info for encryption
300 * @dec: struct sa_ctx_info for decryption
308 struct sa_ctx_info enc;
309 struct sa_ctx_info dec;
310 struct sa_ctx_info auth;
H A Dsa2ul.c716 int sa_init_sc(struct sa_ctx_info *ctx, const struct sa_match_data *match_data, in sa_init_sc()
784 static void sa_free_ctx_info(struct sa_ctx_info *ctx, in sa_free_ctx_info()
801 static int sa_init_ctx_info(struct sa_ctx_info *ctx, in sa_init_ctx_info()
1091 struct sa_ctx_info *sa_ctx = req->enc ? &req->ctx->enc : &req->ctx->dec; in sa_run()

Completed in 8 milliseconds