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

/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dsha1.h70 void sha1_update( sha1_context *ctx, unsigned char *input, int ilen );
/openwrt/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);
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_sha1.c159 /*! \fn static void sha1_update(struct crypto_tfm *tfm, const u8 *data, unsigned int len)
166 static int sha1_update(struct shash_desc * desc, const u8 *data, function
227 sha1_update (desc, padding, padlen);
230 sha1_update (desc, bits, sizeof bits);
254 .update = sha1_update,
/openwrt/package/utils/px5g-standalone/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 158 milliseconds