Searched refs:MAX_PIN_LEN (Results 1 – 9 of 9) sorted by relevance
63 #define MAX_PIN_LEN 256 macro
373 pInfo->ulMaxPinLen = MAX_PIN_LEN; in C_GetTokenInfo()536 if ((ulOldPinLen < MIN_PIN_LEN) || (ulOldPinLen > MAX_PIN_LEN) || in C_SetPIN()537 (ulNewPinLen < MIN_PIN_LEN) ||(ulNewPinLen > MAX_PIN_LEN)) { in C_SetPIN()
331 if ((ulPinLen < MIN_PIN_LEN) || (ulPinLen > MAX_PIN_LEN)) { in C_Login()
770 #define MAX_PIN_LEN 256 macro782 uchar_t token_pin[MAX_PIN_LEN];
400 token_info->ulMaxPinLen = MAX_PIN_LEN; in init_token_info()
57 #define MAX_PIN_LEN 256 macro
775 if (ulPinLen < MIN_PIN_LEN || ulPinLen > MAX_PIN_LEN) { in SC_Login()
1724 if (ulPinLen > MAX_PIN_LEN || ulPinLen < MIN_PIN_LEN) { in check_pin_properties()
2521 (void) strlcpy((char *)preq->token_pin, token_pin, MAX_PIN_LEN); in do_setdel_pin()