Home
last modified time | relevance | path

Searched refs:tempbuf (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/rand/
Drand_egd.c143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; in RAND_query_egd_bytes() local
246 retrievebuf = tempbuf; in RAND_query_egd_bytes()
276 RAND_seed(tempbuf, egdbuf[0]); in RAND_query_egd_bytes()
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
Drand_egd.c143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; in RAND_query_egd_bytes() local
246 retrievebuf = tempbuf; in RAND_query_egd_bytes()
276 RAND_seed(tempbuf, egdbuf[0]); in RAND_query_egd_bytes()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp557 FX_BYTE tempbuf[32]; in OnCreate() local
558 FXSYS_memcpy32(tempbuf, defpasscode, 32); in OnCreate()
559 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len); in OnCreate()
560 pEncryptDict->SetAtString(FX_BSTRC("U"), CFX_ByteString(tempbuf, 32)); in OnCreate()
/external/stlport/etc/
Dmsvcincl.dat169 tempbuf.h
/external/opencv/cxcore/src/
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/
Dsctp_output.c5185 char tempbuf[SCTP_PARAM_BUFFER_SIZE]; local
5358 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, min(sizeof(tempbuf),plen));
5420 if (plen > sizeof(tempbuf)) {
5421 plen = sizeof(tempbuf);
5423 … phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, min(sizeof(tempbuf),plen));