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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drijndael.c132 #define keyschdec u2.keyschedule
466 m128i_t *dkey = (m128i_t*)ctx->keyschdec;
494 *((u32*)ctx->keyschdec[r][0]) = *((u32*)ctx->keyschenc[r][0]);
495 *((u32*)ctx->keyschdec[r][1]) = *((u32*)ctx->keyschenc[r][1]);
496 *((u32*)ctx->keyschdec[r][2]) = *((u32*)ctx->keyschenc[r][2]);
497 *((u32*)ctx->keyschdec[r][3]) = *((u32*)ctx->keyschenc[r][3]);
499 #define W (ctx->keyschdec)
810 [key] "r" (ctx->keyschdec),
1348 #define rk (ctx->keyschdec)
131 #define keyschdec macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c132 #define keyschdec u2.keyschedule
466 m128i_t *dkey = (m128i_t*)ctx->keyschdec;
494 *((u32*)ctx->keyschdec[r][0]) = *((u32*)ctx->keyschenc[r][0]);
495 *((u32*)ctx->keyschdec[r][1]) = *((u32*)ctx->keyschenc[r][1]);
496 *((u32*)ctx->keyschdec[r][2]) = *((u32*)ctx->keyschenc[r][2]);
497 *((u32*)ctx->keyschdec[r][3]) = *((u32*)ctx->keyschenc[r][3]);
499 #define W (ctx->keyschdec)
810 [key] "r" (ctx->keyschdec),
1348 #define rk (ctx->keyschdec)
131 #define keyschdec macro

Completed in 76 milliseconds