Home
last modified time | relevance | path

Searched refs:token_slot_id (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c388 CK_SLOT_ID token_slot_id; in execute_cmd() local
536 &token_slot_id); in execute_cmd()
543 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info); in execute_cmd()
545 slotID = token_slot_id; in execute_cmd()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c450 CK_SLOT_ID token_slot_id; in execute_cmd() local
587 &token_slot_id); in execute_cmd()
594 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info); in execute_cmd()
596 slotID = token_slot_id; in execute_cmd()