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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c152 static gcry_err_code_t md_open (gcry_md_hd_t *h, int algo,
427 md_open (gcry_md_hd_t *h, int algo, int secure, int hmac) function
530 err = md_open (&hd, algo, (flags & GCRY_MD_FLAG_SECURE),
726 * instead of a md_close(); md_open().
833 gcry_err_code_t err = md_open (&om, algo, a->ctx->secure, 0);
1030 err = md_open (&h, algo, 0, 0);

Completed in 34 milliseconds