Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Daes-glue.c183 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local
203 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local
224 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() local
253 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() local
281 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() local
338 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() local
455 int err, rounds = 6 + ctx->key_length / 4; in xctr_encrypt() local
501 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local
822 int rounds = 6 + key_len / 4; in cmac_setkey() local
851 int rounds = 6 + key_len / 4; in xcbc_setkey() local
[all …]
H A Daes-cipher-glue.c18 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
H A Daes-neonbs-glue.c60 int rounds; member
96 int rounds, int blocks)) in __ecb_crypt()
278 int rounds, int blocks, u8 iv[])) in __xts_crypt()
/openbmc/linux/arch/arm/crypto/
H A Daes-cipher-glue.c19 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
H A Daes-neonbs-glue.c48 int rounds; member
90 int rounds, int blocks)) in __ecb_crypt()
339 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
H A Daes-ce-glue.c448 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
H A Dghash-ce-glue.c48 int rounds; member
/openbmc/linux/lib/crypto/
H A Daes.c261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local
312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.h7 int rounds; member
/openbmc/qemu/include/crypto/
H A Daes.h9 int rounds; member
/openbmc/linux/tools/power/cpupower/bench/
H A Dbenchmark.c37 unsigned int rounds = 0; in calculate_timespace() local
H A Dparse.h17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
/openbmc/linux/fs/reiserfs/
H A Dhashes.c24 #define TEACORE(rounds) \ argument
/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-glue.c44 u32 rounds; member
51 u32 rounds; member
H A Daes-gcm-p10-glue.c46 u64 rounds; member
/openbmc/linux/arch/sparc/crypto/
H A Dsha512_glue.c42 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
H A Dsha1_glue.c42 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
H A Dmd5_glue.c58 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
H A Dsha256_glue.c42 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
/openbmc/linux/crypto/
H A Daria_generic.c201 int rounds, rkidx = 0; in __aria_crypt() local
/openbmc/linux/include/crypto/
H A Daria.h37 int rounds; member
/openbmc/linux/drivers/md/
H A Ddm-verity-fec.h42 sector_t rounds; /* number of interleaving rounds */ member
/openbmc/linux/drivers/iio/chemical/
H A Dsgp40.c101 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp()
/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c45 rounds:4, member