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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/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 53 milliseconds