Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/stm32/
Dstm32-cryp.c1483 static int stm32_cryp_truncate_sg(struct scatterlist **new_sg, size_t *new_sg_len, in stm32_cryp_truncate_sg() function
1564 ret = stm32_cryp_truncate_sg(&cryp->in_sg, &cryp->in_sg_len, in_sg, 0, align_size); in stm32_cryp_cipher_prepare()
1568 ret = stm32_cryp_truncate_sg(&cryp->out_sg, &cryp->out_sg_len, out_sg, 0, in stm32_cryp_cipher_prepare()
1616 ret = stm32_cryp_truncate_sg(&cryp->header_sg, &cryp->header_sg_len, in_sg, skip, in stm32_cryp_aead_prepare()
1635 ret = stm32_cryp_truncate_sg(&cryp->in_sg, &cryp->in_sg_len, in_sg, skip, align_size); in stm32_cryp_aead_prepare()
1642 ret = stm32_cryp_truncate_sg(&cryp->out_sg, &cryp->out_sg_len, out_sg, skip, align_size); in stm32_cryp_aead_prepare()