Home | History | Annotate | Download | only in dropbear

Lines Matching defs:tempbuf

319 	unsigned char tempbuf[MAX_MAC_LEN];
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];
555 bufsize = sizeof(tempbuf);
556 if (hmac_done(&hmac, tempbuf, &bufsize)
560 buf_putbytes(outputbuffer, tempbuf, macsize);