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

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGlobal.h64 #define MAX_PIN_LEN 256 macro
H A DsoftSlotToken.c347 pInfo->ulMaxPinLen = MAX_PIN_LEN;
507 if ((ulOldPinLen < MIN_PIN_LEN) || (ulOldPinLen > MAX_PIN_LEN) ||
508 (ulNewPinLen < MIN_PIN_LEN) ||(ulNewPinLen > MAX_PIN_LEN)) {
H A DsoftSession.c331 if ((ulPinLen < MIN_PIN_LEN) || (ulPinLen > MAX_PIN_LEN)) {
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dikedoor.h770 #define MAX_PIN_LEN 256 macro
782 uchar_t token_pin[MAX_PIN_LEN];
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c400 token_info->ulMaxPinLen = MAX_PIN_LEN;
H A Dtpmtok_int.h56 #define MAX_PIN_LEN 256 macro
H A Dnew_host.c775 if (ulPinLen < MIN_PIN_LEN || ulPinLen > MAX_PIN_LEN) {
H A Dtpm_specific.c1723 if (ulPinLen > MAX_PIN_LEN || ulPinLen < MIN_PIN_LEN) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2518 (void) strlcpy((char *)preq->token_pin, token_pin, MAX_PIN_LEN);

Completed in 97 milliseconds