Lines Matching refs:token
639 PKCS7 *token = TS_RESP_get_token(response); in reply_command() local
640 if (!i2d_PKCS7_bio(out_bio, token)) in reply_command()
665 PKCS7 *token = NULL; in read_PKCS7() local
670 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL) in read_PKCS7()
672 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7()
682 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7()
683 token = NULL; /* Ownership is lost. */ in read_PKCS7()
688 PKCS7_free(token); in read_PKCS7()
859 PKCS7 *token = NULL; in verify_command() local
867 if ((token = d2i_PKCS7_bio(in_bio, NULL)) == NULL) in verify_command()
880 ? TS_RESP_verify_token(verify_ctx, token) in verify_command()
893 PKCS7_free(token); in verify_command()