Home
last modified time | relevance | path

Searched refs:alloc_sg_len (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c1487 int alloc_sg_len; in stm32_cryp_truncate_sg() local
1496 alloc_sg_len = sg_nents_for_len(sg, skip + size); in stm32_cryp_truncate_sg()
1497 if (alloc_sg_len < 0) in stm32_cryp_truncate_sg()
1498 return alloc_sg_len; in stm32_cryp_truncate_sg()
1501 *new_sg = kmalloc_objs(struct scatterlist, (size_t)alloc_sg_len); in stm32_cryp_truncate_sg()
1505 sg_init_table(*new_sg, (unsigned int)alloc_sg_len); in stm32_cryp_truncate_sg()