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

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPCertificateUtil.h74 * If return value is noErr, returns an array (*ret_array) containing the
77 * If return code is not noErr, *ret_array is NULL.
81 CFArrayRef * ret_array);
92 * noErr and *ret_array != NULL on success, non-noErr otherwise.
96 CFArrayRef * ret_array);
119 EAPSecIdentityListCreate(CFArrayRef * ret_array);
H A DEAPCertificateUtil.c85 EAPSecIdentityListCreate(CFArrayRef * ret_array) argument
108 *ret_array = results;
353 * noErr and *ret_array != NULL on success, non-noErr otherwise.
356 EAPSecIdentityCreateTrustChain(SecIdentityRef identity, CFArrayRef * ret_array) argument
363 *ret_array = NULL;
377 *ret_array = array;
393 * noErr and *ret_array != NULL on success, non-noErr otherwise.
397 CFArrayRef * ret_array)
402 *ret_array = NULL;
407 status = EAPSecIdentityCreateTrustChain(identity, ret_array);
396 EAPSecIdentityHandleCreateSecIdentityTrustChain(EAPSecIdentityHandleRef cert_id, CFArrayRef * ret_array) argument
[all...]
H A DEAPTLSUtil.h239 CFArrayRef * ret_array);
H A DEAPTLSUtil.c1772 CFArrayRef * ret_array)
1775 return (EAPSecIdentityCreateTrustChain(sec_identity, ret_array));
1784 ret_array));
1787 *ret_array = NULL;
1770 EAPTLSCopyIdentityTrustChain(SecIdentityRef sec_identity, CFDictionaryRef properties, CFArrayRef * ret_array) argument
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py184 ret_array = []
188 return ret_array
190 ret_array.append(s.get_symbol_context().symbol)
191 return ret_array
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-40-clientauth.c393 EAPSecIdentityListCreate(CFArrayRef * ret_array) argument
416 *ret_array = results;
465 CFArrayRef * ret_array)
472 *ret_array = NULL;
479 *ret_array = array;
464 EAPSecIdentityCreateIdentityTrustChain(SecIdentityRef identity, CFArrayRef * ret_array) argument

Completed in 140 milliseconds