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

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c35 uint64_t *hash_context; member in struct:xz_dec_hash
73 uint64_t *hash_context; member in struct:xz_dec
268 s->hash->write(s->hash_context,b->out + s->out_start,
294 s->hash->write(s->block.hash.hash_context,
312 s->hash->write(s->hash_context,b->in + s->in_start, in_used);
362 s->hash->write(s->index.hash.hash_context,
384 grub_uint64_t *hash_context = crc32 ? s->crc32_context local
385 : s->hash_context;
389 hash->final(hash_context);
390 grub_memcpy (s->hash_value, hash->read(hash_context),
452 uint64_t hash_context[(s->crc32->contextsize + 7) / 8]; local
559 uint64_t hash_context[(s->crc32->contextsize + 7) / 8]; local
614 uint64_t hash_context[(s->crc32->contextsize + 7) / 8]; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h379 DIGEST_CONTEXT hash_context; member in struct:_RSA_DIGEST_CONTEXT

Completed in 20 milliseconds