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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcbc.c233 static void xor_128(u8 *a, const u8 *b, unsigned int bs) function
254 ctx->xor = xor_128;
H A Dpcbc.c237 static void xor_128(u8 *a, const u8 *b, unsigned int bs) function
258 ctx->xor = xor_128;
H A Dxcbc.c61 static void xor_128(u8 *a, const u8 *b, unsigned int bs) function
271 ctx->xor = xor_128;

Completed in 39 milliseconds