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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c160 static int md_get_algo( gcry_md_hd_t a );
829 int algo = md_get_algo (a);
852 int algo = md_get_algo (hd);
1042 md_get_algo (gcry_md_hd_t a) function
1049 log_error ("WARNING: more than one algorithm in md_get_algo()\n");
1057 return md_get_algo (hd);

Completed in 17 milliseconds