/Linux-v5.4/arch/sparc/crypto/ |
D | des_glue.c | 70 const u64 *K = ctx->encrypt_expkey; in sparc_des_encrypt() local 78 const u64 *K = ctx->decrypt_expkey; in sparc_des_decrypt() local 236 const u64 *K = ctx->encrypt_expkey; in sparc_des3_ede_encrypt() local 244 const u64 *K = ctx->decrypt_expkey; in sparc_des3_ede_decrypt() local 260 const u64 *K; in __ecb3_crypt() local 312 const u64 *K; in cbc3_encrypt() local 348 const u64 *K; in cbc3_decrypt() local
|
/Linux-v5.4/lib/crypto/ |
D | des.c | 582 #define ROUND(L, R, A, B, K, d) \ argument 783 const u32 *K = ctx->expkey; in des_encrypt() local 804 const u32 *K = ctx->expkey + DES_EXPKEY_WORDS - 2; in des_decrypt() local 846 const u32 *K = dctx->expkey; in des3_ede_encrypt() local 875 const u32 *K = dctx->expkey + DES3_EDE_EXPKEY_WORDS - 2; in des3_ede_decrypt() local
|
/Linux-v5.4/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 68 #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 593 #define CHOOSE_LOAD_FUNC(K, func) \ in bpf_jit_compile() argument
|
D | bpf_jit_comp_64.c | 136 #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-v5.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 106 #define CHOOSE_LOAD_FUNC(K, func) \ argument 124 unsigned int K = filter[i].k; in bpf_jit_build_body() local
|
/Linux-v5.4/include/crypto/internal/ |
D | des.h | 63 u32 K[6]; in des3_ede_verify_key() local
|
/Linux-v5.4/tools/perf/util/ |
D | string.c | 18 #define K 1024LL macro
|
/Linux-v5.4/crypto/ |
D | wp512.c | 784 u64 K[8]; /* the round key */ in wp512_process_buffer() local
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | atomic_ll_sc.h | 29 #define K macro
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | mc5.c | 403 #define K * 1024 in t3_mc5_prep() macro
|
/Linux-v5.4/mm/ |
D | backing-dev.c | 74 #define K(x) ((x) << (PAGE_SHIFT - 10)) in bdi_debug_stats_show() macro 151 #define K(pages) ((pages) << (PAGE_SHIFT - 10)) macro
|
D | oom_kill.c | 482 #define K(x) ((x) << (PAGE_SHIFT-10)) macro
|
/Linux-v5.4/sound/soc/codecs/ |
D | wm8510.c | 280 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
D | wm8940.c | 527 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
D | wm8991.c | 889 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
D | wm8974.c | 284 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
D | wm8990.c | 897 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
D | wm8804.c | 348 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
|
D | wm8955.c | 147 unsigned int K, Ndiv, Nmod, target; in wm8955_pll_factors() local
|
D | wm8983.c | 754 unsigned long int K, Ndiv, Nmod; in pll_factors() local
|
D | wm8400.c | 868 unsigned int K, Nmod, target; in fll_factors() local
|
D | wm8985.c | 851 unsigned long int K, Ndiv, Nmod; in pll_factors() local
|
/Linux-v5.4/tools/perf/bench/ |
D | mem-functions.c | 29 #define K 1024 macro
|
/Linux-v5.4/net/netfilter/ |
D | x_tables.c | 287 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ argument 306 #define XT_DATA_TO_USER(U, K, TYPE) \ argument 759 #define COMPAT_XT_DATA_TO_USER(U, K, TYPE, C_SIZE) \ argument
|
/Linux-v5.4/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 42 #define K(x0, x1, x2, x3, x4, i) \ macro
|