/linux/arch/arm64/crypto/ |
A D | aes-glue.c | 179 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local 199 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local 220 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() local 249 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() local 277 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() local 334 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() local 407 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() local 451 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local 753 int rounds = 6 + key_len / 4; in cmac_setkey() local 782 int rounds = 6 + key_len / 4; in xcbc_setkey() local [all …]
|
A D | aes-cipher-glue.c | 18 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
|
A D | aes-neonbs-glue.c | 58 int rounds; member 94 int rounds, int blocks)) in __ecb_crypt() 273 int rounds, int blocks, u8 iv[])) in __xts_crypt()
|
/linux/arch/arm/crypto/ |
A D | aes-cipher-glue.c | 19 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
|
A D | aes-neonbs-glue.c | 48 int rounds; member 90 int rounds, int blocks)) in __ecb_crypt() 346 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
|
A D | aes-ce-glue.c | 448 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local 520 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
|
/linux/lib/crypto/ |
A D | aes.c | 261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
/linux/drivers/crypto/vmx/ |
A D | aesp8-ppc.h | 7 int rounds; member
|
/linux/tools/power/cpupower/bench/ |
A D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local
|
A D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
/linux/fs/reiserfs/ |
A D | hashes.c | 24 #define TEACORE(rounds) \ argument
|
/linux/arch/powerpc/crypto/ |
A D | aes-spe-glue.c | 44 u32 rounds; member 51 u32 rounds; member
|
/linux/arch/sparc/crypto/ |
A D | md5_glue.c | 58 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
|
A D | sha1_glue.c | 52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
|
A D | sha512_glue.c | 73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|
A D | sha256_glue.c | 73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
|
/linux/drivers/iio/chemical/ |
A D | sgp40.c | 101 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp()
|
/linux/drivers/md/ |
A D | dm-verity-fec.h | 42 sector_t rounds; /* number of interleaving rounds */ member
|
/linux/drivers/crypto/ |
A D | padlock-aes.c | 45 rounds:4, member
|