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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_verify.c501 char failure_text[TS_STATUS_BUF_SIZE] = ""; local
518 /* Filling in failure_text with the failure information. */
526 strcat(failure_text, ",");
529 strcat(failure_text, TS_failure_info[i].text);
533 if (failure_text[0] == '\0')
534 strcpy(failure_text, "unspecified");
542 ", failure codes: ", failure_text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_verify.c501 char failure_text[TS_STATUS_BUF_SIZE] = ""; local
518 /* Filling in failure_text with the failure information. */
526 strcat(failure_text, ",");
529 strcat(failure_text, TS_failure_info[i].text);
533 if (failure_text[0] == '\0')
534 strcpy(failure_text, "unspecified");
542 ", failure codes: ", failure_text);

Completed in 36 milliseconds