Searched refs:CKF_SO_PIN_COUNT_LOW (Results 1 – 4 of 4) sorted by relevance
1248 } else if (*flags & CKF_SO_PIN_COUNT_LOW) { in set_login_flags()1250 *flags &= ~(CKF_SO_PIN_COUNT_LOW); in set_login_flags()1252 *flags |= CKF_SO_PIN_COUNT_LOW; in set_login_flags()
816 CKF_SO_PIN_COUNT_LOW); in SC_Login()
251 #define CKF_SO_PIN_COUNT_LOW 0x00100000 macro
101 if (flags & CKF_SO_PIN_COUNT_LOW) in display_token_flags()