fsverity_hash_algRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
5.8: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
mempool_t req_pool;
};
5.11: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
mempool_t req_pool;
};
5.13: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
mempool_t req_pool;
};
5.15: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
mempool_t req_pool;
};
5.19: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
mempool_t req_pool;
};
6.2: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
mempool_t req_pool;
enum hash_algo algo_id;
};
6.5: ✅struct fsverity_hash_alg {
struct crypto_shash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
enum hash_algo algo_id;
};
6.8: ✅struct fsverity_hash_alg {
struct crypto_shash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
enum hash_algo algo_id;
};
arm64: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
armhf: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
ppc64el: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
riscv64: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
aws: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
azure: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
gcp: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
lowlatency: ✅struct fsverity_hash_alg {
struct crypto_ahash *tfm;
const char *name;
unsigned int digest_size;
unsigned int block_size;
};
Regular
5.4 and 5.8 ⚠️mempool_t req_pool
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️enum hash_algo algo_id
6.2 and 6.5 ⚠️mempool_t req_pool
struct crypto_ahash *tfm ➡️ struct crypto_shash *tfm
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅