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

/linux-master/crypto/
H A Dfcrypt.c221 * This is a 16 round Feistel network with permutation F_ENCRYPT
223 #define F_ENCRYPT(R, L, sched) \ macro
242 F_ENCRYPT(X.r, X.l, ctx->sched[0x0]);
243 F_ENCRYPT(X.l, X.r, ctx->sched[0x1]);
244 F_ENCRYPT(X.r, X.l, ctx->sched[0x2]);
245 F_ENCRYPT(X.l, X.r, ctx->sched[0x3]);
246 F_ENCRYPT(X.r, X.l, ctx->sched[0x4]);
247 F_ENCRYPT(X.l, X.r, ctx->sched[0x5]);
248 F_ENCRYPT(X.r, X.l, ctx->sched[0x6]);
249 F_ENCRYPT(
[all...]

Completed in 202 milliseconds