Searched refs:challenge_hash (Results 1 – 3 of 3) sorted by relevance
175 u8_t challenge_hash[16]; /* Challenge response */ member
601 lwip_md5_finish(&md5_ctx, l2tp->challenge_hash); in pppol2tp_dispatch_control_packet()884 len += 6 + sizeof(l2tp->challenge_hash); in pppol2tp_send_scccn()914 …PUTSHORT(PPPOL2TP_AVPHEADERFLAG_MANDATORY + 6 + sizeof(l2tp->challenge_hash), p); /* Mandatory fla… in pppol2tp_send_scccn()917 …MEMCPY(p, l2tp->challenge_hash, sizeof(l2tp->challenge_hash)); /* Attribute value: Computed challe… in pppol2tp_send_scccn()918 INCPTR(sizeof(l2tp->challenge_hash), p); in pppol2tp_send_scccn()
Completed in 12 milliseconds