Searched refs:sha1_update (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dsha1.h70 void sha1_update( sha1_context *ctx, unsigned char *input, int ilen );
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dsha1.h29 void sha1_update( sha1_context *ctx, uchar *input, uint length );
H A Dsha1.c228 void sha1_update( sha1_context *ctx, uchar *input, uint length ) function
291 sha1_update( ctx, sha1_padding, padn );
292 sha1_update( ctx, msglen, 8 );
317 sha1_update( &ctx, buf, (uint) n );
333 sha1_update( &ctx, buf, buflen );
361 sha1_update( &ctx, k_ipad, 64 );
362 sha1_update( &ctx, buf, buflen );
366 sha1_update( &ctx, k_opad, 64 );
367 sha1_update( &ctx, tmpbuf, 20 );
414 sha1_update(
[all...]
H A Dmkplanexfw.c232 sha1_update(&ctx, (uchar *) &seed, sizeof(seed));
233 sha1_update(&ctx, buf + sizeof(*hdr), board->datalen);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dsha1_ubicom32.c144 static void __ocm_text sha1_update(struct crypto_tfm *tfm, const u8 *data, function
309 sha1_update(tfm, sctx->buf, end);
331 .dia_update = sha1_update,
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dsha1.c247 void sha1_update( sha1_context *ctx, unsigned char *input, int ilen ) function
315 sha1_update( ctx, (unsigned char *) sha1_padding, padn );
316 sha1_update( ctx, msglen, 8 );
333 sha1_update( &ctx, input, ilen );
355 sha1_update( &ctx, buf, (int) n );
396 sha1_update( ctx, ctx->ipad, 64 );
406 sha1_update( ctx, input, ilen );
418 sha1_update( ctx, ctx->opad, 64 );
419 sha1_update( ctx, tmpbuf, 20 );
558 sha1_update(
[all...]

Completed in 112 milliseconds