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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_init.c103 char szSoNewPinPrompt[ strlen( TOKEN_SO_NEW_PIN_PROMPT ) + 16 ]; local
161 sprintf( szSoNewPinPrompt, TOKEN_SO_NEW_PIN_PROMPT, getMinPinLen( ), getMaxPinLen( ) );
164 pszNewSoPin = getPlainPasswd( szSoNewPinPrompt, TRUE );
H A Ddata_passwd.c109 char szSoNewPinPrompt[ strlen( TOKEN_SO_NEW_PIN_PROMPT ) + 16 ]; local
163 sprintf( szSoNewPinPrompt, TOKEN_SO_NEW_PIN_PROMPT, getMinPinLen( ), getMaxPinLen( ) );
164 pszPrompt = szSoNewPinPrompt;

Completed in 199 milliseconds