Searched refs:embedded_status_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.c500 char *embedded_status_text = NULL; local
513 /* Set the embedded_status_text to the returned description. */
515 && !(embedded_status_text = TS_get_status_text(info->text)))
540 ", status text: ", embedded_status_text ?
541 embedded_status_text : "unspecified",
543 OPENSSL_free(embedded_status_text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_verify.c500 char *embedded_status_text = NULL; local
513 /* Set the embedded_status_text to the returned description. */
515 && !(embedded_status_text = TS_get_status_text(info->text)))
540 ", status text: ", embedded_status_text ?
541 embedded_status_text : "unspecified",
543 OPENSSL_free(embedded_status_text);

Completed in 94 milliseconds