Home
last modified time | relevance | path

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

/arch/arm/crypto/
A Daes-cipher-glue.c20 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 Daes-neonbs-glue.c45 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 Daes-ce-glue.c423 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 Dghash-ce-glue.c45 int rounds; member
/arch/arm64/crypto/
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
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 …]
A Daes-neonbs-glue.c61 int rounds; member
97 int rounds, int blocks)) in __ecb_crypt()
279 int rounds, int blocks, u8 iv[])) in __xts_crypt()
A Daes-ce-ccm-glue.c101 u32 macp, u32 const rk[], u32 rounds) in ce_aes_ccm_auth_data()
/arch/powerpc/crypto/
A Daesp8-ppc.h7 int rounds; member
A Daes-spe-glue.c44 u32 rounds; member
51 u32 rounds; member
A Daes-gcm-p10-glue.c49 u64 rounds; member

Completed in 24 milliseconds