Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGlobal.h63 #define MAX_PIN_LEN 256 macro
H A DsoftSlotToken.c373 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()
H A DsoftSession.c331 if ((ulPinLen < MIN_PIN_LEN) || (ulPinLen > MAX_PIN_LEN)) { in C_Login()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dikedoor.h770 #define MAX_PIN_LEN 256 macro
782 uchar_t token_pin[MAX_PIN_LEN];
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c400 token_info->ulMaxPinLen = MAX_PIN_LEN; in init_token_info()
H A Dtpmtok_int.h57 #define MAX_PIN_LEN 256 macro
H A Dnew_host.c775 if (ulPinLen < MIN_PIN_LEN || ulPinLen > MAX_PIN_LEN) { in SC_Login()
H A Dtpm_specific.c1724 if (ulPinLen > MAX_PIN_LEN || ulPinLen < MIN_PIN_LEN) { in check_pin_properties()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2521 (void) strlcpy((char *)preq->token_pin, token_pin, MAX_PIN_LEN); in do_setdel_pin()