Home
last modified time | relevance | path

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

/linux/crypto/
H A Dxctr.c35 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_final() argument
41 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_final()
50 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_segment() argument
57 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_segment()
75 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_inplace() argument
84 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); in crypto_xctr_crypt_inplace()
107 u32 byte_ctr = 0; in crypto_xctr_crypt() local
114 byte_ctr); in crypto_xctr_crypt()
117 byte_ctr); in crypto_xctr_crypt()
119 byte_ctr += walk.nbytes - nbytes; in crypto_xctr_crypt()
[all …]
/linux/lib/dim/
H A Ddim.c64 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr, in dim_calc_stats()
65 start->byte_ctr); in dim_calc_stats()
H A Dnet_dim.c372 end_sample->byte_ctr, &dim->start_sample); in net_dim()
/linux/include/linux/
H A Ddim.h104 u32 byte_ctr; member
370 s->byte_ctr = bytes; in dim_update_sample()
/linux/arch/arm64/crypto/
H A Daes-glue.c96 int rounds, int bytes, u8 ctr[], int byte_ctr);
433 unsigned int byte_ctr = 0; in xctr_encrypt() local
459 walk.iv, byte_ctr); in xctr_encrypt()
464 byte_ctr += nbytes; in xctr_encrypt()