Home
last modified time | relevance | path

Searched refs:tmphd (Results 1 – 3 of 3) sorted by relevance

/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dhmac256.c339 hmac256_context_t tmphd; in _gcry_hmac256_new() local
342 if (!tmphd) in _gcry_hmac256_new()
348 finalize (tmphd); in _gcry_hmac256_new()
349 memcpy (ipad, tmphd->buf, 32); in _gcry_hmac256_new()
351 _gcry_hmac256_release (tmphd); in _gcry_hmac256_new()
434 hmac256_context_t tmphd; in _gcry_hmac256_finalize() local
436 tmphd = _gcry_hmac256_new (NULL, 0); in _gcry_hmac256_finalize()
437 if (!tmphd) in _gcry_hmac256_finalize()
442 finalize (tmphd); in _gcry_hmac256_finalize()
443 memcpy (hd->buf, tmphd->buf, 32); in _gcry_hmac256_finalize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dhmac256.c339 hmac256_context_t tmphd; in _gcry_hmac256_new() local
342 if (!tmphd) in _gcry_hmac256_new()
348 finalize (tmphd); in _gcry_hmac256_new()
349 memcpy (ipad, tmphd->buf, 32); in _gcry_hmac256_new()
351 _gcry_hmac256_release (tmphd); in _gcry_hmac256_new()
434 hmac256_context_t tmphd; in _gcry_hmac256_finalize() local
436 tmphd = _gcry_hmac256_new (NULL, 0); in _gcry_hmac256_finalize()
437 if (!tmphd) in _gcry_hmac256_finalize()
442 finalize (tmphd); in _gcry_hmac256_finalize()
443 memcpy (hd->buf, tmphd->buf, 32); in _gcry_hmac256_finalize()
[all …]
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c687 struct undef_t *tmphd, *tmptail, *tmpundefp, *undefp2; in resolve_from_ydir() local
690 tmphd = tmptail = NULL; in resolve_from_ydir()
701 tmpundefp = add_undef_el(undefp->msyp, &tmphd, &tmptail); in resolve_from_ydir()
728 for (undefp = tmphd; undefp != NULL; undefp = undefp->undefnxt) in resolve_from_ydir()
764 for (undefp = tmphd; undefp != NULL;) in resolve_from_ydir()
1245 struct undef_t *tmpundefp, *undefp2, *tmphd, *tmptail; in rescan_resolve_from_ydir() local
1251 tmphd = tmptail = NULL; in rescan_resolve_from_ydir()
1258 tmpundefp = add_undef_el(undefp->msyp, &tmphd, &tmptail); in rescan_resolve_from_ydir()
1274 tmpundefp = add_undef_el(undefp->msyp, &tmphd, &tmptail); in rescan_resolve_from_ydir()
1283 if (tmphd != NULL && tmphd->undefnxt != NULL) in rescan_resolve_from_ydir()
[all …]