X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2Flibcfs_crypto.h;h=f271676ff49486b8760a6230425be2faf87dea34;hp=8271306ce60198e6e8a0bdf1b505c6081c243a22;hb=d775f9ae37975c853984b67f6d1a21e6ec8a8c3d;hpb=27214876fcdfbda016c920bce4ab1da800fcda4b;ds=sidebyside 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 *