Home
last modified time | relevance | path

Searched refs:getReply (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_utils.h100 char *getReply( const char *a_pszPrompt, int a_iMaxLen );
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_init.c130 pszReply = getReply( TOKEN_CLEAR_PROMPT, 1 ); in main()
H A Ddata_import.c259 pszReply = getReply( szPrompt, 1 ); in checkExistingObjects()
955 pszReply = getReply( TOKEN_ID_MISSING_PROMPT, 1 ); in getSubjectId()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_utils.c230 char *getReply( const char *a_pszPrompt, int a_iMaxLen ) { in getReply() function