Home
last modified time | relevance | path

Searched defs:K (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v4.19/arch/sparc/crypto/
Ddes_glue.c73 const u64 *K = ctx->encrypt_expkey; in des_encrypt() local
81 const u64 *K = ctx->decrypt_expkey; in des_decrypt() local
204 const u32 *K = (const u32 *)key; in des3_ede_set_key() local
243 const u64 *K = ctx->encrypt_expkey; in des3_ede_encrypt() local
251 const u64 *K = ctx->decrypt_expkey; in des3_ede_decrypt() local
267 const u64 *K; in __ecb3_crypt() local
319 const u64 *K; in cbc3_encrypt() local
355 const u64 *K; in cbc3_decrypt() local
/Linux-v4.19/crypto/
Ddes_generic.c590 #define ROUND(L, R, A, B, K, d) \ argument
806 const u32 *K = ctx->expkey; in des_encrypt() local
829 const u32 *K = ctx->expkey + DES_EXPKEY_WORDS - 2; in des_decrypt() local
865 const u32 *K = (const u32 *)key; in __des3_ede_setkey() local
895 const u32 *K = dctx->expkey; in des3_ede_encrypt() local
926 const u32 *K = dctx->expkey + DES3_EDE_EXPKEY_WORDS - 2; in des3_ede_decrypt() local
Dwp512.c784 u64 K[8]; /* the round key */ in wp512_process_buffer() local
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_32.c68 #define SETHI(K, REG) \ argument
70 #define OR_LO(K, REG) \ argument
126 #define emit_set_const(K, REG) \ argument
157 #define emit_alu_K(OPCODE, K) \ argument
171 #define emit_loadimm(K, DEST) \ argument
391 unsigned int K = filter[i].k; in bpf_jit_compile() local
594 #define CHOOSE_LOAD_FUNC(K, func) \ in bpf_jit_compile() argument
Dbpf_jit_comp_64.c136 #define SETHI(K, REG) \ argument
138 #define OR_LO(K, REG) \ argument
267 static void emit_set_const(s32 K, u32 reg, struct jit_ctx *ctx) in emit_set_const()
274 static void emit_set_const_sext(s32 K, u32 reg, struct jit_ctx *ctx) in emit_set_const_sext()
336 static void emit_loadimm32(s32 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm32()
346 static void emit_loadimm(s32 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm()
356 static void emit_loadimm_sext(s32 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm_sext()
465 static void emit_loadimm64(u64 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm64()
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c110 #define CHOOSE_LOAD_FUNC(K, func) \ argument
128 unsigned int K = filter[i].k; in bpf_jit_build_body() local
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-des3.c56 const u32 *K = (const u32 *)key; in ccp_des3_setkey() local
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_x8_avx2.S267 K = %ymm12 define
/Linux-v4.19/tools/perf/util/
Dstring.c9 #define K 1024LL macro
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dmc5.c403 #define K * 1024 in t3_mc5_prep() macro
/Linux-v4.19/mm/
Dbacking-dev.c70 #define K(x) ((x) << (PAGE_SHIFT - 10)) in bdi_debug_stats_show() macro
161 #define K(pages) ((pages) << (PAGE_SHIFT - 10)) macro
Doom_kill.c461 #define K(x) ((x) << (PAGE_SHIFT-10)) macro
/Linux-v4.19/sound/soc/codecs/
Dwm8510.c283 unsigned int K, Ndiv, Nmod; in pll_factors() local
Dwm8940.c530 unsigned int K, Ndiv, Nmod; in pll_factors() local
Dwm8991.c893 unsigned int K, Ndiv, Nmod; in pll_factors() local
Dwm8974.c288 unsigned int K, Ndiv, Nmod; in pll_factors() local
Dwm8990.c901 unsigned int K, Ndiv, Nmod; in pll_factors() local
Dwm8983.c757 unsigned long int K, Ndiv, Nmod; in pll_factors() local
Dwm8955.c150 unsigned int K, Ndiv, Nmod, target; in wm8995_pll_factors() local
Dwm8804.c351 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
Dwm8400.c873 unsigned int K, Nmod, target; in fll_factors() local
Dwm8985.c854 unsigned long int K, Ndiv, Nmod; in pll_factors() local
/Linux-v4.19/tools/perf/bench/
Dmem-functions.c28 #define K 1024 macro
/Linux-v4.19/net/netfilter/
Dx_tables.c292 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ argument
311 #define XT_DATA_TO_USER(U, K, TYPE) \ argument
764 #define COMPAT_XT_DATA_TO_USER(U, K, TYPE, C_SIZE) \ argument
/Linux-v4.19/drivers/base/
Dnode.c62 #define K(x) ((x) << (PAGE_SHIFT - 10)) macro

123