Home
last modified time | relevance | path

Searched refs:rkidx (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Daria_generic.c34 int rkidx = 0; in aria_set_encrypt_key() local
106 aria_gsrk(ctx->enc_key[rkidx], w0, w1, 19); in aria_set_encrypt_key()
107 rkidx++; in aria_set_encrypt_key()
108 aria_gsrk(ctx->enc_key[rkidx], w1, w2, 19); in aria_set_encrypt_key()
109 rkidx++; in aria_set_encrypt_key()
110 aria_gsrk(ctx->enc_key[rkidx], w2, w3, 19); in aria_set_encrypt_key()
111 rkidx++; in aria_set_encrypt_key()
112 aria_gsrk(ctx->enc_key[rkidx], w3, w0, 19); in aria_set_encrypt_key()
114 rkidx++; in aria_set_encrypt_key()
115 aria_gsrk(ctx->enc_key[rkidx], w in aria_set_encrypt_key()
201 int rounds, rkidx = 0; __aria_crypt() local
[all...]

Completed in 1 milliseconds