Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/crypto/
H 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); crypto_xctr_crypt_inplace() local
[all...]

Completed in 1 milliseconds