Lines Matching refs:response
26 static int ts_check_status_info(TS_RESP *response);
48 * Local mapping between response codes and descriptions.
79 * - Search for the signing certificate in 'certs' and in the response.
244 * Verifies whether 'response' contains a valid response with regards
249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
251 PKCS7 *token = response->token;
252 TS_TST_INFO *tst_info = response->tst_info;
255 if (!ts_check_status_info(response))
285 * - Checks the version number of the response.
351 static int ts_check_status_info(TS_RESP *response)
353 TS_STATUS_INFO *info = response->status_info;