Searched refs:pszPin (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_object.c114 char *pszPin = NULL; local
149 pszPin = getPlainPasswd( TOKEN_USER_PIN_PROMPT, FALSE );
150 if ( !pszPin )
154 rv = loginToken( hSession, CKU_USER, pszPin );
176 shredPasswd( pszPin );
H A Ddata_passwd.c113 char *pszPin = NULL; local
152 pszPin = getPlainPasswd( pszPrompt, FALSE );
153 if ( !pszPin )
157 rv = loginToken( hSession, tUser, pszPin );
178 rv = setPin( hSession, pszPin, pszNewPin );
193 shredPasswd( pszPin );
H A Ddata_protect.c421 char *pszPin = NULL; local
451 pszPin = getPlainPasswd( TOKEN_USER_PIN_PROMPT, FALSE );
452 if ( !pszPin )
456 rv = loginToken( hSession, CKU_USER, pszPin );
478 shredPasswd( pszPin );
H A Ddata_import.c1021 char *pszPin = NULL; local
1090 pszPin = getPlainPasswd( TOKEN_USER_PIN_PROMPT, FALSE );
1091 if ( !pszPin )
1095 rv = loginToken( hSession, CKU_USER, pszPin );
1150 shredPasswd( pszPin );

Completed in 111 milliseconds