Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/crypto/
Daes-glue.c195 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local
215 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local
236 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() local
265 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() local
293 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() local
350 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() local
423 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() local
445 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() local
467 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local
529 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() local
[all …]
Daes-cipher-glue.c18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt() local
26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt() local
Daes-neonbs-glue.c58 int rounds; member
99 int rounds, int blocks)) in __ecb_crypt()
319 int rounds, int blocks, u8 iv[])) in __xts_crypt()
/Linux-v5.4/arch/arm/crypto/
Daes-cipher-glue.c19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() local
27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt() local
Daes-neonbs-glue.c46 int rounds; member
88 int rounds, int blocks)) in __ecb_crypt()
331 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
Daes-ce-glue.c458 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local
530 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
/Linux-v5.4/lib/crypto/
Daes.c261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
/Linux-v5.4/drivers/crypto/vmx/
Daesp8-ppc.h7 int rounds; member
/Linux-v5.4/tools/power/cpupower/bench/
Dbenchmark.c37 unsigned int rounds = 0; in calculate_timespace() local
Dparse.h17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
/Linux-v5.4/fs/reiserfs/
Dhashes.c24 #define TEACORE(rounds) \ argument
/Linux-v5.4/arch/powerpc/crypto/
Daes-spe-glue.c41 u32 rounds; member
48 u32 rounds; member
/Linux-v5.4/arch/sparc/crypto/
Dmd5_glue.c58 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
Dsha1_glue.c53 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
Dsha512_glue.c74 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
Dsha256_glue.c74 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
/Linux-v5.4/drivers/md/
Ddm-verity-fec.h41 sector_t rounds; /* number of interleaving rounds */ member
/Linux-v5.4/arch/x86/crypto/
Dsha1_ssse3_glue.c207 unsigned int rounds) in sha1_apply_transform_avx2()
/Linux-v5.4/drivers/crypto/
Dpadlock-aes.c43 rounds:4, member