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

/macosx-10.10.1/eap8021x-198/
H A Deapolcfg_auth.defs59 id_handle : OOBData;
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPCertificateUtil.h69 * Find the identity that matches the given id_handle, and
101 * Retrieve a SecIdentityRef corresponding to the given id_handle.
102 * If id_handle is NULL, finds the first SecIdentityRef capable of
105 * To create the id_handle, use EAPSecIdentityHandleCreateFromSecIdentity().
108 EAPSecIdentityHandleCreateSecIdentity(EAPSecIdentityHandleRef id_handle,
H A Deaptls_plugin.c804 EAPSecIdentityHandleRef id_handle = NULL; local
810 id_handle = CFDictionaryGetValue(properties,
813 status = EAPSecIdentityHandleCreateSecIdentity(id_handle, &identity);
H A DEAPOLClientItemID.c281 OOBData_t id_handle; local
298 id_handle = (OOBData_t)CFDataGetBytePtr(id_data);
302 id_handle = NULL;
312 id_handle,
H A DEAPTLSUtil.c1778 EAPSecIdentityHandleRef id_handle; local
1780 id_handle = CFDictionaryGetValue(properties,
1782 if (id_handle != NULL) {
1783 return (EAPSecIdentityHandleCreateSecIdentityTrustChain(id_handle,
/macosx-10.10.1/eap8021x-198/eapolcfg_auth.tproj/
H A Deapolcfg_auth.c160 OOBData_t id_handle,
177 if (id_handle != NULL) {
182 (const UInt8 *)id_handle,
205 my_vm_deallocate((vm_address_t)id_handle, id_handle_length);
155 eapolclientitemid_set_identity(mach_port_t server, OOBData_t auth_data, mach_msg_type_number_t auth_data_length, xmlData_t itemID_data, mach_msg_type_number_t itemID_data_length, OOBData_t id_handle, mach_msg_type_number_t id_handle_length, int * result) argument
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c2080 EAPSecIdentityHandleRef id_handle; local
2082 id_handle = EAPSecIdentityHandleCreate(response->chosen_identity);
2085 id_handle);
2086 CFRelease(id_handle);
2846 EAPSecIdentityHandleRef id_handle = NULL; local
3025 id_handle = CFDictionaryGetValue(supp->config_dict,
3027 if (id_handle != NULL) {
3028 status = EAPSecIdentityHandleCreateSecIdentity(id_handle,

Completed in 116 milliseconds