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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c161 static int md_digest_length( int algo );
831 size_t dlen = md_digest_length (algo);
861 helpkey = gcry_malloc_secure (md_digest_length (algo));
866 keylen = md_digest_length (algo);
1036 memcpy (digest, md_read (h, algo), md_digest_length (algo));
1065 md_digest_length (int algorithm) function
1091 return md_digest_length (algorithm);

Completed in 17 milliseconds