Home
last modified time | relevance | path

Searched refs:asn1_get_integer (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dsnmp.c33 static int asn1_get_integer(unsigned char **buffer,
810 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug()
817 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug()
824 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug()
831 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug()
838 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug()
954 else if ((packet->version = asn1_get_integer(&bufptr, bufend, length)) in asn1_decode_snmp()
977 packet->request_id = (unsigned)asn1_get_integer(&bufptr, bufend, length); in asn1_decode_snmp()
985 packet->error_status = asn1_get_integer(&bufptr, bufend, length); in asn1_decode_snmp()
993 packet->error_index = asn1_get_integer(&bufptr, bufend, length); in asn1_decode_snmp()
[all …]
/external/wpa_supplicant_8/src/common/
Ddpp_backup.c622 if (asn1_get_integer(pos, end - pos, &val, &pos) < 0) in dpp_parse_recipient_infos()
692 if (asn1_get_integer(pos, e_end - pos, &val, &pos) < 0) in dpp_parse_recipient_infos()
699 if (asn1_get_integer(pos, e_end - pos, &val, &pos) < 0) in dpp_parse_recipient_infos()
880 if (asn1_get_integer(pos, end - pos, &val, &pos) < 0) in dpp_parse_enveloped_data()
937 if (asn1_get_integer(pos, end - pos, &val, &pos) < 0) in dpp_parse_one_asymmetric_key()
/external/wpa_supplicant_8/src/tls/
Dasn1.h68 int asn1_get_integer(const u8 *buf, size_t len, int *integer, const u8 **next);
Dasn1.c356 int asn1_get_integer(const u8 *buf, size_t len, int *integer, const u8 **next) in asn1_get_integer() function