Lines Matching refs:token
633 PKCS7 *token = TS_RESP_get_token(response);
634 if (!i2d_PKCS7_bio(out_bio, token))
655 /* Reads a PKCS7 token and adds default 'granted' status info to it. */
659 PKCS7 *token = NULL;
664 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL)
666 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL)
676 TS_RESP_set_tst_info(resp, token, tst_info);
677 token = NULL; /* Ownership is lost. */
682 PKCS7_free(token);
853 PKCS7 *token = NULL;
861 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL)
874 ? TS_RESP_verify_token(verify_ctx, token)
887 PKCS7_free(token);