Home
last modified time | relevance | path

Searched refs:root_k (Results 1 – 9 of 9) sorted by relevance

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSMInner.h339 K *root_k; // Private key of the root certificate member
H A DCommand.c2802 K *root_k = NULL; in PtMakeCert() local
2836 root_k = FileToKW(GetParamUniStr(o, "SIGNKEY"), true, NULL); in PtMakeCert()
2838 if (root_x == NULL || root_k == NULL || CheckXandK(root_x, root_k) == false) in PtMakeCert()
2872 x = NewX(pub, root_k, root_x, n, days, x_serial); in PtMakeCert()
2906 FreeK(root_k); in PtMakeCert()
2928 K *root_k = NULL; in PtMakeCert2048() local
2962 root_k = FileToKW(GetParamUniStr(o, "SIGNKEY"), true, NULL); in PtMakeCert2048()
2964 if (root_x == NULL || root_k == NULL || CheckXandK(root_x, root_k) == false) in PtMakeCert2048()
2998 x = NewX(pub, root_k, root_x, n, days, x_serial); in PtMakeCert2048()
3032 FreeK(root_k); in PtMakeCert2048()
H A DSM.c8676 if (b && (s->root_k == NULL || s->root_x == NULL)) in SmCreateCertDlgUpdate()
8759 x = NewX(pub, s->root_k, s->root_x, n, days, x_serial); in SmCreateCertDlgOnOk()
8866 FreeK(s->root_k); in SmCreateCertDlgProc()
8868 s->root_k = k; in SmCreateCertDlgProc()
8928 FreeK(s.root_k); in SmCreateCert()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DSMInner.h339 K *root_k; // Private key of the root certificate member
H A DCommand.c2802 K *root_k = NULL; in PtMakeCert() local
2836 root_k = FileToKW(GetParamUniStr(o, "SIGNKEY"), true, NULL); in PtMakeCert()
2838 if (root_x == NULL || root_k == NULL || CheckXandK(root_x, root_k) == false) in PtMakeCert()
2872 x = NewX(pub, root_k, root_x, n, days, x_serial); in PtMakeCert()
2906 FreeK(root_k); in PtMakeCert()
2928 K *root_k = NULL; in PtMakeCert2048() local
2962 root_k = FileToKW(GetParamUniStr(o, "SIGNKEY"), true, NULL); in PtMakeCert2048()
2964 if (root_x == NULL || root_k == NULL || CheckXandK(root_x, root_k) == false) in PtMakeCert2048()
2998 x = NewX(pub, root_k, root_x, n, days, x_serial); in PtMakeCert2048()
3032 FreeK(root_k); in PtMakeCert2048()
H A DSM.c8676 if (b && (s->root_k == NULL || s->root_x == NULL)) in SmCreateCertDlgUpdate()
8759 x = NewX(pub, s->root_k, s->root_x, n, days, x_serial); in SmCreateCertDlgOnOk()
8866 FreeK(s->root_k); in SmCreateCertDlgProc()
8868 s->root_k = k; in SmCreateCertDlgProc()
8928 FreeK(s.root_k); in SmCreateCert()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DSMInner.h252 K *root_k; // Private key of the root certificate member
H A DCommand.c2677 K *root_k = NULL; in PtMakeCert() local
2711 root_k = FileToKW(GetParamUniStr(o, "SIGNKEY"), true, NULL); in PtMakeCert()
2713 if (root_x == NULL || root_k == NULL || CheckXandK(root_x, root_k) == false) in PtMakeCert()
2747 x = NewX(pub, root_k, root_x, n, days, x_serial); in PtMakeCert()
2781 FreeK(root_k); in PtMakeCert()
2803 K *root_k = NULL; in PtMakeCert2048() local
2837 root_k = FileToKW(GetParamUniStr(o, "SIGNKEY"), true, NULL); in PtMakeCert2048()
2839 if (root_x == NULL || root_k == NULL || CheckXandK(root_x, root_k) == false) in PtMakeCert2048()
2873 x = NewX(pub, root_k, root_x, n, days, x_serial); in PtMakeCert2048()
2907 FreeK(root_k); in PtMakeCert2048()
H A DSM.c8543 if (b && (s->root_k == NULL || s->root_x == NULL)) in SmCreateCertDlgUpdate()
8626 x = NewX(pub, s->root_k, s->root_x, n, days, x_serial); in SmCreateCertDlgOnOk()
8733 FreeK(s->root_k); in SmCreateCertDlgProc()
8735 s->root_k = k; in SmCreateCertDlgProc()
8795 FreeK(s.root_k); in SmCreateCert()