Home
last modified time | relevance | path

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

/arch/x86/crypto/
Daesni-intel_glue.c142 unsigned int byte_ctr);
146 unsigned int byte_ctr);
150 unsigned int byte_ctr);
546 unsigned int byte_ctr) in aesni_xctr_enc_avx_tfm() argument
550 byte_ctr); in aesni_xctr_enc_avx_tfm()
553 byte_ctr); in aesni_xctr_enc_avx_tfm()
556 byte_ctr); in aesni_xctr_enc_avx_tfm()
566 unsigned int byte_ctr = 0; in xctr_crypt() local
577 walk.iv, byte_ctr); in xctr_crypt()
579 byte_ctr += walk.nbytes - nbytes; in xctr_crypt()
[all …]
/arch/arm64/crypto/
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()