X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2Flibcfs_crypto.h;h=f271676ff49486b8760a6230425be2faf87dea34;hb=refs%2Fchanges%2F43%2F43943%2F11;hp=8271306ce60198e6e8a0bdf1b505c6081c243a22;hpb=27214876fcdfbda016c920bce4ab1da800fcda4b;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/libcfs_crypto.h b/libcfs/include/libcfs/libcfs_crypto.h index 8271306..f271676 100644 --- a/libcfs/include/libcfs/libcfs_crypto.h +++ b/libcfs/include/libcfs/libcfs_crypto.h @@ -134,6 +134,9 @@ static struct cfs_crypto_crypt_type crypt_types[] = { /* Maximum size of hash_types[].cht_size */ #define CFS_CRYPTO_HASH_DIGESTSIZE_MAX 64 +/* Array of hash algorithm speed in MByte per second */ +extern int cfs_crypto_hash_speeds[CFS_HASH_ALG_MAX]; + /** * Return hash algorithm information for the specified algorithm identifier *