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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c154 static gcry_err_code_t md_enable (gcry_md_hd_t hd, int algo);
423 * More algorithms may be added by md_enable(). The initial algorithm
503 err = md_enable (hd, algo);
541 md_enable (gcry_md_hd_t hd, int algorithm) function
560 log_debug ("md_enable: algorithm %d not available\n", algorithm);
622 return gcry_error (md_enable (hd, algorithm));

Completed in 19 milliseconds