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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.h28 void _gcry_hmac256_update (hmac256_context_t hd, const void *buf, size_t len);
H A Dhmac256.c240 _gcry_hmac256_update (hd, NULL, 0); /* Flush. */
267 _gcry_hmac256_update (hd, NULL, 0); /* Flush. */;
347 _gcry_hmac256_update (tmphd, key, keylen);
359 _gcry_hmac256_update (hd, ipad, 64);
384 _gcry_hmac256_update (hmac256_context_t hd,
405 _gcry_hmac256_update (hd, NULL, 0); /* Flush. */
442 _gcry_hmac256_update (tmphd, hd->opad, 64);
443 _gcry_hmac256_update (tmphd, hd->buf, 32);
492 _gcry_hmac256_update (hd, buffer, nread);
626 _gcry_hmac256_update (hmach
383 _gcry_hmac256_update (hmac256_context_t hd, function
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhmac-tests.c386 _gcry_hmac256_update (hmachd, tv[tvidx].data, strlen (tv[tvidx].data));

Completed in 101 milliseconds