Searched refs:piece (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyring.c | 169 u32 piece; in hash_key_type_and_desc() local 176 piece = (unsigned long)index_key->domain_tag; in hash_key_type_and_desc() 177 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc() 186 piece = 0; in hash_key_type_and_desc() 187 memcpy(&piece, description, n); in hash_key_type_and_desc() 190 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyring.c | 169 u32 piece; in hash_key_type_and_desc() local 176 piece = (unsigned long)index_key->domain_tag; in hash_key_type_and_desc() 177 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc() 186 piece = 0; in hash_key_type_and_desc() 187 memcpy(&piece, description, n); in hash_key_type_and_desc() 190 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 396 size_t piece; in artpec6_crypto_walk_advance() local 400 piece = min(nbytes, (size_t)awalk->sg->length - awalk->offset); in artpec6_crypto_walk_advance() 401 nbytes -= piece; in artpec6_crypto_walk_advance() 402 awalk->offset += piece; in artpec6_crypto_walk_advance()
|
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 397 size_t piece; in artpec6_crypto_walk_advance() local 401 piece = min(nbytes, (size_t)awalk->sg->length - awalk->offset); in artpec6_crypto_walk_advance() 402 nbytes -= piece; in artpec6_crypto_walk_advance() 403 awalk->offset += piece; in artpec6_crypto_walk_advance()
|
Completed in 12 milliseconds