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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_common.h30 #define TOKEN_SO_NEW_PIN_PROMPT _("A new TPM security officer password is needed. " \ macro
H A Ddata_init.c103 char szSoNewPinPrompt[ strlen( TOKEN_SO_NEW_PIN_PROMPT ) + 16 ];
161 sprintf( szSoNewPinPrompt, TOKEN_SO_NEW_PIN_PROMPT, getMinPinLen( ), getMaxPinLen( ) );
H A Ddata_passwd.c109 char szSoNewPinPrompt[ strlen( TOKEN_SO_NEW_PIN_PROMPT ) + 16 ];
163 sprintf( szSoNewPinPrompt, TOKEN_SO_NEW_PIN_PROMPT, getMinPinLen( ), getMaxPinLen( ) );

Completed in 180 milliseconds