Searched refs:respLen (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerCache.c317 int respLen = sqlite3_column_bytes(this->selectIssuer, 0); local
318 certificate = SecCertificateCreateWithBytes(NULL, respData, respLen);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c435 static OSStatus checkForNonDERResponse(const unsigned char *resp, size_t respLen) argument
463 require_action(resp && respLen, xit, status = errSecTimestampServiceNotAvailable);
466 if ((respLen > 1) && (memcmp(resp, ader, 2)==0)) // might be good; pass on to DER decoder
476 if (respLen > maxlen)
477 respLen = maxlen;
479 respStr = (char *)malloc(respLen+1);
480 strlcpy(respStr, (const char *)resp, respLen);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c435 static OSStatus checkForNonDERResponse(const unsigned char *resp, size_t respLen) argument
463 require_action(resp && respLen, xit, status = errSecTimestampServiceNotAvailable);
466 if ((respLen > 1) && (memcmp(resp, ader, 2)==0)) // might be good; pass on to DER decoder
476 if (respLen > maxlen)
477 respLen = maxlen;
479 respStr = (char *)malloc(respLen+1);
480 strlcpy(respStr, (const char *)resp, respLen);
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.cpp1043 UInt32 respLen; local
1059 respLen = pUCAsyncCommand->pAsyncCommand->interimResponseLen;
1066 respLen = pUCAsyncCommand->pAsyncCommand->finalResponseLen;
1078 respLen = 0;
1085 args[2] = (io_user_reference_t) respLen;
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp145 UInt32 respLen = (args[2] & 0xFFFFFFFF); local
175 pPrivCmd->pCmd->interimResponseLen = respLen;
180 pPrivCmd->pCmd->finalResponseLen = respLen;

Completed in 168 milliseconds