Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c115 display_mech_info(CK_MECHANISM_INFO *mechInfo) in display_mech_info() argument
120 (void) printf("%-4ld %-4ld ", mechInfo->ulMinKeySize, in display_mech_info()
121 mechInfo->ulMaxKeySize); in display_mech_info()
124 (mechInfo->flags & CKF_HW) ? "X" : ".", in display_mech_info()
125 (mechInfo->flags & CKF_ENCRYPT) ? "X" : ".", in display_mech_info()
126 (mechInfo->flags & CKF_DECRYPT) ? "X" : ".", in display_mech_info()
127 (mechInfo->flags & CKF_DIGEST) ? "X" : ".", in display_mech_info()
128 (mechInfo->flags & CKF_SIGN) ? "X" : ".", in display_mech_info()
129 (mechInfo->flags & CKF_SIGN_RECOVER) ? "X" : ".", in display_mech_info()
130 (mechInfo->flags & CKF_VERIFY) ? "X" : ".", in display_mech_info()
[all …]