Searched defs:privKey (Results 26 - 50 of 67) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-60-cms.c1694 SecKeyRef privKey = NULL; local
/macosx-10.9.5/securityd-55199.3/src/
H A Dlocaldatabase.cpp181 CssmKey pubKey, privKey; local
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java65 private DatabaseEntry privKey; field in class:RangeCursor
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCertificateRequest.cpp303 const CSSM_KEY *privKey; local
H A DSecImportExportAgg.cpp483 CSSM_KEY_PTR privKey; local
506 CSSM_KEY_PTR privKey = NULL; // owned by P12 local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DRSA_DSA_keys.cpp173 generate( const Context &context, CssmKey &pubKey, CssmKey &privKey) argument
505 generate( const Context &context, CssmKey &pubKey, CssmKey &privKey) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DCertificateRequest.cpp303 const CSSM_KEY *privKey; local
H A DSecImportExportAgg.cpp483 CSSM_KEY_PTR privKey; local
506 CSSM_KEY_PTR privKey = NULL; // owned by P12 local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCertificateRequest.cpp303 const CSSM_KEY *privKey; local
H A DSecImportExportAgg.cpp483 CSSM_KEY_PTR privKey; local
506 CSSM_KEY_PTR privKey = NULL; // owned by P12 local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/regressions/
H A Dkc-40-seckey.c34 static void testdigestandsignalg(SecKeyRef privKey, SecKeyRef pubKey, const SecAsn1AlgId *algId) { argument
73 static void testdigestandsign(SecKeyRef privKey, SecKeyRef pubKey) { argument
120 static void test_encrypt_decrypt(SecKeyRef pubKey, SecKeyRef privKey, uint32_t padding, size_t keySizeInBytes) argument
196 SecKeyRef pubKey = NULL, privKey = NULL; local
385 SecKeyRef pubKey = NULL, privKey = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuCdsaUtils.cpp487 cuCspGenKeyPair(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
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Utils.cpp564 CSSM_KEY_PTR privKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.cpp487 cuCspGenKeyPair(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
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/cfileTest/
H A DcfileTest.c212 feePubKey privKey; // generic key object local
229 static feePubKey genPubKey(feePubKey privKey) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Utils.cpp564 CSSM_KEY_PTR privKey = NULL; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslCrypto.c95 extern OSStatus sslFreePrivKey(SSLPrivKey **privKey) argument
118 CFIndex sslPrivKeyGetAlgorithmID(SSLPrivKey *privKey) argument
130 sslRawSign( SSLContext *ctx, SSLPrivKey *privKey, const uint8_t *plainText, size_t plainTextLen, uint8_t *sig, size_t sigLen, size_t *actualBytes) argument
193 sslRsaSign( SSLContext *ctx, SSLPrivKey *privKey, const SecAsn1AlgId *algId, const uint8_t *plainText, size_t plainTextLen, uint8_t *sig, size_t sigLen, size_t *actualBytes) argument
349 sslRsaDecrypt( SSLContext *ctx, SSLPrivKey *privKey, const uint32_t padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t plainTextLen, size_t *actualBytes) argument
394 sslPrivKeyLengthInBytes(SSLPrivKey *privKey) argument
425 sslGetMaxSigSize( SSLPrivKey *privKey, size_t *maxSigSize) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslCrypto.c95 extern OSStatus sslFreePrivKey(SSLPrivKey **privKey) argument
118 CFIndex sslPrivKeyGetAlgorithmID(SSLPrivKey *privKey) argument
130 sslRawSign( SSLContext *ctx, SSLPrivKey *privKey, const uint8_t *plainText, size_t plainTextLen, uint8_t *sig, size_t sigLen, size_t *actualBytes) argument
193 sslRsaSign( SSLContext *ctx, SSLPrivKey *privKey, const SecAsn1AlgId *algId, const uint8_t *plainText, size_t plainTextLen, uint8_t *sig, size_t sigLen, size_t *actualBytes) argument
349 sslRsaDecrypt( SSLContext *ctx, SSLPrivKey *privKey, const uint32_t padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t plainTextLen, size_t *actualBytes) argument
394 sslPrivKeyLengthInBytes(SSLPrivKey *privKey) argument
425 sslGetMaxSigSize( SSLPrivKey *privKey, size_t *maxSigSize) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslCrypto.c95 extern OSStatus sslFreePrivKey(SSLPrivKey **privKey) argument
118 CFIndex sslPrivKeyGetAlgorithmID(SSLPrivKey *privKey) argument
130 sslRawSign( SSLContext *ctx, SSLPrivKey *privKey, const uint8_t *plainText, size_t plainTextLen, uint8_t *sig, size_t sigLen, size_t *actualBytes) argument
193 sslRsaSign( SSLContext *ctx, SSLPrivKey *privKey, const SecAsn1AlgId *algId, const uint8_t *plainText, size_t plainTextLen, uint8_t *sig, size_t sigLen, size_t *actualBytes) argument
349 sslRsaDecrypt( SSLContext *ctx, SSLPrivKey *privKey, const uint32_t padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t plainTextLen, size_t *actualBytes) argument
394 sslPrivKeyLengthInBytes(SSLPrivKey *privKey) argument
425 sslGetMaxSigSize( SSLPrivKey *privKey, size_t *maxSigSize) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecECKey.c601 SecKeyRef privKey = SecKeyCreate(allocator, &kSecECPrivateKeyDescriptor, local
/macosx-10.9.5/SecurityTool-55115/
H A DcreateFVMaster.c136 CSSM_KEY_PTR privKey = NULL; local
597 CSSM_KEY_PTR privKey = (CSSM_KEY_PTR)(APP_MALLOC(sizeof(CSSM_KEY))); local
[all...]
H A DsrCdsaUtils.cpp358 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
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeePublicKey.c351 feeReturn feePubKeyInitPubKeyFromPriv(feePubKey privKey, argument
647 feePubKeyECDH( feePubKey privKey, feePubKey pubKey, const unsigned char *pubKeyStr, unsigned pubKeyStrLen, unsigned char **output, unsigned *outputLen) argument
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.c145 SecPublicKeyRef SECKEY_CopyPrivateKey(SecPublicKeyRef privKey) argument
151 void SECKEY_DestroyPrivateKey(SecPublicKeyRef privKey) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/opensslUtils/
H A DopensslAsn1.cpp434 CSSM_DATA *privKey = &nssPrivKeyInfo.privateKey; local

Completed in 210 milliseconds

123