Home
last modified time | relevance | path

Searched refs:asn1_get_length (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dsnmp.c49 static unsigned asn1_get_length(unsigned char **buffer,
805 value_length = asn1_get_length(&buffer, bufend); in asn1_debug()
948 else if (asn1_get_length(&bufptr, bufend) == 0) in asn1_decode_snmp()
952 else if ((length = asn1_get_length(&bufptr, bufend)) == 0) in asn1_decode_snmp()
959 else if ((length = asn1_get_length(&bufptr, bufend)) == 0) in asn1_decode_snmp()
969 else if (asn1_get_length(&bufptr, bufend) == 0) in asn1_decode_snmp()
973 else if ((length = asn1_get_length(&bufptr, bufend)) == 0) in asn1_decode_snmp()
981 else if ((length = asn1_get_length(&bufptr, bufend)) == 0) in asn1_decode_snmp()
989 else if ((length = asn1_get_length(&bufptr, bufend)) == 0) in asn1_decode_snmp()
997 else if (asn1_get_length(&bufptr, bufend) == 0) in asn1_decode_snmp()
[all …]
/external/boringssl/src/crypto/asn1/
Dasn1_lib.c106 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
155 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
182 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, in asn1_get_length() function