Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/crypto/
Daes-glue.c103 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/
Daesp8-ppc.h8 int rounds; member
/linux-4.1.27/arch/arm/crypto/
Daes_glue.h6 int rounds; member
Daes-ce-glue.c307 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
Dsha512_neon_glue.c113 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_neon_update() local
/linux-4.1.27/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-4.1.27/fs/reiserfs/
Dhashes.c24 #define TEACORE(rounds) \ argument
/linux-4.1.27/arch/x86/crypto/
Dsha1_ssse3_glue.c96 unsigned int rounds) in sha1_apply_transform_avx2()
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-glue.c45 u32 rounds; member
52 u32 rounds; member
/linux-4.1.27/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-4.1.27/drivers/crypto/
Dpadlock-aes.c42 rounds:4, member