Home
last modified time | relevance | path

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

/openbmc/linux/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], w0, w1, 31); in aria_set_encrypt_key()
[all …]