diff options
Diffstat (limited to 'src/slot.c')
-rw-r--r-- | src/slot.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,10 @@ CK_TOKEN_INFO_PTR p11t_slot_token_info = NULL; CK_ULONG *p11t_slot_mech_count; CK_MECHANISM_INFO_PTR *p11t_slot_mech_info; +/* ---------------------------------------------------------------------------------- + * TESTS + */ + void slot_global(void) { @@ -394,6 +398,10 @@ p11t_slot_tests(void) slot_mechanisms(); } +/* ---------------------------------------------------------------------------------- + * METHODS + */ + CK_TOKEN_INFO_PTR p11t_slot_get_token_info(CK_SLOT_ID slot) { |