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

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapttls_plugin.c376 int password_length_r; local
382 password_length_r = roundup(plugin->password_length, 16);
384 data_length = sizeof(*avp) * 2 + user_length_r + password_length_r;
411 sizeof(*avp) + password_length_r));
414 if (password_length_r > plugin->password_length) {
416 password_length_r - plugin->password_length);
418 offset += password_length_r;

Completed in 69 milliseconds