Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c1014 struct snmp_pbuf_stream auth_stream; in snmp_parse_inbound_frame() local
1024 …IF_PARSE_EXEC(snmp_pbuf_stream_init(&auth_stream, request->inbound_pbuf, 0, request->inbound_pbuf-… in snmp_parse_inbound_frame()
1025 …IF_PARSE_EXEC(snmp_pbuf_stream_seek_abs(&auth_stream, inbound_msgAuthenticationParameters_offset)); in snmp_parse_inbound_frame()
1027 …IF_PARSE_EXEC(snmp_asn1_enc_raw(&auth_stream, zero_arr, request->msg_authentication_parameters_len… in snmp_parse_inbound_frame()
1030 …IF_PARSE_EXEC(snmp_pbuf_stream_init(&auth_stream, request->inbound_pbuf, 0, request->inbound_pbuf-… in snmp_parse_inbound_frame()
1033 IF_PARSE_EXEC(snmpv3_auth(&auth_stream, request->inbound_pbuf->tot_len, key, auth, hmac)); in snmp_parse_inbound_frame()