Lines Matching defs:identity
1108 /* identity searches need a SecPolicyRef in order to work */
1124 * we need to find the correct identity ourselves */
1132 SecIdentityRef identity =
1134 err = SecIdentityCopyCertificate(identity, &cert);
1147 CFRetain(identity);
1148 *out_cert_and_key = identity;
1265 CFTypeRef identity = (CFTypeRef) CFDictionaryGetValue(
1268 CFRetain(identity);
1269 *out_cert_and_key = (SecIdentityRef) identity;
1846 the user wants to use an identity loaded from the Keychain. If not, try