Home
last modified time | relevance | path

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

/linux/crypto/
H A Daria_generic.c160 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()
163 ctx->dec_key[i][3] = aria_m(ctx->enc_key[ctx->rounds - i][3]); in aria_set_decrypt_key()
/linux/include/crypto/
H A Daria.h337 static inline u32 aria_m(u32 t0) in aria_m() function