Searched defs:publicKey (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dgenkey.cpp73 void GenerateKey::operator () (Key &publicKey, const KeySpec &pubSpec, argument
87 void GenerateKey::operator () (CssmKey &publicKey, const KeySpec &pubSpec, argument
91 pubSpec.usage, pubSpec.attributes, pubSpec.label, &publicKey, local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dgenkey.cpp73 void GenerateKey::operator () (Key &publicKey, const KeySpec &pubSpec, argument
87 void GenerateKey::operator () (CssmKey &publicKey, const KeySpec &pubSpec, argument
91 pubSpec.usage, pubSpec.attributes, pubSpec.label, &publicKey, local
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A DosKeyTemplates.h120 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon3577
132 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon3578
H A DkeyTemplates.h250 SecAsn1Item publicKey; // length in BITS member in struct:__anon3540
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A DosKeyTemplates.h120 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon4012
132 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon4013
H A DkeyTemplates.h250 SecAsn1Item publicKey; // length in BITS member in struct:__anon3975
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A DosKeyTemplates.h120 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon4134
132 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon4135
H A DkeyTemplates.h250 SecAsn1Item publicKey; // length in BITS member in struct:__anon4097
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A DosKeyTemplates.h120 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon4256
132 SecAsn1Item publicKey; // BIT string - Length in bits member in struct:__anon4257
H A DkeyTemplates.h250 SecAsn1Item publicKey; // length in BITS member in struct:__anon4219
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-20-keynames.c34 SecKeyRef publicKey = NULL; local
H A DSOSRegressionUtilities.c334 SecKeyRef publicKey = NULL; local
356 SecKeyRef publicKey = NULL; local
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestcrypto.cpp51 KeyHandle publicKey, privateKey; local
/macosx-10.9.5/SecurityTool-55115/
H A Dkey_create.c54 SecKeyRef publicKey = NULL; local
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A DTokenIDHelper.cpp40 int findFirstEncryptionPublicKeyOnToken(SecKeyRef *publicKey, SecKeychainRef *keychainRef, CFDataRef *label) argument
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKey.h460 typedef void (^SecKeyGeneratePairBlock)(SecKeyRef publicKey, SecKeyRef privateKey, CFErrorRef error); variable
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKey.h460 typedef void (^SecKeyGeneratePairBlock)(SecKeyRef publicKey, SecKeyRef privateKey, CFErrorRef error); variable
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKey.h460 typedef void (^SecKeyGeneratePairBlock)(SecKeyRef publicKey, SecKeyRef privateKey, CFErrorRef error); variable
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSCircle.c224 SecKeyRef publicKey = SecKeyCreatePublicFromPrivate(privKey); local
H A DSOSPeerInfo.c179 SecKeyRef publicKey = SecKeyCreatePublicFromPrivate(signingKey); local
H A DSOSCoder.c214 SecKeyRef publicKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-66-smime.c2392 SecKeyRef publicKey = NULL, privateKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecOCSPResponse.c445 const DERItem *publicKey = SecCertificateGetPublicKeyData(request->issuer); local
/macosx-10.9.5/securityd-55199.3/src/
H A Dlocaldatabase.cpp167 generateKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 pubUsage, uint32 pubAttrs, uint32 privUsage, uint32 privAttrs, RefPointer<Key> &publicKey, RefPointer<Key> &privateKey) argument
215 unwrapKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, Key *wrappingKey, Key *publicKey, CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, const CssmKey wrappedKey, RefPointer<Key> &unwrappedKey, CssmData &descriptiveData) argument
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonECCryptor.c124 ccECpairwiseConsistencyCheck(CCECCryptorRef privateKey, CCECCryptorRef publicKey) argument
153 CCECCryptorGeneratePair(size_t nbits, CCECCryptorRef *publicKey, CCECCryptorRef *privateKey) argument
398 CCECCryptorVerifyHash(CCECCryptorRef publicKey, argument
419 CCECCryptorWrapKey(CCECCryptorRef publicKey, argument
440 CCECCryptorComputeSharedSecret(CCECCryptorRef privateKey, CCECCryptorRef publicKey, argument
[all...]

Completed in 153 milliseconds

123