Home
last modified time | relevance | path

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

/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c1815 u32 cfg, size_bit; in stm32_cryp_read_auth_tag() local
1831 size_bit = cryp->areq->assoclen * 8; in stm32_cryp_read_auth_tag()
1833 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1836 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1838 size_bit = is_encrypt(cryp) ? cryp->areq->cryptlen : in stm32_cryp_read_auth_tag()
1840 size_bit *= 8; in stm32_cryp_read_auth_tag()
1842 size_bit = (__force u32)cpu_to_be32(size_bit); in stm32_cryp_read_auth_tag()
1845 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()