Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/sparc/crypto/
H A 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
/openbmc/linux/lib/crypto/
H A Ddes.c582 #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
/openbmc/u-boot/lib/
H A Dsha1.c108 #define K 0x5A827999 in sha1_process() macro
135 #define K 0x6ED9EBA1 in sha1_process() macro
162 #define K 0x8F1BBCDC in sha1_process() macro
189 #define K 0xCA62C1D6 in sha1_process() macro
H A Dsha256.c99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() argument
/openbmc/linux/arch/sparc/net/
H A 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
H A 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()
/openbmc/linux/rust/alloc/
H A Dslice.rs307 pub fn sort_by_key<K, F>(&mut self, mut f: F) in sort_by_key()
309 F: FnMut(&T) -> K, in sort_by_key()
354 pub fn sort_by_cached_key<K, F>(&mut self, f: F) in sort_by_cached_key()
356 F: FnMut(&T) -> K, in sort_by_cached_key()
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h34 # define aes_accel_aesd_imc(S, K) vaesimcq_u8(vaesdq_u8(S, K)) argument
35 # define aes_accel_aese_mc(S, K) vaesmcq_u8(vaeseq_u8(S, K)) argument
/openbmc/linux/scripts/
H A Dparse-maintainers.pl51 K: Keyword - patch content regex label
/openbmc/openbmc-tools/altitude/
H A Daltitude37 def K(c): function
/openbmc/linux/include/crypto/internal/
H A Ddes.h59 u32 K[6]; in des3_ede_verify_key() local
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun4i.c81 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
/openbmc/linux/crypto/
H A Dwp512.c784 u64 K[8]; /* the round key */ in wp512_process_buffer() local
H A Dsm3.c15 static const u32 ____cacheline_aligned K[64] = { variable
/openbmc/linux/arch/arm64/include/asm/
H A Datomic_ll_sc.h16 #define K macro
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dmc5.c403 #define K * 1024 in t3_mc5_prep() macro
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c52 static const uint64_t K[80] = { variable
/openbmc/linux/sound/soc/codecs/
H A Dwm8510.c280 unsigned int K, Ndiv, Nmod; in pll_factors() local
H A Dwm8991.c881 unsigned int K, Ndiv, Nmod; in pll_factors() local
H A Dwm8940.c536 unsigned int K, Ndiv, Nmod; in pll_factors() local
H A Dwm8974.c276 unsigned int K, Ndiv, Nmod; in pll_factors() local
H A Dwm8990.c810 unsigned int K, Ndiv, Nmod; in pll_factors() local
/openbmc/linux/tools/perf/bench/
H A Dmem-functions.c29 #define K 1024 macro
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
/openbmc/linux/net/netfilter/
H A Dx_tables.c307 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ argument
326 #define XT_DATA_TO_USER(U, K, TYPE) \ argument
778 #define COMPAT_XT_DATA_TO_USER(U, K, TYPE, C_SIZE) \ argument

123