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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c159 static byte *md_read( gcry_md_hd_t a, int algo );
830 byte *p = md_read (a, algo);
843 memcpy (p, md_read (om, algo), dlen);
945 md_read( gcry_md_hd_t a, int algo ) function
953 log_debug ("more than one algorithm in md_read(0)\n");
977 return md_read (hd, algo);
1036 memcpy (digest, md_read (h, algo), md_digest_length (algo));

Completed in 23 milliseconds