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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c619 hmac256_context_t hmachd;
623 hmachd = _gcry_hmac256_new (tv[tvidx].key, strlen (tv[tvidx].key));
624 if (!hmachd)
626 _gcry_hmac256_update (hmachd, tv[tvidx].data, strlen (tv[tvidx].data));
627 digest = _gcry_hmac256_finalize (hmachd, &dlen);
630 _gcry_hmac256_release (hmachd);
636 _gcry_hmac256_release (hmachd);
639 _gcry_hmac256_release (hmachd);
618 hmac256_context_t hmachd; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhmac-tests.c368 hmac256_context_t hmachd; local
380 hmachd = _gcry_hmac256_new (tv[tvidx].key, strlen (tv[tvidx].key));
381 if (!hmachd)
386 _gcry_hmac256_update (hmachd, tv[tvidx].data, strlen (tv[tvidx].data));
387 digest = _gcry_hmac256_finalize (hmachd, &dlen);
391 _gcry_hmac256_release (hmachd);
398 _gcry_hmac256_release (hmachd);
401 _gcry_hmac256_release (hmachd);

Completed in 45 milliseconds