Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/arch/arm64/crypto/
Daes-glue.c136 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local
156 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local
176 int err, rounds = 6 + ctx->key_length / 4; in cbc_encrypt() local
196 int err, rounds = 6 + ctx->key_length / 4; in cbc_decrypt() local
216 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local
266 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() local
288 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_decrypt() local
416 int rounds = 6 + key_len / 4; in cmac_setkey() local
445 int rounds = 6 + key_len / 4; in xcbc_setkey() local
474 int rounds = 6 + ctx->key_length / 4; in mac_do_update() local
Daes-cipher-glue.c24 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
32 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
Daes-neonbs-glue.c55 int rounds; member
95 int rounds, int blocks)) in __ecb_crypt()
299 int rounds, int blocks, u8 iv[])) in __xts_crypt()
/Linux-v4.19/arch/arm/crypto/
Daes-cipher-glue.c25 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
33 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
Daes-neonbs-glue.c46 int rounds; member
82 int rounds, int blocks)) in __ecb_crypt()
273 int rounds, int blocks, u8 iv[])) in __xts_crypt()
Daes-ce-glue.c300 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local
322 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
/Linux-v4.19/drivers/crypto/vmx/
Daesp8-ppc.h9 int rounds; member
/Linux-v4.19/crypto/
Daes_ti.c270 int rounds = 6 + ctx->key_length / 4; in aesti_encrypt() local
309 int rounds = 6 + ctx->key_length / 4; in aesti_decrypt() local
/Linux-v4.19/tools/power/cpupower/bench/
Dbenchmark.c50 unsigned int rounds = 0; in calculate_timespace() local
Dparse.h30 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
/Linux-v4.19/fs/reiserfs/
Dhashes.c24 #define TEACORE(rounds) \ argument
/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c46 u32 rounds; member
53 u32 rounds; member
/Linux-v4.19/arch/sparc/crypto/
Dmd5_glue.c57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
Dsha1_glue.c52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
Dsha512_glue.c73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
Dsha256_glue.c73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
/Linux-v4.19/drivers/md/
Ddm-verity-fec.h45 sector_t rounds; /* number of interleaving rounds */ member
/Linux-v4.19/arch/x86/crypto/
Dsha1_ssse3_glue.c211 unsigned int rounds) in sha1_apply_transform_avx2()
/Linux-v4.19/drivers/crypto/
Dpadlock-aes.c42 rounds:4, member