Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 15 of 15) sorted by relevance

/fs/verity/
Dhash_algs.c45 struct fsverity_hash_alg *alg; in fsverity_get_hash_alg() local
115 const u8 *fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg, in fsverity_prepare_hash_state()
213 int fsverity_hash_buffer(const struct fsverity_hash_alg *alg, in fsverity_hash_buffer()
228 const struct fsverity_hash_alg *alg = &fsverity_hash_algs[i]; in fsverity_check_hash_algs() local
Dmeasure.c87 u8 *alg, enum hash_algo *halg) in fsverity_get_digest()
/fs/smb/client/
Dcompress.h64 static __always_inline int smb_compress_alg_valid(__le16 alg, bool valid_none) in smb_compress_alg_valid()
Dcifs_debug.c283 static __always_inline const char *compression_alg_str(__le16 alg) in compression_alg_str()
Dmisc.c1018 struct crypto_shash *alg = NULL; in cifs_alloc_hash() local
Dsmb2pdu.c813 __le16 alg; in decode_compress_ctx() local
Dcifsglob.h784 __le16 alg; /* preferred alg negotiated with server */ member
/fs/incfs/
Dintegrity.h28 struct incfs_hash_alg *alg; member
Dverity.c128 static int incfs_compute_file_digest(struct incfs_hash_alg *alg, in incfs_compute_file_digest()
282 struct incfs_hash_alg *alg, struct mem_range hash) in incfs_build_merkle_tree()
408 struct incfs_hash_alg *alg = incfs_get_hash_alg(INCFS_HASH_TREE_SHA256); in incfs_add_signature_record() local
Dintegrity.c207 int incfs_calc_digest(struct incfs_hash_alg *alg, struct mem_range data, in incfs_calc_digest()
Ddata_mgmt.c469 struct mem_range src, struct mem_range dst, int alg) in decompress()
/fs/erofs/
Dcompress.h17 unsigned int alg; /* the algorithm for decompression */ member
Ddecompressor.c484 unsigned int algs, alg; in z_erofs_parse_cfgs() local
/fs/f2fs/
Dcompress.c554 bool f2fs_is_compress_level_valid(int alg, int lvl) in f2fs_is_compress_level_valid()
Df2fs.h4550 static inline bool f2fs_is_compress_level_valid(int alg, int lvl) { return false; } in f2fs_is_compress_level_valid()