Searched defs:privKey (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DDH_exchange.cpp41 DH *privKey = contextToDhKey(context, session, CSSM_ATTRIBUTE_KEY, local
H A DAppleCSPContext.cpp93 generate( const Context &context, AppleCSPSession &session, CssmKey &pubKey, BinaryKey *pubBinKey, CssmKey &privKey, BinaryKey *privBinKey) argument
H A DDH_keys.cpp165 generate( const Context &context, CssmKey &pubKey, CssmKey &privKey) argument
H A DFEEAsymmetricContext.cpp530 feePubKey privKey = contextToFeeKey(context, session, CSSM_ATTRIBUTE_KEY, local
H A DFEEKeys.cpp224 generate( const Context &context, CssmKey &pubKey, CssmKey &privKey) argument
H A DbsafeKeyGen.cpp111 generate( const Context &context, CssmKey &pubKey, CssmKey &privKey) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/regressions/
H A Dssl-41-clientauth.c297 SecKeyRef privKey = NULL; local
[all...]
H A Dssl-40-clientauth.c308 SecKeyRef privKey = NULL; local
352 SecKeyRef privKey = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-64-ossl-cms.c148 SecKeyRef privKey = NULL; local
H A Dsi-40-seckey.c30 static void testdigestandsignalg(SecKeyRef privKey, SecKeyRef pubKey, const SecAsn1AlgId *algId) { argument
69 static void testdigestandsign(SecKeyRef privKey, SecKeyRef pubKey) { argument
111 static void test_encrypt_decrypt(SecKeyRef pubKey, SecKeyRef privKey, uint32_t padding, size_t keySizeInBytes) argument
160 SecKeyRef pubKey = NULL, privKey = NULL; local
329 SecKeyRef pubKey = NULL, privKey = NULL; local
[all...]
H A Dsi-41-sececkey.c39 static void testdigestandsignalg(SecKeyRef privKey, SecKeyRef pubKey, const SecAsn1AlgId *algId) { argument
79 static void testdigestandsign(SecKeyRef privKey, SecKeyRef pubKey) { argument
105 SecKeyRef pubKey = NULL, privKey = NULL; local
172 SecKeyRef pubKey = NULL, privKey = NULL; local
[all...]
H A Dsi-42-identity.c455 SecKeyRef privKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsreclist.c191 SecPrivateKeyRef privKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsreclist.c191 SecPrivateKeyRef privKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/tests/
H A Dt-rsa.cpp59 B_KEY_OBJ privKey = NULL; check(B_CreateKeyObject(&privKey)); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslKeychain.c339 SecKeyRef privKey = NULL; /* Retained */ local
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslKeychain.c339 SecKeyRef privKey = NULL; /* Retained */ local
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslKeychain.c339 SecKeyRef privKey = NULL; /* Retained */ local
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Crypto.cpp372 p12UnwrapKey( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE_PTR dlDbHand, int keyIsPermanent, const CSSM_DATA &shroudedKeyBits, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, const CSSM_DATA &labelData, SecAccessRef access, bool noAcl, CSSM_KEYUSE keyUsage, CSSM_KEYATTR_FLAGS keyAttrs, CSSM_KEY_PTR &privKey) argument
544 p12WrapKey( CSSM_CSP_HANDLE cspHand, CSSM_KEY_PTR privKey, const CSSM_ACCESS_CREDENTIALS *privKeyCreds, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, CSSM_DATA &shroudedKeyBits) argument
H A Dpkcs12Decode.cpp251 CSSM_KEY_PTR privKey = (CSSM_KEY_PTR)mCoder.malloc(sizeof(CSSM_KEY)); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/regressions/
H A Dkc-41-sececkey.c44 static void testdigestandsignalg(SecKeyRef privKey, SecKeyRef pubKey, const SecAsn1AlgId *algId) { argument
84 static void testdigestandsign(SecKeyRef privKey, SecKeyRef pubKey) { argument
153 SecKeyRef pubKey = NULL, privKey = NULL; local
225 SecKeyRef pubKey = NULL, privKey = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp372 p12UnwrapKey( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE_PTR dlDbHand, int keyIsPermanent, const CSSM_DATA &shroudedKeyBits, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, const CSSM_DATA &labelData, SecAccessRef access, bool noAcl, CSSM_KEYUSE keyUsage, CSSM_KEYATTR_FLAGS keyAttrs, CSSM_KEY_PTR &privKey) argument
544 p12WrapKey( CSSM_CSP_HANDLE cspHand, CSSM_KEY_PTR privKey, const CSSM_ACCESS_CREDENTIALS *privKeyCreds, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, CSSM_DATA &shroudedKeyBits) argument
H A Dpkcs12Decode.cpp251 CSSM_KEY_PTR privKey = (CSSM_KEY_PTR)mCoder.malloc(sizeof(CSSM_KEY)); local
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSCircle.c207 bool SOSCircleSign(SOSCircleRef circle, SecKeyRef privKey, CFErrorRef *error) { argument
H A DSOSPeerInfo.c129 static bool SOSPeerInfoSign(SecKeyRef privKey, SOSPeerInfoRef peer, CFErrorRef *error) { argument

Completed in 177 milliseconds

123