sm
csm
hsm
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
hsm_add_options
void hsm_add_options(struct option *ops, struct hsm_params *p)
Definition:
hsm_interface.c:6
p
struct @0 p
options.h
sm_params
Definition:
algos.h:12
ops
struct option * ops
Definition:
rb_sm.c:31
option
Definition:
options.h:49
sm_result
Definition:
algos.h:138
hsm.h
hsm_params
Definition:
hsm.h:7
params
Definition:
carmen2pdf.c:20
sm_hsm
void sm_hsm(struct sm_params *params, struct sm_result *res)
Definition:
hsm_interface.c:56
csm
Author(s): Andrea Censi
autogenerated on Wed Aug 17 2022 02:50:33