hsm_interface.h
Go to the documentation of this file.
1 #ifndef H_HSM_INTERFACE
2 #define H_HSM_INTERFACE
3 
4 #include <options/options.h>
5 
6 #include "hsm.h"
7 
8 struct sm_params;
9 struct sm_result;
10 
11 /* Interface of HSM for CSM */
12 void sm_hsm(struct sm_params* params, struct sm_result* res);
13 
15 void hsm_add_options(struct option* ops, struct hsm_params*p);
16 
17 #endif
struct option * ops
Definition: rb_sm.c:31
Definition: options.h:49
void sm_hsm(struct sm_params *params, struct sm_result *res)
Definition: hsm_interface.c:56
void hsm_add_options(struct option *ops, struct hsm_params *p)
Definition: hsm_interface.c:6
struct @0 p
Definition: hsm.h:7


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23