Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/include/linux/
H A Ddim.h104 u32 byte_ctr; member
370 s->byte_ctr = bytes; in dim_update_sample()
/linux-6.15/arch/arm64/crypto/
H A Daes-glue.c96 int rounds, int bytes, u8 ctr[], int byte_ctr);
457 unsigned int byte_ctr = 0; in xctr_encrypt() local
483 walk.iv, byte_ctr); in xctr_encrypt()
489 byte_ctr += nbytes; in xctr_encrypt()
/linux-6.15/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1293 .byte_ctr = u64_stats_read(&lp->rx_bytes), in axienet_rx_poll()