Home | History | Annotate | Download | only in cups

Lines Matching refs:privateKey

97 			privateKey = NULL;
145 err = SecKeyGeneratePair(keyParams, &publicKey, &privateKey);
177 cert = SecGenerateSelfSignedCertificate(subject, certParams, publicKey, privateKey);
188 ident = SecIdentityCreate(kCFAllocatorDefault, cert, privateKey);
241 if (privateKey)
242 CFRelease(privateKey);