Home
last modified time | relevance | path

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

/arch/sparc/crypto/
Ddes_glue.c77 const u64 *K = ctx->encrypt_expkey; in sparc_des_encrypt() local
85 const u64 *K = ctx->decrypt_expkey; in sparc_des_decrypt() local
226 const u64 *K = ctx->encrypt_expkey; in sparc_des3_ede_encrypt() local
234 const u64 *K = ctx->decrypt_expkey; in sparc_des3_ede_decrypt() local
249 const u64 *K; in __ecb3_crypt() local
295 const u64 *K; in __cbc3_crypt() local
/arch/powerpc/net/
Dbpf_jit_comp.c106 #define CHOOSE_LOAD_FUNC(K, func) \ argument
124 unsigned int K = filter[i].k; in bpf_jit_build_body() local
/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
593 #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()
/arch/arm64/include/asm/
Datomic_ll_sc.h16 #define K macro
/arch/mips/crypto/
Dchacha-core.S186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S42 #define K(x0, x1, x2, x3, x4, i) \ macro
/arch/mips/net/
Dbpf_jit.c661 #define CHOOSE_LOAD_FUNC(K, func) \ argument