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

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSFullPeerInfo.c76 CFDataRef key_ref; member in struct:__OpaqueSOSFullPeerInfo
99 OSStatus result = SecKeyCopyPersistentRef(signingKey, &fpi->key_ref);
126 fpi->key_ref = SecKeyCreatePersistentRefToMatchingPrivateKey(pubKey, error);
128 if (fpi->key_ref == NULL) {
151 *der_p = der_decode_data(allocator, kCFPropertyListImmutable, &fpi->key_ref, error, *der_p, sequence_end);
153 OSStatus result = SecKeyFindWithPersistentRef(fpi->key_ref, &device_key);
179 CFReleaseNull(fpi->key_ref);
189 if (CFEqual(lpeer->key_ref, rpeer->key_ref))
244 kSecValuePersistentRef, fullPeer->key_ref,
[all...]
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DValidateAsset.c242 static int GetPublicManifestKey(CCRSACryptorRef* key_ref) argument
251 if (NULL == key_ref)
255 *key_ref = NULL;
278 ccStatus = CCRSACryptorImport(CFDataGetBytePtr(decoded_key_data), CFDataGetLength(decoded_key_data), key_ref);
283 *key_ref = NULL;
296 CCRSACryptorRef key_ref = NULL; local
306 if (GetPublicManifestKey(&key_ref))
318 key_ref,
328 CCRSACryptorRelease(key_ref);
/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c130 const xmlChar *key_ref; member in struct:_xmlCRelaxNGParserCtxt
969 ctxt->insert = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_ref);
1490 ctxt.key_ref = xmlDictLookup(ctxt.dict, BAD_CAST "ref", 3);

Completed in 168 milliseconds