Searched defs:alg (Results 1 – 15 of 15) sorted by relevance
| /fs/verity/ |
| D | hash_algs.c | 45 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
|
| D | measure.c | 87 u8 *alg, enum hash_algo *halg) in fsverity_get_digest()
|
| /fs/smb/client/ |
| D | compress.h | 64 static __always_inline int smb_compress_alg_valid(__le16 alg, bool valid_none) in smb_compress_alg_valid()
|
| D | cifs_debug.c | 283 static __always_inline const char *compression_alg_str(__le16 alg) in compression_alg_str()
|
| D | misc.c | 1018 struct crypto_shash *alg = NULL; in cifs_alloc_hash() local
|
| D | smb2pdu.c | 813 __le16 alg; in decode_compress_ctx() local
|
| D | cifsglob.h | 784 __le16 alg; /* preferred alg negotiated with server */ member
|
| /fs/incfs/ |
| D | integrity.h | 28 struct incfs_hash_alg *alg; member
|
| D | verity.c | 128 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
|
| D | integrity.c | 207 int incfs_calc_digest(struct incfs_hash_alg *alg, struct mem_range data, in incfs_calc_digest()
|
| D | data_mgmt.c | 469 struct mem_range src, struct mem_range dst, int alg) in decompress()
|
| /fs/erofs/ |
| D | compress.h | 17 unsigned int alg; /* the algorithm for decompression */ member
|
| D | decompressor.c | 484 unsigned int algs, alg; in z_erofs_parse_cfgs() local
|
| /fs/f2fs/ |
| D | compress.c | 554 bool f2fs_is_compress_level_valid(int alg, int lvl) in f2fs_is_compress_level_valid()
|
| D | f2fs.h | 4550 static inline bool f2fs_is_compress_level_valid(int alg, int lvl) { return false; } in f2fs_is_compress_level_valid()
|