Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 2 of 2) sorted by relevance

/crypto/
A Daria_generic.c155 ctx->dec_key[0][i] = ctx->enc_key[ctx->rounds][i]; in aria_set_decrypt_key()
156 ctx->dec_key[ctx->rounds][i] = ctx->enc_key[0][i]; in aria_set_decrypt_key()
159 for (i = 1; i < ctx->rounds; i++) { in aria_set_decrypt_key()
160 ctx->dec_key[i][0] = aria_m(ctx->enc_key[ctx->rounds - i][0]); in aria_set_decrypt_key()
161 ctx->dec_key[i][1] = aria_m(ctx->enc_key[ctx->rounds - i][1]); in aria_set_decrypt_key()
162 ctx->dec_key[i][2] = aria_m(ctx->enc_key[ctx->rounds - i][2]); in aria_set_decrypt_key()
183 BUILD_BUG_ON(sizeof(int) != sizeof(ctx->rounds)); in aria_set_key()
186 ctx->rounds = (key_len + 32) / 4; in aria_set_key()
199 int rounds, rkidx = 0; in __aria_crypt() local
201 rounds = ctx->rounds; in __aria_crypt()
[all …]
A DKconfig419 The ARIA specifies three key sizes and rounds.
420 128-bit: 12 rounds.
421 192-bit: 14 rounds.
422 256-bit: 16 rounds.
575 many rounds for security. It is very fast and uses
666 XChaCha12 is XChaCha20 reduced to 12 rounds, with correspondingly

Completed in 8 milliseconds