Searched refs:tempbuf (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_egd.c143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; local
246 retrievebuf = tempbuf;
276 RAND_seed(tempbuf, egdbuf[0]);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp557 FX_BYTE tempbuf[32]; local
558 FXSYS_memcpy32(tempbuf, defpasscode, 32);
559 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len);
560 pEncryptDict->SetAtString(FX_BSTRC("U"), CFX_ByteString(tempbuf, 32));
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp2382 CvSize size, avgtype* tempbuf ) \
2389 *tempbuf++ = load_macro(vec[x]) - avg[x]; \
2390 tempbuf -= dstsize; \
2395 double ty = tempbuf[y]; \
2398 double t0 = dst[x] + ty*tempbuf[x]; \
2399 double t1 = dst[x+1] + ty*tempbuf[x+1]; \
2402 t0 = dst[x+2] + ty*tempbuf[x+2]; \
2403 t1 = dst[x+3] + ty*tempbuf[x+3]; \
2408 dst[x] = (avgtype)(dst[x] + ty*tempbuf[x]); \
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c5357 char tempbuf[SCTP_PARAM_BUFFER_SIZE]; local
5529 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, min(sizeof(tempbuf),plen));
5591 if (plen > sizeof(tempbuf)) {
5592 plen = sizeof(tempbuf);
5594 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, min(sizeof(tempbuf),plen));

Completed in 161 milliseconds