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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c119 struct gcry_md_context struct
431 struct gcry_md_context *ctx;
455 hd = gcry_malloc_secure (n + sizeof (struct gcry_md_context));
457 hd = gcry_malloc (n + sizeof (struct gcry_md_context));
464 hd->ctx = ctx = (struct gcry_md_context *) ((char *) hd + n);
472 ctx->actual_handle_size = n + sizeof (struct gcry_md_context);
543 struct gcry_md_context *h = hd->ctx;
629 struct gcry_md_context *a = ahd->ctx;
630 struct gcry_md_context *b;
640 bhd = gcry_malloc_secure (n + sizeof (struct gcry_md_context));
[all...]

Completed in 22 milliseconds