Searched refs:keySize (Results 76 - 100 of 124) sorted by relevance

12345

/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.cpp492 uint32 keySize, // in bits
512 keySize,
535 keySize, &dummy);
487 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_cssm/lib/
H A Dtransition.cpp450 CSSM_KEY_SIZE_PTR keySize)
454 Required(keySize);
477 ccHandle, context, key, keySize);
447 CSSM_QueryKeySizeInBits(CSSM_CSP_HANDLE CSPHandle, CSSM_CC_HANDLE ccHandle, const CSSM_KEY *key, CSSM_KEY_SIZE_PTR keySize) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecImportExportCrypto.cpp174 CSSM_KEY_SIZE keySize; local
208 crtn = CSSM_QueryKeySizeInBits(rawCspHand, CSSM_INVALID_HANDLE, &wrappedKey, &keySize);
214 hdr.LogicalKeySizeInBits = keySize.LogicalKeySizeInBits;
H A DAccess.cpp352 mKey.malloc(keySize);
H A DKeyItem.cpp471 CSSM_KEY_SIZE keySize = {}; local
475 &keySize);
479 return keySize.LogicalKeySizeInBits;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecImportExportCrypto.cpp174 CSSM_KEY_SIZE keySize; local
208 crtn = CSSM_QueryKeySizeInBits(rawCspHand, CSSM_INVALID_HANDLE, &wrappedKey, &keySize);
214 hdr.LogicalKeySizeInBits = keySize.LogicalKeySizeInBits;
H A DAccess.cpp352 mKey.malloc(keySize);
H A DKeyItem.cpp471 CSSM_KEY_SIZE keySize = {}; local
475 &keySize);
479 return keySize.LogicalKeySizeInBits;
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonRSA.c17 size_t keySize = CCRSAGetKeySize(key);
18 return (keySize < 512 || keySize > 4096);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslContext.h137 uint8_t keySize; /* size in bytes */ member in struct:__anon4889
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslContext.h137 uint8_t keySize; /* size in bytes */ member in struct:__anon4935
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslContext.h137 uint8_t keySize; /* size in bytes */ member in struct:__anon4988
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCMS.c92 int keySize = 192; local
100 keySize = 64;
103 keySize = 128;
109 require(envd = SecCmsEnvelopedDataCreate(cmsg, algorithmTag, keySize), out);
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dmusclecard.h350 MSCUShort16 keySize; member in struct:__anon5177
369 MSCUShort16 keySize; member in struct:__anon5178
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreSystemInterface.mm64 CFStringRef (*wkSignedPublicKeyAndChallengeString)(unsigned keySize, CFStringRef challenge, CFStringRef keyDescription);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c98 D2DStatus D2DStopAdvertisingPairOnTransport(const Byte *key, const size_t keySize, const Byte *value, const size_t valueSize, D2DTransportType transport) __attribute__((weak_import));
100 D2DStatus D2DStartAdvertisingPairOnTransport(const Byte *key, const size_t keySize, const Byte *value, const size_t valueSize, D2DTransportType transport) __attribute__((weak_import));
101 D2DStatus D2DStartBrowsingForKeyOnTransport(const Byte *key, const size_t keySize, D2DTransportType transport) __attribute__((weak_import));
102 D2DStatus D2DStopBrowsingForKeyOnTransport(const Byte *key, const size_t keySize, D2DTransportType transport) __attribute__((weak_import));
103 void D2DStartResolvingPairOnTransport(const Byte *key, const size_t keySize, const Byte *value, const size_t valueSize, D2DTransportType transport) __attribute__((weak_import));
104 void D2DStopResolvingPairOnTransport(const Byte *key, const size_t keySize, const Byte *value, const size_t valueSize, D2DTransportType transport) __attribute__((weak_import));
511 mDNSlocal void xD2DAddToCache(mDNS *const m, D2DStatus result, D2DServiceInstance instanceHandle, D2DTransportType transportType, const Byte *key, size_t keySize, const Byte *value, size_t valueSize) argument
515 if ( key == NULL || value == NULL || keySize == 0 || valueSize == 0) { LogMsg("xD2DAddToCache: NULL Byte * passed in or length == 0"); return; }
522 err = xD2DParse(m, (const mDNSu8 * const)key, (const mDNSu16)keySize, (const mDNSu8 * const)value, (const mDNSu16)valueSize, &ptr->ar);
526 PrintHelper(__func__, (mDNSu8 *)key, (mDNSu16)keySize, (mDNSu
548 xD2DFindInList(mDNS *const m, const Byte *const key, const size_t keySize, const Byte *const value, const size_t valueSize) argument
576 xD2DRemoveFromCache(mDNS *const m, D2DStatus result, D2DServiceInstance instanceHandle, D2DTransportType transportType, const Byte *key, size_t keySize, const Byte *value, size_t valueSize) argument
594 xD2DServiceResolved(mDNS *const m, D2DStatus result, D2DServiceInstance instanceHandle, D2DTransportType transportType, const Byte *key, size_t keySize, const Byte *value, size_t valueSize) argument
610 xD2DRetainHappened(mDNS *const m, D2DStatus result, D2DServiceInstance instanceHandle, D2DTransportType transportType, const Byte *key, size_t keySize, const Byte *value, size_t valueSize) argument
624 xD2DReleaseHappened(mDNS *const m, D2DStatus result, D2DServiceInstance instanceHandle, D2DTransportType transportType, const Byte *key, size_t keySize, const Byte *value, size_t valueSize) argument
638 xD2DServiceCallback(D2DServiceEvent event, D2DStatus result, D2DServiceInstance instanceHandle, D2DTransportType transportType, const Byte *key, size_t keySize, const Byte *value, size_t valueSize, void *userData) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DAccess.cpp352 mKey.malloc(keySize);
H A DKeyItem.cpp471 CSSM_KEY_SIZE keySize = {}; local
475 &keySize);
479 return keySize.LogicalKeySizeInBits;
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTree.c60 unsigned keySize = CalcKeySize(btcb, srcKey); local
69 if (keySize > maxKeySize)
71 keySize = maxKeySize;
75 CopyMemory(srcKey, destKey, keySize);
H A DBTreePrivate.h259 UInt16 CalcKeyRecordSize (UInt16 keySize,
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h330 u_int16_t CalcKeyRecordSize (u_int16_t keySize,
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DCSPsession.cpp840 CSSM_KEY_SIZE &keySize)
844 keySize);
846 getKeySize(CssmKey::required(key), keySize); local
837 QueryKeySizeInBits(CSSM_CC_HANDLE ccHandle, const Context *context, const CssmKey *key, CSSM_KEY_SIZE &keySize) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp840 CSSM_KEY_SIZE &keySize)
844 keySize);
846 getKeySize(CssmKey::required(key), keySize); local
837 QueryKeySizeInBits(CSSM_CC_HANDLE ccHandle, const Context *context, const CssmKey *key, CSSM_KEY_SIZE &keySize) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cms/lib/
H A DCMSEncoder.cpp558 int keySize; local
575 ortn = SecSMIMEFindBulkAlgForRecipients(certArray, &algorithmTag, &keySize);
591 algorithmTag, keySize);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DclNssUtils.cpp518 CSSM_KEY_SIZE keySize; local
521 &keySize);
535 keySize.LogicalKeySizeInBits;

Completed in 185 milliseconds

12345