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

/linux-master/crypto/
H A Dxctr.c35 struct crypto_cipher *tfm, u32 byte_ctr)
41 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1);
50 struct crypto_cipher *tfm, u32 byte_ctr)
57 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1);
75 struct crypto_cipher *tfm, u32 byte_ctr)
84 __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1);
107 u32 byte_ctr = 0; local
114 byte_ctr);
117 byte_ctr);
119 byte_ctr
34 crypto_xctr_crypt_final(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
49 crypto_xctr_crypt_segment(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
74 crypto_xctr_crypt_inplace(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
[all...]
/linux-master/lib/dim/
H A Ddim.c63 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr,
64 start->byte_ctr);
H A Dnet_dim.c240 end_sample.byte_ctr, &dim->start_sample);
/linux-master/include/linux/
H A Ddim.h55 * @byte_ctr: Number of bytes
62 u32 byte_ctr; member in struct:dim_sample
256 s->byte_ctr = bytes;
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c149 unsigned int byte_ctr);
153 unsigned int byte_ctr);
157 unsigned int byte_ctr);
544 unsigned int byte_ctr)
548 byte_ctr);
551 byte_ctr);
554 byte_ctr);
564 unsigned int byte_ctr = 0; local
575 walk.iv, byte_ctr);
577 byte_ctr
542 aesni_xctr_enc_avx_tfm(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in, unsigned int len, u8 *iv, unsigned int byte_ctr) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-glue.c96 int rounds, int bytes, u8 ctr[], int byte_ctr);
457 unsigned int byte_ctr = 0; local
483 walk.iv, byte_ctr);
489 byte_ctr += nbytes;

Completed in 159 milliseconds