Searched refs:PKCS11_TOKEN_SO_PIN_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance
903 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) in entry_ck_token_initialize()905 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX) in entry_ck_token_initialize()1154 if (db->so_pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) in check_so_pin()1156 else if (db->so_pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX) in check_so_pin()1177 if (db->so_pin_count < PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) { in check_so_pin()
44 #define PKCS11_TOKEN_SO_PIN_COUNT_MAX 7 macro