Searched refs:challenge (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 3 This uses GPIO lines and a challenge & response mechanism to arbitrate who is 43 - compatible: i2c-arb-gpio-challenge 64 compatible = "i2c-arb-gpio-challenge";
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_sta.c | 1024 uint8_t *challenge; in sta_auth_shared() local 1054 challenge = NULL; in sta_auth_shared() 1065 challenge = frm; in sta_auth_shared() 1071 if (challenge == NULL) { in sta_auth_shared() 1078 if (challenge[1] != IEEE80211_CHALLENGE_LEN) { in sta_auth_shared() 1081 "bad challenge len %d", challenge[1]); in sta_auth_shared() 1110 memcpy(ni->ni_challenge, &challenge[2], challenge[1]); in sta_auth_shared()
|
| H A D | ieee80211_hostap.c | 993 uint8_t *challenge; in hostap_auth_shared() local 1028 challenge = NULL; in hostap_auth_shared() 1040 challenge = frm; in hostap_auth_shared() 1046 if (challenge == NULL) { in hostap_auth_shared() 1054 if (challenge[1] != IEEE80211_CHALLENGE_LEN) { in hostap_auth_shared() 1057 "bad challenge len %d", challenge[1]); in hostap_auth_shared() 1133 if (memcmp(ni->ni_challenge, &challenge[2], in hostap_auth_shared() 1134 challenge[1]) != 0) { in hostap_auth_shared()
|
| /f-stack/freebsd/net/ |
| H A D | if_sppp.h | 71 u_char challenge[AUTHKEYLEN]; /* random challenge */ member
|
| H A D | if_spppsubr.c | 4148 MD5Update(&ctx, sp->myauth.challenge, AUTHKEYLEN); in sppp_chap_input() 4337 ch = (u_long *)sp->myauth.challenge; in sppp_chap_scr() 4345 (size_t)AUTHKEYLEN, sp->myauth.challenge, in sppp_chap_scr() 5093 bzero(spr->defs.myauth.challenge, AUTHKEYLEN); in sppp_params() 5095 bzero(spr->defs.hisauth.challenge, AUTHKEYLEN); in sppp_params()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | generic_receive_offload_lib.rst | 129 simple (address challenge 1). 132 challenge 2).
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | exynos5250-snow-common.dtsi | 59 compatible = "i2c-arb-gpio-challenge";
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 2245 " simple robot mitigation module using cookie based challenge/response technique. Not supported any…
|