Searched refs:tmpbuf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dsha1.c347 uchar tmpbuf[20]; local
363 sha1_finish( &ctx, tmpbuf );
367 sha1_update( &ctx, tmpbuf, 20 );
372 memset( tmpbuf, 0, 20 );
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dsha1.c414 unsigned char tmpbuf[20]; local
416 sha1_finish( ctx, tmpbuf );
419 sha1_update( ctx, tmpbuf, 20 );
422 memset( tmpbuf, 0, sizeof( tmpbuf ) );

Completed in 29 milliseconds