Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGlobal.h67 CKF_USER_PIN_INITIALIZED|\
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c389 token_info->flags |= CKF_USER_PIN_INITIALIZED; in init_token_info()
H A Dtpm_specific.c1842 CKF_USER_PIN_INITIALIZED; in token_specific_set_pin()
1847 CKF_USER_PIN_INITIALIZED; in token_specific_set_pin()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h159 #define CKF_USER_PIN_INITIALIZED 0x00000008UL /* normal user's PIN is set */ macro
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c80 if (flags & CKF_USER_PIN_INITIALIZED) in display_token_flags()