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

/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp87 void createAKeychain(const char *kcName, const char *passphrase, CSP &csp, DL &dl, Db &db, Key *masterKeyRef);
89 void createMasterKey(CSP &csp, Key &masterKeyRef);
230 void createAKeychain(const char *kcName, const char *passphrase, CSP &csp, DL &dl, Db &db, Key *masterKeyRef) argument
250 if (!masterKeyRef) // caller does not need it returned for later use
255 new(alloc) ListElement(CssmData::wrap(static_cast<const CssmKey &>(*masterKeyRef))));
259 new(alloc) ListElement(CssmData::wrap(static_cast<const CssmKey &>(*masterKeyRef))),
277 void createMasterKey(CSP &csp, Key &masterKeyRef) argument
281 masterKeyRef = generate(KeySpec(CSSM_KEYUSE_ANY, CSSM_KEYATTR_RETURN_REF | CSSM_KEYATTR_EXTRACTABLE));

Completed in 186 milliseconds