Lines Matching refs:asn1_get_length
49 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()
1002 else if (asn1_get_length(&bufptr, bufend) == 0) in asn1_decode_snmp()
1006 else if ((length = asn1_get_length(&bufptr, bufend)) == 0) in asn1_decode_snmp()
1015 if ((length = asn1_get_length(&bufptr, bufend)) == 0 && in asn1_decode_snmp()
1256 asn1_get_length(unsigned char **buffer, /* IO - Pointer in buffer */ in asn1_get_length() function