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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Deaptls_plugin.c697 int ret_msk_size; local
701 ret_msk_size = 0;
704 ret_msk_size = kEAPMasterSessionKeyMinimumSize;
705 bcopy(context->key_data, msk, ret_msk_size);
707 return (ret_msk_size);
H A Deapttls_plugin.c1450 int ret_msk_size; local
1454 ret_msk_size = 0;
1457 ret_msk_size = kEAPMasterSessionKeyMinimumSize;
1458 bcopy(context->key_data, msk, ret_msk_size);
1460 return (ret_msk_size);
H A Dpeap_plugin.c1468 int ret_msk_size; local
1472 ret_msk_size = 0;
1475 ret_msk_size = kEAPMasterSessionKeyMinimumSize;
1476 bcopy(context->key_data, msk, ret_msk_size);
1478 return (ret_msk_size);
H A Deapmschapv2_plugin.c1327 int ret_msk_size; local
1332 ret_msk_size = 0;
1353 ret_msk_size = kEAPMasterSessionKeyMinimumSize;
1355 return (ret_msk_size);
H A Deapaka_plugin.c1468 int ret_msk_size = sizeof(context->key_info.s.msk); local
1470 if (msk_size < ret_msk_size
1473 ret_msk_size = 0;
1476 bcopy(context->key_info.s.msk, msk, ret_msk_size);
1478 return (ret_msk_size);
H A Deapsim_plugin.c1724 int ret_msk_size = sizeof(context->key_info.s.msk); local
1726 if (msk_size < ret_msk_size
1729 ret_msk_size = 0;
1732 bcopy(context->key_info.s.msk, msk, ret_msk_size);
1734 return (ret_msk_size);
H A Deapfast_plugin.c3475 int ret_msk_size; local
3479 ret_msk_size = 0;
3482 ret_msk_size = MASTER_KEY_LENGTH;
3483 bcopy(context->master_key, msk, ret_msk_size);
3485 return (ret_msk_size);

Completed in 198 milliseconds