Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c370 static int sppp_strnlen(u_char *p, int max);
4029 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN)); in sppp_chap_input()
4037 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_input()
4112 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) in sppp_chap_input()
4119 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)); in sppp_chap_input()
4147 sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN)); in sppp_chap_input()
4346 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN), in sppp_chap_scr()
4418 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN) || in sppp_pap_input()
4648 pwdlen = sppp_strnlen(sp->myauth.secret, AUTHKEYLEN); in sppp_pap_scr()
4649 idlen = sppp_strnlen(sp->myauth.name, AUTHNAMELEN); in sppp_pap_scr()
[all …]