crypto: import the ability to clone session

Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
makejian
2023-10-11 22:24:06 +08:00
committed by Xiang Xiao
parent 9eadf61e90
commit ee6fdb2c85
3 changed files with 133 additions and 2 deletions
+1
View File
@@ -138,6 +138,7 @@ struct cryptoini
int cri_alg; /* Algorithm to use */
int cri_klen; /* Key length, in bits */
int cri_rnd; /* Algorithm rounds, where relevant */
int cri_sid;
caddr_t cri_key; /* key to use */
union
{