Searched defs:rounds (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/crypto/vmx/
H A Daesp8-ppc.h8 int rounds; member in struct:aes_key
/linux-4.1.27/arch/arm/crypto/
H A Daes_glue.h6 int rounds; member in struct:AES_KEY
H A Dsha512_neon_glue.c113 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; __sha512_neon_update() local
H A Daes-ce-glue.c307 int err, first, rounds = num_rounds(&ctx->key1); xts_encrypt() local
332 int err, first, rounds = num_rounds(&ctx->key1); xts_decrypt() local
/linux-4.1.27/tools/power/cpupower/bench/
H A Dbenchmark.c50 unsigned int rounds = 0; calculate_timespace() local
H A Dparse.h30 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member in struct:config
/linux-4.1.27/arch/sparc/crypto/
H A Dmd5_glue.c57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; __md5_sparc64_update() local
H A Dsha1_glue.c52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; __sha1_sparc64_update() local
H A Dsha512_glue.c73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; __sha512_sparc64_update() local
H A Dsha256_glue.c73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; __sha256_sparc64_update() local
/linux-4.1.27/arch/x86/crypto/
H A Dsha1_ssse3_glue.c95 sha1_apply_transform_avx2(u32 *digest, const char *data, unsigned int rounds) sha1_apply_transform_avx2() argument
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c45 u32 rounds; member in struct:ppc_aes_ctx
52 u32 rounds; member in struct:ppc_xts_ctx
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c103 int err, first, rounds = 6 + ctx->key_length / 4; ecb_encrypt() local
125 int err, first, rounds = 6 + ctx->key_length / 4; ecb_decrypt() local
147 int err, first, rounds = 6 + ctx->key_length / 4; cbc_encrypt() local
170 int err, first, rounds = 6 + ctx->key_length / 4; cbc_decrypt() local
193 int err, first, rounds = 6 + ctx->key_length / 4; ctr_encrypt() local
239 int err, first, rounds = 6 + ctx->key1.key_length / 4; xts_encrypt() local
263 int err, first, rounds = 6 + ctx->key1.key_length / 4; xts_decrypt() local
/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c42 rounds:4, member in struct:cword

Completed in 180 milliseconds