Searched refs:hash_start (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/security/integrity/ima/ |
D | ima_appraise.c | 222 int rc = xattr_len, hash_start = 0; in ima_appraise_measurement() local 263 hash_start = 1; in ima_appraise_measurement() 272 if (xattr_len - sizeof(xattr_value->type) - hash_start >= in ima_appraise_measurement() 277 rc = memcmp(&xattr_value->digest[hash_start], in ima_appraise_measurement()
|
/Linux-v4.19/drivers/md/ |
D | dm-verity.h | 46 sector_t hash_start; /* hash start in blocks */ member
|
D | dm-verity-fec.c | 248 block += v->hash_start; in fec_read_bufs() 700 hash_blocks = v->hash_blocks - v->hash_start; in verity_fec_ctr()
|
D | dm-verity-target.c | 698 (unsigned long long)v->hash_start, in verity_status() 1027 v->hash_start = num_ll; in verity_ctr() 1110 hash_position = v->hash_start; in verity_ctr()
|
/Linux-v4.19/drivers/net/bonding/ |
D | bond_alb.c | 82 static inline u8 _simple_hash(const u8 *hash_start, int hash_size) in _simple_hash() argument 88 hash ^= hash_start[i]; in _simple_hash() 1401 const u8 *hash_start = NULL; in bond_alb_xmit() local 1417 hash_start = (char *)&(iph->daddr); in bond_alb_xmit() 1448 hash_start = (char *)&(ipv6_hdr(skb)->daddr); in bond_alb_xmit() 1467 hash_start = (char *)eth_data->h_dest; in bond_alb_xmit() 1482 hash_index = _simple_hash(hash_start, hash_size); in bond_alb_xmit()
|
/Linux-v4.19/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 516 static int crypto4xx_compute_gcm_hash_key_sw(__le32 *hash_start, const u8 *key, in crypto4xx_compute_gcm_hash_key_sw() argument 538 crypto4xx_memcpy_to_le32(hash_start, src, 16); in crypto4xx_compute_gcm_hash_key_sw()
|
/Linux-v4.19/Documentation/device-mapper/ |
D | verity.txt | 35 same device is used, the hash_start should be outside the configured
|