Searched defs:rounds (Results 1 – 11 of 11) sorted by relevance
| /arch/arm/crypto/ |
| 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
|
| A D | aes-neonbs-glue.c | 45 int rounds; member 82 int rounds, int blocks)) in __ecb_crypt() 254 int rounds, int blocks, u8 iv[], int)) in __xts_crypt() 258 const int rounds = ctx->key.rounds; in __xts_crypt() local
|
| A D | aes-ce-glue.c | 423 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local 495 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
|
| A D | ghash-ce-glue.c | 45 int rounds; member
|
| /arch/arm64/crypto/ |
| 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
|
| A D | aes-glue.c | 183 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 …]
|
| A D | aes-neonbs-glue.c | 61 int rounds; member 97 int rounds, int blocks)) in __ecb_crypt() 279 int rounds, int blocks, u8 iv[])) in __xts_crypt()
|
| A D | aes-ce-ccm-glue.c | 101 u32 macp, u32 const rk[], u32 rounds) in ce_aes_ccm_auth_data()
|
| /arch/powerpc/crypto/ |
| A D | aesp8-ppc.h | 7 int rounds; member
|
| A D | aes-spe-glue.c | 44 u32 rounds; member 51 u32 rounds; member
|
| A D | aes-gcm-p10-glue.c | 49 u64 rounds; member
|
Completed in 24 milliseconds