logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

asn1_get_length_ber - API function

Arguments

       const unsigned char * ber
                   BER data to decode.

       int ber_len Length of BER data to decode.

       int * len   Output variable containing the length of the BER length field.

Description

       Extract a length field from BER data.  The difference to asn1_get_length_der() is that this function will
       return a length even if the value has indefinite encoding.

Name

       asn1_get_length_ber - API function

Returns

       Return the decoded length value, or negative value when the value was too big.

See Also

       The full documentation for libtasn1 is maintained as a Texinfo manual.  If the info and libtasn1 programs
       are properly installed at your site, the command

              infolibtasn1

       should give you access to the complete manual.  As an alternative you may obtain the manual from:

              https://www.gnu.org/software/libtasn1/manual/

libtasn1                                             4.20.0                               asn1_get_length_ber(3)

Since

       2.0

Synopsis

#include<libtasn1.h>longasn1_get_length_ber(constunsignedchar*ber,intber_len,int*len);

See Also