Searched refs:rand_value (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/ppp_test/ |
| D | netx_ppp_chap_bad_secret_failed_retry_test.c | 59 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name); 233 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name) in get_challenge_values() argument 248 rand_value[i] = rand_value_string[i]; in get_challenge_values() 250 rand_value[i] = 0; in get_challenge_values()
|
| D | netx_ppp_chap_bad_secret_passed_on_retry_test.c | 58 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name); 262 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name) in get_challenge_values() argument 277 rand_value[i] = rand_value_string[i]; in get_challenge_values() 279 rand_value[i] = 0; in get_challenge_values()
|
| /NetX-Duo-v6.2.1/addons/ppp/ |
| D | nx_ppp.h | 566 UINT (*nx_ppp_chap_get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name); 695 UINT (*get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name), 733 UINT (*get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name), 737 UINT (*get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name), 830 …d char *hvalue, unsigned char id, unsigned char *secret, unsigned char *rand_value, UINT length);
|
| D | nx_ppp.c | 8699 unsigned char *secret, unsigned char *rand_value, UINT length) in _nx_ppp_hash_generator() argument 8712 for(rlen = 0; rand_value[rlen]; rlen++); in _nx_ppp_hash_generator() 8725 _nx_md5_update(&context, rand_value, rlen); in _nx_ppp_hash_generator() 9943 UINT (*get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name), in _nxe_ppp_chap_enable() argument 10022 UINT (*get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name), in _nx_ppp_chap_enable() argument
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 5521 … rather than assume the rand_value is null terminated (0x0 is a valid random octet). 5532 … rather than assume the rand_value is null terminated (0x0 is a valid random octet).
|