Searched refs:byte_ctr (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | xctr.c | 35 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_final() 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() 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() 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 in crypto_xctr_crypt() 34 crypto_xctr_crypt_final(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) crypto_xctr_crypt_final() argument 49 crypto_xctr_crypt_segment(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) crypto_xctr_crypt_segment() argument 74 crypto_xctr_crypt_inplace(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) crypto_xctr_crypt_inplace() argument [all...] |
/kernel/linux/linux-5.10/lib/dim/ |
H A D | dim.c | 63 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr, in dim_calc_stats() 64 start->byte_ctr); in dim_calc_stats()
|
H A D | net_dim.c | 240 end_sample.byte_ctr, &dim->start_sample); in net_dim()
|
/kernel/linux/linux-6.6/lib/dim/ |
H A D | dim.c | 63 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr, in dim_calc_stats() 64 start->byte_ctr); in dim_calc_stats()
|
H A D | net_dim.c | 240 end_sample.byte_ctr, &dim->start_sample); in net_dim()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 142 unsigned int byte_ctr); 146 unsigned int byte_ctr); 150 unsigned int byte_ctr); 545 unsigned int byte_ctr) in aesni_xctr_enc_avx_tfm() 549 byte_ctr); in aesni_xctr_enc_avx_tfm() 552 byte_ctr); in aesni_xctr_enc_avx_tfm() 555 byte_ctr); in aesni_xctr_enc_avx_tfm() 565 unsigned int byte_ctr = 0; in xctr_crypt() local 576 walk.iv, byte_ctr); in xctr_crypt() 578 byte_ctr in xctr_crypt() 543 aesni_xctr_enc_avx_tfm(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in, unsigned int len, u8 *iv, unsigned int byte_ctr) aesni_xctr_enc_avx_tfm() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | dim.h | 55 * @byte_ctr: Number of bytes 62 u32 byte_ctr; member 256 s->byte_ctr = bytes; in dim_update_sample()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dim.h | 55 * @byte_ctr: Number of bytes 62 u32 byte_ctr; member 256 s->byte_ctr = bytes; in dim_update_sample()
|
/kernel/linux/linux-6.6/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()
|
Completed in 7 milliseconds