Searched refs:byte_ctr (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | xctr.c | 35 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 D | dim.c | 64 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 D | net_dim.c | 372 end_sample->byte_ctr, &dim->start_sample); in net_dim()
|
| /linux-6.15/include/linux/ |
| H A D | dim.h | 104 u32 byte_ctr; member 370 s->byte_ctr = bytes; in dim_update_sample()
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | aes-glue.c | 96 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 D | xilinx_axienet_main.c | 1293 .byte_ctr = u64_stats_read(&lp->rx_bytes), in axienet_rx_poll()
|