/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_egd.c | 143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; local 246 retrievebuf = tempbuf; 276 RAND_seed(tempbuf, egdbuf[0]);
|
/external/openssl/crypto/rand/ |
rand_egd.c | 143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; local 246 retrievebuf = tempbuf; 276 RAND_seed(tempbuf, egdbuf[0]);
|
/external/dropbear/ |
packet.c | 319 unsigned char tempbuf[MAX_MAC_LEN]; local 338 STORE32H(ses.recvseq, tempbuf); 339 if (hmac_process(&hmac, tempbuf, 4) != CRYPT_OK) { 349 bufsize = sizeof(tempbuf); 350 if (hmac_done(&hmac, tempbuf, &bufsize) != CRYPT_OK) { 355 if (memcmp(tempbuf, buf_getptr(macbuf, macsize), macsize) != 0) { 524 unsigned char tempbuf[MAX_MAC_LEN]; local 555 bufsize = sizeof(tempbuf); 556 if (hmac_done(&hmac, tempbuf, &bufsize) 560 buf_putbytes(outputbuffer, tempbuf, macsize) [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 244 static char tempbuf[16]; variable [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 334 static char tempbuf[16]; variable [all...] |
/external/opencv/cxcore/src/ |
cxmatmul.cpp | [all...] |