HomeSort by: relevance | last modified time | path
    Searched refs:pszReply (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_utils.c 232 char *pszReply = NULL;
238 pszReply = (char *)calloc( iReplyLen, 1 );
239 if ( !pszReply )
243 pszReply = fgets( pszReply, iReplyLen, stdin );
244 if ( !pszReply )
248 if ( ( pszReply[ a_iMaxLen ] != '\n' ) && ( pszReply[ a_iMaxLen ] != '\0' ) ) {
249 free( pszReply );
250 pszReply = NULL
    [all...]
  /src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
data_init.c 106 char *pszReply = NULL;
130 pszReply = getReply( TOKEN_CLEAR_PROMPT, 1 );
131 if ( !pszReply ||
132 ( strlen( pszReply ) == 0 ) ||
133 ( strcasecmp( pszReply, TOKEN_CLEAR_NO ) == 0 ) ) {
216 free( pszReply );
data_import.c 247 char *pszReply = NULL;
259 pszReply = getReply( szPrompt, 1 );
260 if ( !pszReply ||
261 ( strlen( pszReply ) == 0 ) ||
262 ( strcasecmp( pszReply, TOKEN_ID_NO ) == 0 ) ) {
273 free( pszReply );
940 char *pszReply = NULL;
955 pszReply = getReply( TOKEN_ID_MISSING_PROMPT, 1 );
956 if ( !pszReply ||
957 ( strlen( pszReply ) == 0 ) |
    [all...]

Completed in 18 milliseconds