Searched refs:password_mutual (Results 1 – 3 of 3) sorted by relevance
400 sg_init_one(&sg, auth->password_mutual, in chap_server_compute_md5()401 strlen(auth->password_mutual)); in chap_server_compute_md5()402 ret = crypto_hash_update(&desc, &sg, strlen(auth->password_mutual)); in chap_server_compute_md5()
468 DEF_NACL_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET);955 DEF_TPG_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET);1353 DEF_DISC_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET);
737 char password_mutual[MAX_PASS_LEN]; member