Searched defs:rounds (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-glue.c | 103 int err, first, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local 125 int err, first, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local 147 int err, first, rounds = 6 + ctx->key_length / 4; in cbc_encrypt() local 170 int err, first, rounds = 6 + ctx->key_length / 4; in cbc_decrypt() local 193 int err, first, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local 239 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() local 263 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_decrypt() local
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | aesp8-ppc.h | 8 int rounds; member
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes_glue.h | 6 int rounds; member
|
D | aes-ce-glue.c | 307 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local 332 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
|
D | sha512_neon_glue.c | 113 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_neon_update() local
|
/linux-4.1.27/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-4.1.27/fs/reiserfs/ |
D | hashes.c | 24 #define TEACORE(rounds) \ argument
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 96 unsigned int rounds) in sha1_apply_transform_avx2()
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 45 u32 rounds; member 52 u32 rounds; member
|
/linux-4.1.27/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-4.1.27/drivers/crypto/ |
D | padlock-aes.c | 42 rounds:4, member
|