Searched refs:outLen (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c478 int inLen, outLen, tmpLen; local
522 outLen = BN_num_bytes(m);
525 if (outLen > 256) {
531 publKey->expLength = publKey->nLength = outLen;
537 if (outLen < BN_num_bytes(p)) {
553 tmpLen = outLen;
558 memset(argument->d, 0, outLen);
559 BN_bn2bin(a, (unsigned char *)argument->d + outLen - BN_num_bytes(a));
561 inLen = outLen;
566 publKey, &outLen, (unsigne
622 int inLen, outLen; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c481 int inLen, outLen, tmpLen; local
530 outLen = BN_num_bytes(m);
533 if (outLen > 256 ) {
540 publKey->expLength = publKey->nLength = outLen;
546 if (outLen < BN_num_bytes(p)){
566 tmpLen = outLen;
571 memset(argument->d, 0, outLen);
572 BN_bn2bin(a, (unsigned char *)argument->d + outLen -
575 inLen = outLen;
580 publKey, &outLen, (unsigne
642 int inLen, outLen; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c478 int inLen, outLen, tmpLen; local
522 outLen = BN_num_bytes(m);
525 if (outLen > 256) {
531 publKey->expLength = publKey->nLength = outLen;
537 if (outLen < BN_num_bytes(p)) {
553 tmpLen = outLen;
558 memset(argument->d, 0, outLen);
559 BN_bn2bin(a, (unsigned char *)argument->d + outLen - BN_num_bytes(a));
561 inLen = outLen;
566 publKey, &outLen, (unsigne
622 int inLen, outLen; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h99 // outLen receives, if not NULL, the length of the converted string or 0 if
104 cMB2WC(const char *in, size_t inLen, size_t *outLen) const;
106 cWC2MB(const wchar_t *in, size_t inLen, size_t *outLen) const;
152 // Note that outLen is the length of the output buffer, not the length of
155 virtual size_t MB2WC(wchar_t *out, const char *in, size_t outLen) const;
156 virtual size_t WC2MB(char *out, const wchar_t *in, size_t outLen) const;
200 virtual size_t MB2WC(wchar_t *out, const char *in, size_t outLen) const
202 return m_conv->MB2WC(out, in, outLen);
205 virtual size_t WC2MB(char *out, const wchar_t *in, size_t outLen) const
207 return m_conv->WC2MB(out, in, outLen);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp333 size_t wxMBConv::MB2WC(wchar_t *outBuff, const char *inBuff, size_t outLen) const
335 size_t rc = ToWChar(outBuff, outLen, inBuff);
346 size_t wxMBConv::WC2MB(char *outBuff, const wchar_t *inBuff, size_t outLen) const
348 size_t rc = FromWChar(outBuff, outLen, inBuff);
402 wxMBConv::cMB2WC(const char *inBuff, size_t inLen, size_t *outLen) const
410 if ( outLen )
412 *outLen = dstLen;
414 (*outLen)--;
421 if ( outLen )
422 *outLen
1113 size_t outLen = 0; local
1138 size_t outLen = 0; local
1186 size_t outLen = 0; local
1221 size_t outLen = 0; local
1306 size_t outLen = 0; local
1352 size_t outLen = 0; local
1384 size_t outLen = 0; local
1430 size_t outLen = 0; local
1965 outLen = WXSIZEOF(buf); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.cpp22 static void Mash(const byte *in, size_t inLen, byte *out, size_t outLen, int iterations) argument
24 if (BytePrecision(outLen) > 2)
27 size_t bufSize = RoundUpToMultipleOf(outLen, (size_t)DefaultHashModule::DIGESTSIZE);
34 for(i=0; i<outLen; i+=DefaultHashModule::DIGESTSIZE)
56 memcpy(out, outBuf, outLen);
H A Dvalidat1.cpp491 bool TestFilter(BufferedTransformation &bt, const byte *in, size_t inLen, const byte *out, size_t outLen) argument
494 bt.Attach(ft = new FilterTester(out, outLen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbconv.tex83 \constfunc{virtual size\_t}{MB2WC}{\param{wchar\_t *}{out}, \param{const char *}{in}, \param{size\_t }{outLen}}
88 \arg{outLen} characters into the buffer \arg{out}.
93 when the function is called with a non-\NULL \arg{out} buffer, the \arg{outLen}
103 \docparam{outLen}{The length of the output buffer but \emph{including}
131 \constfunc{const wxWCharBuffer}{cMB2WC}{\param{const char *}{in}, \param{size\_t }{inLen}, \param{size\_t }{*outLen}}
146 If \arg{outLen} is not-\NULL, it receives the length of the converted
154 \constfunc{const wxCharBuffer}{cWC2MB}{\param{const wchar\_t* }{in}, \param{size\_t }{inLen}, \param{size\_t }{*outLen}}
166 If \arg{outLen} is not-\NULL, it receives the length of the converted
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3string.c727 ANTLR3_UINT32 outLen; local
738 outLen = 0;
746 outLen += 2;
752 outLen += 2;
757 outLen++;
762 outLen++;
767 string->len = outLen;

Completed in 203 milliseconds