Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 8 of 8) sorted by relevance

/linux/lib/crypto/
H A Dpoly1305-donna64.c116 u64 g0, g1, g2; in poly1305_core_emit() local
H A Dpoly1305-donna32.c125 u32 g0, g1, g2, g3, g4; in poly1305_core_emit() local
/linux/include/uapi/linux/
H A Dmap_to_14segment.h107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
/linux/drivers/media/dvb-frontends/
H A Dcx24110.c172 static const int g2[FEC_AUTO] = {-1, 0x01, 0x03, 0x06, 0x1a, 0x7a, -1}; in cx24110_set_fec() local
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c111 bool g2; member
201 static unsigned long qat_dh_fn_id(unsigned int len, bool g2) in qat_dh_fn_id()
/linux/drivers/usb/serial/
H A Diuu_phoenix.c334 static void iuu_rgbf_fill_buffer(u8 *buf, u8 r1, u8 r2, u8 g1, u8 g2, u8 b1, in iuu_rgbf_fill_buffer()
/linux/drivers/clk/renesas/
H A Dr9a06g032-clocks.c147 struct regbit sel, g1, r1, g2, r2; member
/linux/fs/nfsd/
H A Dnfs4state.c2530 static bool groups_equal(struct group_info *g1, struct group_info *g2) in groups_equal()