Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dsa2ul.h281 struct sa_ctx_info { struct
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()