Searched refs:hash_start (Results 1 – 8 of 8) sorted by relevance
/linux/security/integrity/ima/ |
H A D | ima_appraise.c | 283 int rc = -EINVAL, hash_start = 0; in xattr_verify() local 289 hash_start = 1; in xattr_verify() 305 if (xattr_len - sizeof(xattr_value->type) - hash_start >= in xattr_verify() 311 rc = memcmp(&xattr_value->data[hash_start], in xattr_verify()
|
/linux/drivers/md/ |
H A D | dm-verity.h | 54 sector_t hash_start; /* hash start in blocks */ member
|
H A D | dm-verity-fec.c | 249 block += v->hash_start; in fec_read_bufs() 424 block = block - v->hash_start + v->data_blocks; in verity_fec_decode() 681 hash_blocks = v->hash_blocks - v->hash_start; in verity_fec_ctr()
|
H A D | dm-verity-target.c | 822 (unsigned long long)v->hash_start, in verity_status() 1497 v->hash_start = num_ll; in verity_ctr() 1565 hash_position = v->hash_start; in verity_ctr()
|
/linux/drivers/net/bonding/ |
H A D | bond_alb.c | 61 static inline u8 _simple_hash(const u8 *hash_start, int hash_size) in _simple_hash() argument 67 hash ^= hash_start[i]; in _simple_hash() 1425 const u8 *hash_start = NULL; in bond_xmit_alb_slave_get() local 1448 hash_start = (char *)&(iph->daddr); in bond_xmit_alb_slave_get() 1487 hash_start = (char *)&ip6hdr->daddr; in bond_xmit_alb_slave_get() 1503 hash_index = _simple_hash(hash_start, hash_size); in bond_xmit_alb_slave_get()
|
/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 494 static int crypto4xx_compute_gcm_hash_key_sw(__le32 *hash_start, const u8 *key, in crypto4xx_compute_gcm_hash_key_sw() argument 508 crypto4xx_memcpy_to_le32(hash_start, src, 16); in crypto4xx_compute_gcm_hash_key_sw()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 225 goto hash_start; in starfive_hash_one_request() 241 hash_start: in starfive_hash_one_request()
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | verity.rst | 39 same device is used, the hash_start should be outside the configured
|