/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aesp8-ppc.h | 7 int rounds; member
|
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aesp8-ppc.h | 7 int rounds; member
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 19 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 D | aes-neonbs-glue.c | 45 int rounds; member 85 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument 341 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[], int)) __xts_crypt() argument [all...] |
H A D | aes-ce-glue.c | 448 int err, first, rounds = num_rounds(&ctx->key1); xts_encrypt() local 520 int err, first, rounds = num_rounds(&ctx->key1); xts_decrypt() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-cipher-glue.c | 18 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 D | aes-neonbs-glue.c | 58 int rounds; global() member 97 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument 318 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[])) __xts_crypt() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 19 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
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-cipher-glue.c | 18 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
|
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
H A D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
H A D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local [all...] |
H A D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | sha512_glue.c | 73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|
H A D | md5_glue.c | 57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
|
H A D | sha1_glue.c | 52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
|
H A D | sha256_glue.c | 73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | md5_glue.c | 58 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update() local
|
H A D | sha512_glue.c | 42 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|
H A D | sha1_glue.c | 42 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
|
H A D | sha256_glue.c | 42 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; in __sha256_sparc64_update() local
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | aes.c | 261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | aria.h | 37 int rounds; member
|
/kernel/linux/linux-6.6/crypto/ |
H A D | aria_generic.c | 201 int rounds, rkid in __aria_crypt() local [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aes.c | 261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|