HomeSort by relevance Sort by last modified time
    Searched defs:tempbuf (Results 1 - 3 of 3) sorted by null

  /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/vidc/vdec/test/
omx_vdec_test.cpp 244 static char tempbuf[16]; variable
    [all...]

Completed in 230 milliseconds