Searched refs:keyLabel (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A DsrCdsaUtils.h76 const char *keyLabel,
91 const char *keyLabel,
115 const CSSM_DATA *keyLabel); // ??
H A DsrCdsaUtils.cpp290 const char *keyLabel,
326 dummyLabel.Data = (uint8 *)keyLabel;
361 const char *keyLabel,
376 keyLabelData.Data = (uint8 *)keyLabel,
465 const CSSM_DATA *keyLabel) // ??
288 srCspDeriveKey(CSSM_CSP_HANDLE cspHand, uint32 keyAlg, const char *keyLabel, unsigned keyLabelLen, uint32 keyUsage, uint32 keySizeInBits, CSSM_DATA_PTR password, CSSM_DATA_PTR salt, uint32 iterationCnt, CSSM_KEY_PTR key) argument
358 srCspGenKeyPair(CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE *dlDbHand, uint32 algorithm, const char *keyLabel, unsigned keyLabelLen, uint32 keySize, CSSM_KEY_PTR pubKey, CSSM_KEYUSE pubKeyUsage, CSSM_KEYATTR_FLAGS pubAttrs, CSSM_KEY_PTR privKey, CSSM_KEYUSE privKeyUsage, CSSM_KEYATTR_FLAGS privAttrs) argument
459 srAddCertToKC( SecKeychainRef keychain, const CSSM_DATA *cert, CSSM_CERT_TYPE certType, CSSM_CERT_ENCODING certEncoding, const char *printName, const CSSM_DATA *keyLabel) argument
H A DcreateFVMaster.c72 uint32 keySizeInBits, const char *keyLabel, CSSM_KEY_PTR *pubKeyPtr, CSSM_KEY_PTR *privKeyPtr);
437 const char *keyLabel) // look up by this
446 labelData.Data = (uint8 *)keyLabel;
447 labelData.Length = strlen(keyLabel) + 1; // incl. NULL
598 const char *keyLabel, // C string
620 keyLabel,
621 strlen(keyLabel) + 1,
641 keyLabel);
433 setPubKeyHash( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE dlDbHand, const CSSM_KEY *pubOrPrivKey, const char *keyLabel) argument
593 generateKeyPair( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE dlDbHand, CSSM_ALGORITHMS keyAlg, uint32 keySizeInBits, const char *keyLabel, CSSM_KEY_PTR *pubKeyPtr, CSSM_KEY_PTR *privKeyPtr) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuCdsaUtils.h97 const char *keyLabel,
112 const char *keyLabel,
136 const CSSM_DATA *keyLabel); // ??
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.h97 const char *keyLabel,
112 const char *keyLabel,
136 const CSSM_DATA *keyLabel); // ??
/macosx-10.10.1/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Utils.h148 CSSM_DATA &keyLabel, // for DB lookup
164 const CSSM_DATA &keyLabel);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Utils.h148 CSSM_DATA &keyLabel, // for DB lookup
164 const CSSM_DATA &keyLabel);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcspwrap.h82 const char *keyLabel,
102 const char *keyLabel,
123 const char *keyLabel,
144 const char *keyLabel,
156 const char *keyLabel,
314 const char *keyLabel,
341 const char *keyLabel,
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_4758cca.c413 unsigned char keyLabel[64]; local
421 if (keyLabelLength > sizeof(keyLabel))
428 memset(keyLabel,' ', sizeof(keyLabel));
429 memcpy(keyLabel, key_id, keyLabelLength);
440 exitData, &ruleArrayLength, ruleArray, keyLabel,
505 unsigned char keyLabel[64]; local
513 if (keyLabelLength > sizeof(keyLabel))
520 memset(keyLabel,' ', sizeof(keyLabel));
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportCrypto.h51 const CssmData &keyLabel, // stored with this, we use it to do a lookup
H A Ddefaultcreds.cpp133 { kSecKeyLabel, (UInt32)ref.keyLabel().length(), ref.keyLabel().data() }
H A DSecImportExportCrypto.cpp254 const CssmData &keyLabel, // stored with this, we use it to do a lookup
291 dbCursor->add(CSSM_DB_EQUAL, KeySchema::Label, keyLabel);
349 CssmAutoData keyLabel(Allocator::standard());
406 /* actual keyLabel value set later */
411 keyLabel.copy(labelData);
549 &labelData, &newPrintName, keyLabel);
552 &unwrappedKey, &labelData, &newPrintName, keyLabel, &secKeyRef);
602 impExpKeyNotify(importKeychain, keyLabel.get(), unwrappedKey);
252 impExpKeyNotify( SecKeychainRef importKeychain, const CssmData &keyLabel, const CSSM_KEY &cssmKey) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportCrypto.h51 const CssmData &keyLabel, // stored with this, we use it to do a lookup
H A Ddefaultcreds.cpp133 { kSecKeyLabel, (UInt32)ref.keyLabel().length(), ref.keyLabel().data() }
H A DSecImportExportCrypto.cpp254 const CssmData &keyLabel, // stored with this, we use it to do a lookup
291 dbCursor->add(CSSM_DB_EQUAL, KeySchema::Label, keyLabel);
349 CssmAutoData keyLabel(Allocator::standard());
406 /* actual keyLabel value set later */
411 keyLabel.copy(labelData);
549 &labelData, &newPrintName, keyLabel);
552 &unwrappedKey, &labelData, &newPrintName, keyLabel, &secKeyRef);
602 impExpKeyNotify(importKeychain, keyLabel.get(), unwrappedKey);
252 impExpKeyNotify( SecKeychainRef importKeychain, const CssmData &keyLabel, const CSSM_KEY &cssmKey) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportCrypto.h51 const CssmData &keyLabel, // stored with this, we use it to do a lookup
H A Ddefaultcreds.cpp133 { kSecKeyLabel, (UInt32)ref.keyLabel().length(), ref.keyLabel().data() }
H A DSecImportExportCrypto.cpp254 const CssmData &keyLabel, // stored with this, we use it to do a lookup
291 dbCursor->add(CSSM_DB_EQUAL, KeySchema::Label, keyLabel);
349 CssmAutoData keyLabel(Allocator::standard());
406 /* actual keyLabel value set later */
411 keyLabel.copy(labelData);
549 &labelData, &newPrintName, keyLabel);
552 &unwrappedKey, &labelData, &newPrintName, keyLabel, &secKeyRef);
602 impExpKeyNotify(importKeychain, keyLabel.get(), unwrappedKey);
252 impExpKeyNotify( SecKeychainRef importKeychain, const CssmData &keyLabel, const CSSM_KEY &cssmKey) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/genKeyPair/
H A DgenKeyPair.cpp31 const char *keyLabel,
67 keyLabelData.Data = (uint8 *)keyLabel,
28 genKeyPair(CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE dlDbHand, uint32 algorithm, const char *keyLabel, unsigned keyLabelLen, uint32 keySize, CSSM_KEY_PTR pubKey, uint32 pubKeyUsage, CSSM_KEY_PTR privKey, uint32 privKeyUsage) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddl_standard.h159 const CssmData &keyLabel() const;
H A Ddl_standard.cpp190 const CssmData &UnlockReferralRecord::keyLabel() const { return mAttributes[8]; } function in class:Security::CssmClient::UnlockReferralRecord
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddl_standard.h159 const CssmData &keyLabel() const;
/macosx-10.10.1/security_certtool-55109/src/
H A DCertTool.cpp285 const char *keyLabel, // optional
337 if(keyLabel != NULL) {
338 ortn = setKeyPrintName(*pubSecKey, keyLabel);
342 ortn = setKeyPrintName(*privSecKey, keyLabel);
377 const char *keyLabel) // look up by this
386 labelData.Data = (uint8 *)keyLabel;
387 labelData.Length = strlen(keyLabel) + 1; // incl. NULL
511 const char *keyLabel, // C string
545 keyLabel,
546 strlen(keyLabel)
278 generateSecKeyPair( SecKeychainRef kcRef, CSSM_ALGORITHMS keyAlg, uint32 keySizeInBits, CU_KeyUsage keyUsage, CSSM_BOOL aclForUid, CSSM_BOOL verbose, const char *keyLabel, CSSM_KEY_PTR *pubKeyPtr, CSSM_KEY_PTR *privKeyPtr, SecKeyRef *pubSecKey, SecKeyRef *privSecKey) argument
374 setPubKeyHash( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE dlDbHand, const char *keyLabel) argument
506 generateKeyPair( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE dlDbHand, CSSM_ALGORITHMS keyAlg, uint32 keySizeInBits, const char *keyLabel, CU_KeyUsage keyUsage, CSSM_BOOL verbose, CSSM_KEY_PTR *pubKeyPtr, CSSM_KEY_PTR *privKeyPtr) argument
1358 CSSM_DATA keyLabel; local
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keyStoreLeak/
H A DkeyStoreLeak.c44 const CSSM_DATA_PTR keyLabel,
91 keyLabel,
95 keyLabel, // same labels
41 genKeyPair(CSSM_CSP_HANDLE cspHand, CSSM_DL_HANDLE dlHand, CSSM_DB_HANDLE dbHand, const CSSM_DATA_PTR keyLabel, CSSM_KEY_PTR pubKey, uint32 pubKeyUsage, uint32 pubKeyAttr, CSSM_KEY_PTR privKey, uint32 privKeyUsage, uint32 privKeyAttr, uint32 keyGenAlg) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSCSPSession.cpp216 const CssmData *keyLabel,
250 makeReferenceKey(keyHandle, derivedKey, database, keyAttr, keyLabel);
258 const CssmData *keyLabel,
276 makeReferenceKey(keyHandle, key, database, keyAttr, keyLabel);
211 DeriveKey(CSSM_CC_HANDLE ccHandle, const Context &context, CssmData &param, uint32 keyUsage, uint32 keyAttr, const CssmData *keyLabel, const CSSM_RESOURCE_CONTROL_CONTEXT *credAndAclEntry, CssmKey &derivedKey) argument
254 GenerateKey(CSSM_CC_HANDLE ccHandle, const Context &context, uint32 keyUsage, uint32 keyAttr, const CssmData *keyLabel, const CSSM_RESOURCE_CONTROL_CONTEXT *credAndAclEntry, CssmKey &key, CSSM_PRIVILEGE privilege) argument

Completed in 133 milliseconds

12