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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dhmac256.c339 hmac256_context_t tmphd;
341 tmphd = _gcry_hmac256_new (NULL, 0);
342 if (!tmphd)
347 _gcry_hmac256_update (tmphd, key, keylen);
348 finalize (tmphd);
349 memcpy (ipad, tmphd->buf, 32);
350 memcpy (hd->opad, tmphd->buf, 32);
351 _gcry_hmac256_release (tmphd);
434 hmac256_context_t tmphd;
436 tmphd
338 hmac256_context_t tmphd; local
433 hmac256_context_t tmphd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c339 hmac256_context_t tmphd;
341 tmphd = _gcry_hmac256_new (NULL, 0);
342 if (!tmphd)
347 _gcry_hmac256_update (tmphd, key, keylen);
348 finalize (tmphd);
349 memcpy (ipad, tmphd->buf, 32);
350 memcpy (hd->opad, tmphd->buf, 32);
351 _gcry_hmac256_release (tmphd);
434 hmac256_context_t tmphd;
436 tmphd
338 hmac256_context_t tmphd; local
433 hmac256_context_t tmphd; local
[all...]

Completed in 66 milliseconds