Searched refs:sha1_hmac_update (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dsha1.h116 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen );
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_sha1_hmac.c190 /*! \fn static void sha1_hmac_update(struct crypto_tfm *tfm, const u8 *data, unsigned int len)
197 static int sha1_hmac_update(struct shash_desc *desc, const u8 *data, function
263 sha1_hmac_update (desc, padding, padlen);
266 sha1_hmac_update (desc, bits, sizeof bits);
328 .update = sha1_hmac_update,
/openwrt/package/utils/px5g-standalone/src/library/
H A Dsha1.c404 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen ) function
435 sha1_hmac_update( &ctx, input, ilen );
595 sha1_hmac_update( &ctx, sha1_hmac_test_buf[i],

Completed in 18 milliseconds