Lines Matching defs:pin
144 fprintf( stderr, gettext(" -I pin\tcard password file\n") );
933 /* pkcs_init was successful register the pin args */
945 char *pin;
947 /* Create and register the pin object for PKCS 11 */
949 local_pkcs_fns.pkcs_getpin(NULL, "", &pin);
957 if (pin != NULL)
960 SVRCORE_CreateArgPinObj(&ArgPinObj, tokenName, pin, (SVRCOREPinObj *)StdPinObj);
968 if (NULL != pin)
976 if ((err = SVRCORE_CreateArgPinObj(&ArgPinObj, tokenName, pin,
2272 * This function should return the pin from ssl_password
2420 s = "invalid pin number";