Home
last modified time | relevance | path

Searched defs:ctr32 (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/crypto/
A Dxctr.c41 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_final() local
57 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_segment() local
84 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_inplace() local

Completed in 3 milliseconds