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

/macosx-10.10.1/xar-254/xar/lib/
H A Db64.h10 unsigned char* xar_from_base64(const unsigned char* input, size_t inputLength, size_t *outputLength);
H A Db64.c187 unsigned char* xar_from_base64(const unsigned char* input, size_t inputLength, size_t *outputLength) argument
198 err = raw_base64_decode(input, output, inputLength, outputLength);
H A Dsignature.c307 size_t outputLength = 0; local
389 sig_data = xar_from_base64(value, strlen((const char *)value), &outputLength);
393 xar_signature_add_x509certificate(ret, sig_data, outputLength);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecMaskGenerationFunctionTransform.c41 __block int32_t outputLength = 0; local
53 CFNumberGetValue((CFNumberRef)value, kCFNumberSInt32Type, &outputLength);
54 if (outputLength <= 0) {
67 (void)transforms_assume(outputLength > 0);
77 UInt8 *buffer = malloc(outputLength + digestLength);
85 for(; l < outputLength; l += digestLength, i++) {
125 CFDataRef out = CFDataCreateWithBytesNoCopy(NULL, buffer, outputLength, kCFAllocatorMalloc);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSStringJoiner.cpp76 static inline PassRefPtr<StringImpl> joinStrings(const Vector<String>& strings, const String& separator, unsigned outputLength) argument
78 ASSERT(outputLength);
81 RefPtr<StringImpl> outputStringImpl = StringImpl::tryCreateUninitialized(outputLength, data);
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonDH.c105 CCDHGenerateKey(CCDHRef ref, void *output, size_t *outputLength) argument
110 CC_NONULLPARM(outputLength);
118 if(size_needed > *outputLength) {
119 *outputLength = size_needed;
123 *outputLength = size_needed;
/macosx-10.10.1/CommonCrypto-60061/include/
H A DCommonDH.h83 CCDHGenerateKey(CCDHRef ref, void *output, size_t *outputLength)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnormconf.h97 UnicodeString output[], int32_t outputLength);
H A Dnormconf.cpp531 UnicodeString output[], int32_t outputLength) {
536 for (i=0; i<outputLength; ++i) {
569 if((i + 1) == outputLength) {
572 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
530 hexsplit(const char *s, char delimiter, UnicodeString output[], int32_t outputLength) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/utfperf/
H A Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_4758cca.c582 long outputLength = RSA_size(rsa); local
592 keyToken, &outputLength, to);
596 return outputLength;
611 long outputLength = RSA_size(rsa); local
621 keyToken, &outputLength, to);
760 long outputLength=256; local
860 keyToken, &length, hashBuffer, &outputLength, &outputBitLength,
869 *siglen = outputLength;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm986 ByteCount outputLength;
990 OSStatus status = ConvertFromUnicodeToText(textInfo, inputLength, string.upconvertedCharacters(), kNilOptions, 0, 0, 0, 0, maxOutputLength, &inputRead, &outputLength, outputData.data());
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccapitst.c2502 int32_t outputLength; local
2544 outputLength=(int32_t)(target-output);
2545 (void)outputLength; /* Suppress set but not used warning. */

Completed in 171 milliseconds