Searched refs:hashmethod (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dprotocol.c52 if(s->hashmethod == T_AUTH_MD5_HASH)
212 if(!extract_valueINT2(s,&t,T_PARAM_HASH_METHOD,&s->hashmethod))
214 s->debug(0,"T_MSG_AUTH_RESP - no hashmethod provided");
223 if(s->hashmethod == T_AUTH_MD5_HASH)
480 if(!extract_valueINT2(s,&t,T_PARAM_HASH_METHOD,&s->hashmethod))
482 s->critical("AUTH: no hashmethod");
489 if(s->hashmethod == T_AUTH_MD5_HASH)
H A Dbpalogin.h318 INT2 hashmethod; member in struct:session

Completed in 46 milliseconds