Searched refs:MAX_PIN_LEN (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGlobal.h63 #define MAX_PIN_LEN 256 macro
H A DsoftSlotToken.c484 pInfo->ulMaxPinLen = MAX_PIN_LEN;
657 if ((ulOldPinLen < MIN_PIN_LEN) || (ulOldPinLen > MAX_PIN_LEN) ||
658 (ulNewPinLen < MIN_PIN_LEN) ||(ulNewPinLen > MAX_PIN_LEN)) {
H A DsoftSession.c331 if ((ulPinLen < MIN_PIN_LEN) || (ulPinLen > MAX_PIN_LEN)) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGlobal.h62 #define MAX_PIN_LEN 256 macro
H A DkmsSlotToken.c150 pInfo->ulMaxPinLen = MAX_PIN_LEN;
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dikedoor.h771 #define MAX_PIN_LEN 256 macro
783 uchar_t token_pin[MAX_PIN_LEN];
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c400 token_info->ulMaxPinLen = MAX_PIN_LEN;
H A Dtpmtok_int.h55 #define MAX_PIN_LEN 256 macro
H A Dnew_host.c767 if (ulPinLen < MIN_PIN_LEN || ulPinLen > MAX_PIN_LEN) {
H A Dtpm_specific.c1763 if (ulPinLen > MAX_PIN_LEN || ulPinLen < MIN_PIN_LEN) {

Completed in 42 milliseconds