Searched refs:keyInfo (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/security_certtool-55105/src/
H A DCertUI.cpp339 const AlgInfo *keyInfo; local
356 keyInfo = algInfoForSelect(keyAlgInfo, resp[0]);
357 if(keyInfo) {
365 keyInfo->str, keyInfo->keyRangeString, (unsigned)keyInfo->defaultKeySize);
369 keySizeInBits = keyInfo->defaultKeySize;
374 if(keyInfo->vfyFcn(keySizeInBits)) {
376 keyInfo->str, (unsigned)keySizeInBits);
384 (unsigned)keySizeInBits, keyInfo
397 const AlgInfo *keyInfo; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DbsafeContext.cpp167 A_RSA_KEY *keyInfo; local
169 keyInfo = getKey<A_RSA_KEY>(bsKey, KI_RSAPublic);
172 keyInfo = getKey<A_RSA_KEY>(bsKey, KI_RSAPrivate);
174 mOutSize = (B_IntegerBits(keyInfo->modulus.data,
175 keyInfo->modulus.len) + 7) / 8;
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DtclAEBuild.c530 long virtualKey, keyInfo, lowChar, highChar, state, keyCID;
552 keyInfo = KeyTranslate(*hKCHR, keyCode, (unsigned long*)&state);
555 keyInfo = theEvent->message;
558 lowChar = keyInfo & charCodeMask;
559 highChar = (keyInfo & kOtherCharCodeMask) >> 16;
526 long virtualKey, keyInfo, lowChar, highChar, state, keyCID; local
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dmusclecard.c1787 MSCKeyInfo keyInfo; local
1794 rv = MSCListKeys(pConnection, MSC_SEQUENCE_RESET, &keyInfo);
1806 if (keyNumber == keyInfo.keyNum)
1808 pKeyInfo->keyNum = keyInfo.keyNum;
1809 pKeyInfo->keyType = keyInfo.keyType;
1810 pKeyInfo->keySize = keyInfo.keySize;
1812 pKeyInfo->keyPolicy.cipherMode = keyInfo.keyPolicy.cipherMode;
1814 keyInfo.keyPolicy.cipherDirection;
1817 keyInfo.keyACL.readPermission;
1819 keyInfo
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DcertGroupUtils.cpp138 CSSM_X509_SUBJECT_PUBLIC_KEY_INFO *keyInfo; local
147 keyInfo = (CSSM_X509_SUBJECT_PUBLIC_KEY_INFO *)val->Data;
148 return &keyInfo->subjectPublicKey;
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Encode.cpp432 NSS_EncryptedPrivateKeyInfo *keyInfo = localCdr. local
434 safeBag->bagValue.shroudedKeyBag = keyInfo;
440 algIdBuild(keyInfo->algorithm, mStrongEncrAlg, salt,
483 keyInfo->encryptedData = shroudedBits;
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Encode.cpp432 NSS_EncryptedPrivateKeyInfo *keyInfo = localCdr. local
434 safeBag->bagValue.shroudedKeyBag = keyInfo;
440 algIdBuild(keyInfo->algorithm, mStrongEncrAlg, salt,
483 keyInfo->encryptedData = shroudedBits;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DDecodedCert.cpp256 const CSSM_X509_SUBJECT_PUBLIC_KEY_INFO &keyInfo = local
258 return CL_extractCSSMKeyNSS(keyInfo, alloc, this);
H A DclNssUtils.h144 const CSSM_X509_SUBJECT_PUBLIC_KEY_INFO &keyInfo,
H A DclNssUtils.cpp432 const CSSM_X509_SUBJECT_PUBLIC_KEY_INFO &keyInfo,
444 hdr.AlgorithmId = CL_oidToAlg(keyInfo.algorithm.algorithm);
493 * NOTE we're assuming that the keyInfo.subjectPublicKey
497 PRErrorCode prtn = SecNssEncodeItemOdata(&keyInfo,
508 * keyInfo.subjectPublicKey (in BITS) ==> KeyData
510 keyData.copy(keyInfo.subjectPublicKey.Data,
511 (keyInfo.subjectPublicKey.Length + 7) / 8);
431 CL_extractCSSMKeyNSS( const CSSM_X509_SUBJECT_PUBLIC_KEY_INFO &keyInfo, Allocator &alloc, const DecodedCert *decodedCert) argument
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c2986 stuffMeIn.keyInfo.dataSize = stuffMeOut.keyInfo.dataSize;
3041 stuffMeIn.keyInfo.dataSize = stuffMeOut.keyInfo.dataSize;
3052 if (*outBufMax > stuffMeIn.keyInfo.dataSize)
3053 *outBufMax = stuffMeIn.keyInfo.dataSize;
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c6201 xsltKeyInfo *keyInfo; local
6590 keyInfo = (xsltKeyInfo *)MALLOC(sizeof(xsltKeyInfo));
6591 keyInfo->node = node;
6593 NULL, &(keyInfo->matchAst), errMsg);
6596 free ((char*)keyInfo);
6599 keyInfo->use = use;
6601 NULL, &(keyInfo->useAst), errMsg);
6604 xpathFreeAst (keyInfo->matchAst);
6605 free ((char*)keyInfo);
6615 xpathFreeAst (keyInfo
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c74631 KeyInfo keyInfo; /* Keyinfo for the generated table */ local
[all...]

Completed in 604 milliseconds