Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_msg.c1040 struct snmp_pbuf_stream auth_stream; in snmp_parse_inbound_frame() local
1050 …IF_PARSE_EXEC(snmp_pbuf_stream_init(&auth_stream, request->inbound_pbuf, 0, request->inbound_pbuf-… in snmp_parse_inbound_frame()
1051 …IF_PARSE_EXEC(snmp_pbuf_stream_seek_abs(&auth_stream, inbound_msgAuthenticationParameters_offset)); in snmp_parse_inbound_frame()
1053 …IF_PARSE_EXEC(snmp_asn1_enc_raw(&auth_stream, zero_arr, request->msg_authentication_parameters_len… in snmp_parse_inbound_frame()
1056 …IF_PARSE_EXEC(snmp_pbuf_stream_init(&auth_stream, request->inbound_pbuf, 0, request->inbound_pbuf-… in snmp_parse_inbound_frame()
1059 IF_PARSE_EXEC(snmpv3_auth(&auth_stream, request->inbound_pbuf->tot_len, key, auth, hmac)); in snmp_parse_inbound_frame()

Completed in 7 milliseconds