Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c116 display_mech_info(CK_MECHANISM_INFO *mechInfo) in display_mech_info() argument
122 mechInfo->ulMaxKeySize); in display_mech_info()
125 (mechInfo->flags & CKF_HW) ? "X" : ".", in display_mech_info()
126 (mechInfo->flags & CKF_ENCRYPT) ? "X" : ".", in display_mech_info()
128 (mechInfo->flags & CKF_DIGEST) ? "X" : ".", in display_mech_info()
129 (mechInfo->flags & CKF_SIGN) ? "X" : ".", in display_mech_info()
131 (mechInfo->flags & CKF_VERIFY) ? "X" : ".", in display_mech_info()
135 (mechInfo->flags & CKF_WRAP) ? "X" : ".", in display_mech_info()
136 (mechInfo->flags & CKF_UNWRAP) ? "X" : ".", in display_mech_info()
137 (mechInfo->flags & CKF_DERIVE) ? "X" : ".", in display_mech_info()
[all …]