/Linux-v4.19/arch/arm64/crypto/ |
D | aes-glue.c | 136 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
|
D | aes-cipher-glue.c | 24 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 32 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
D | aes-neonbs-glue.c | 55 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/ |
D | aes-cipher-glue.c | 25 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 33 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
D | aes-neonbs-glue.c | 46 int rounds; member 82 int rounds, int blocks)) in __ecb_crypt() 273 int rounds, int blocks, u8 iv[])) in __xts_crypt()
|
D | aes-ce-glue.c | 300 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/ |
D | aesp8-ppc.h | 9 int rounds; member
|
/Linux-v4.19/crypto/ |
D | aes_ti.c | 270 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/ |
D | benchmark.c | 50 unsigned int rounds = 0; in calculate_timespace() local
|
D | parse.h | 30 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
/Linux-v4.19/fs/reiserfs/ |
D | hashes.c | 24 #define TEACORE(rounds) \ argument
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 46 u32 rounds; member 53 u32 rounds; member
|
/Linux-v4.19/arch/sparc/crypto/ |
D | md5_glue.c | 57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
|
D | sha1_glue.c | 52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
|
D | sha512_glue.c | 73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|
D | sha256_glue.c | 73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
|
/Linux-v4.19/drivers/md/ |
D | dm-verity-fec.h | 45 sector_t rounds; /* number of interleaving rounds */ member
|
/Linux-v4.19/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 211 unsigned int rounds) in sha1_apply_transform_avx2()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-aes.c | 42 rounds:4, member
|