__crc32_finup
return __crc32_finup(shash_desc_ctx(desc), data, len, out);
return __crc32_finup(crypto_shash_ctx(desc->tfm), data, len, out);