Searched refs:totalLen (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/libDER/
H A DDER_Digest.c61 DERSize totalLen = sizeof(encodedSha1Digest) + DER_SHA1_DIGEST_LEN; local
72 *resultLen = totalLen;
99 DERSize totalLen = sizeof(encodedSha256Digest) + DER_SHA256_DIGEST_LEN; local
110 *resultLen = totalLen;
139 DERSize totalLen = sizeof(encodedMdDigest) + DER_MD_DIGEST_LEN; local
145 if(*resultLen < totalLen) {
160 *resultLen = totalLen;
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonDigest.c346 uint64_t curlen, uint64_t totalLen)
365 totalLen *= 8; // size in bits
366 CC_XSTORE64H(totalLen, bufptr+(di->block_size - 8));
474 uint64_t totalLen = c->count; local
475 uint64_t curlen = totalLen % di->block_size;
493 uint64_t totalLen = c->count; local
494 uint64_t curlen = totalLen % di->block_size;
501 ccdigest_finalize(di, bufptr, state, curlen, totalLen);
547 uint64_t totalLen = c->count; local
548 uint64_t curlen = totalLen
345 ccdigest_finalize(const struct ccdigest_info *di, uint8_t *bufptr, ccdigest_state_t state, uint64_t curlen, uint64_t totalLen) argument
566 uint64_t totalLen = c->count; local
[all...]
H A DCommonCryptor.c292 size_t totalLen = cryptor->bufferPos + inputLength; local
293 return cryptor->padptr->padlen(cryptor->op == kCCEncrypt, cryptor->modeDesc, cryptor->symMode[cryptor->op], totalLen, final);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecImportExportOpenSSH.cpp166 size_t totalLen = strlen(header) + 1; local
169 totalLen += strlen(comment);
170 totalLen += 2;
172 char *rtnStr = (char *)malloc(totalLen);
174 snprintf(rtnStr, totalLen, "%s: %s", header, comment);
H A DSecKey.cpp1479 size_t totalLen = topLen + 2; local
1481 if (totalLen > digestInfoLength) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecImportExportOpenSSH.cpp166 size_t totalLen = strlen(header) + 1; local
169 totalLen += strlen(comment);
170 totalLen += 2;
172 char *rtnStr = (char *)malloc(totalLen);
174 snprintf(rtnStr, totalLen, "%s: %s", header, comment);
H A DSecKey.cpp1479 size_t totalLen = topLen + 2; local
1481 if (totalLen > digestInfoLength) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecImportExportOpenSSH.cpp166 size_t totalLen = strlen(header) + 1; local
169 totalLen += strlen(comment);
170 totalLen += 2;
172 char *rtnStr = (char *)malloc(totalLen);
174 snprintf(rtnStr, totalLen, "%s: %s", header, comment);
H A DSecKey.cpp1479 size_t totalLen = topLen + 2; local
1481 if (totalLen > digestInfoLength) {
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DbyteRep.c344 unsigned totalLen; local
352 totalLen = gLen;
360 totalLen += gLen;
372 *keyLen = totalLen;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DbyteRep.c344 unsigned totalLen; local
352 totalLen = gLen;
360 totalLen += gLen;
372 *keyLen = totalLen;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl345 for {set i 0; set totalLen 0} {$i < $numWords} {incr i} {
349 set totalLen [expr {$totalLen+$wLen($i)}]
352 set miss [expr {$Length - $totalLen}]
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.mm428 size_t totalLen;
468 /* long URL is long; concatenating these components would overflow totalLen */
476 totalLen = urlLen + 1 + req64Len;
477 if (totalLen < 256) {
479 fullUrl = (unsigned char *)malloc(totalLen);
483 cfUrl = CFURLCreateWithBytes(NULL, fullUrl, totalLen,
516 size_t len = (fullUrl) ? totalLen : urlLen;
H A DocspdNetwork.cpp287 size_t totalLen; local
342 /* long URL is long; concatenating these components would overflow totalLen */
346 totalLen = urlLen + 1 + req64Len;
347 fullUrl = (unsigned char *)malloc(totalLen);
353 fullUrl, totalLen,
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp459 UInt32 totalLen = 0; local
468 totalLen += srcLen;
496 totalLen += dstLen;
512 totalLen += srcLen;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecKey.c90 size_t totalLen = topLen + 2; local
92 if (totalLen > digestInfoLength) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c1429 int totalLen = 0;
1454 totalLen >= 0 && i <= stackTop; i++) {
1457 totalLen += length;
1461 if (totalLen < 0) {
1472 if (totalLen > 0) {
1473 char *p = (char *) ckalloc((unsigned) (totalLen + 1));
1475 objResultPtr->length = totalLen;
1419 int totalLen = 0; local
H A DtclVar.c5360 int len1, len2, totalLen;
5372 totalLen = len1 + len2 + 2;
5373 p = ckalloc((unsigned int) totalLen + 1);
5375 objPtr->length = totalLen;
5308 int len1, len2, totalLen; local
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclVar.c4949 int len1, len2, totalLen;
4962 totalLen = len1 + len2 + 2;
4963 p = ckalloc((unsigned int) totalLen + 1);
4965 objPtr->length = totalLen;
4904 int len1, len2, totalLen; local

Completed in 334 milliseconds