/linux/arch/arm64/crypto/ |
H A D | aes-glue.c | 183 int err, rounds = 6 + ctx->key_length / 4; ecb_encrypt() local 203 int err, rounds = 6 + ctx->key_length / 4; ecb_decrypt() local 224 int err = 0, rounds = 6 + ctx->key_length / 4; cbc_encrypt_walk() local 253 int err = 0, rounds = 6 + ctx->key_length / 4; cbc_decrypt_walk() local 281 int err, rounds = 6 + ctx->key_length / 4; cts_cbc_encrypt() local 338 int err, rounds = 6 + ctx->key_length / 4; cts_cbc_decrypt() local 411 int err, rounds = 6 + ctx->key1.key_length / 4; essiv_cbc_encrypt() local 433 int err, rounds = 6 + ctx->key1.key_length / 4; essiv_cbc_decrypt() local 455 int err, rounds = 6 + ctx->key_length / 4; xctr_encrypt() local 501 int err, rounds = 6 + ctx->key_length / 4; ctr_encrypt() local 545 int err, first, rounds = 6 + ctx->key1.key_length / 4; xts_encrypt() local 617 int err, first, rounds = 6 + ctx->key1.key_length / 4; xts_decrypt() local 822 int rounds = 6 + key_len / 4; cmac_setkey() local 851 int rounds = 6 + key_len / 4; xcbc_setkey() local 878 int rounds = 6 + ctx->key_length / 4; mac_do_update() local [all...] |
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 | 61 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 279 __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...] |
H A D | aes-ce-ccm-glue.c | 101 u32 macp, u32 const rk[], u32 rounds) in ce_aes_ccm_auth_data() argument [all...] |
/linux/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 20 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() local 28 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt() local
|
H A D | aes-neonbs-glue.c | 45 int rounds; member 82 __ecb_crypt(struct skcipher_request * req,void (* fn)(u8 out[],u8 const in[],u8 const rk[],int rounds,int blocks)) __ecb_crypt() argument 254 __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 258 const int rounds = ctx->key.rounds; __xts_crypt() local [all...] |
H A D | aes-ce-glue.c | 423 int err, first, rounds = num_rounds(&ctx->key1); xts_encrypt() local 495 int err, first, rounds = num_rounds(&ctx->key1); xts_decrypt() local [all...] |
H A D | aes-ce-core.S | 162 .macro prepare_key, rk, rounds argument [all...] |
H A D | ghash-ce-glue.c | 45 int rounds; member [all...] |
/linux/fs/bcachefs/ |
H A D | siphash.c | 54 static void SipHash_Rounds(SIPHASH_CTX *ctx, int rounds) in SipHash_Rounds() argument 77 static void SipHash_CRounds(SIPHASH_CTX *ctx, const void *ptr, int rounds) in SipHash_CRounds() argument
|
/linux/lib/crypto/ |
H A D | aes.c | 262 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 313 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
/linux/arch/powerpc/crypto/ |
H A D | aesp8-ppc.h | 7 int rounds; member
|
H A D | aes-spe-glue.c | 44 u32 rounds; member 51 u32 rounds; member [all...] |
H A D | aes-gcm-p10-glue.c | 49 u64 rounds; member
|
/linux/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
|
/linux/crypto/ |
H A D | aria_generic.c | 199 int rounds, rkid in __aria_crypt() local [all...] |
/linux/include/crypto/ |
H A D | aria.h | 37 int rounds; member
|
/linux/drivers/md/ |
H A D | dm-verity-fec.h | 42 sector_t rounds; /* number of interleaving rounds */ member
|
/linux/drivers/iio/chemical/ |
H A D | sgp40.c | 106 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp() argument
|
/linux/drivers/crypto/ |
H A D | padlock-aes.c | 45 rounds:4, member
|
/linux/mm/ |
H A D | mempolicy.c | 2565 unsigned long rounds; in alloc_pages_bulk_weighted_interleave() local
|