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

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_init.c107 char *pszSoPin = NULL; local
139 pszSoPin = getPlainPasswd( TOKEN_SO_PIN_PROMPT, FALSE );
140 if ( !pszSoPin )
144 pszSoPin = strdup( TOKEN_SO_INIT_PIN );
147 rv = initToken( pszSoPin );
217 shredPasswd( pszSoPin );

Completed in 101 milliseconds