Project

General

Profile

Actions

Bug #9709

open

astraver: support calls annotation

Added by Denis Efremov almost 5 years ago.

Status:
New
Priority:
Normal
Start date:
06/14/2019
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

static int parse_x509_signatureValue(const u8 *buf, u16 len,
                                     const _alg_id *sig_alg, u16 *eaten)
{
        int ret;

        ...

        /*@ calls parse_sig_ecdsa, parse_sig_generic; @*/
        ret = sig_alg->parse_sig(buf, len, eaten);
        if (ret) {
                ERROR_TRACE_APPEND(__LINE__);
                goto out;
        }

        ret = 0;

out:
        return ret;
}


Files

x509-parser.c (230 KB) x509-parser.c Denis Efremov, 06/14/2019 06:47 PM
x509-parser.h (2.01 KB) x509-parser.h Denis Efremov, 06/14/2019 06:47 PM

No data to display

Actions

Also available in: Atom PDF