| /linux-6.15/rust/kernel/ |
| H A D | rbtree.rs | 195 pub fn iter(&self) -> Iter<'_, K, V> { in iter() argument 282 key: K, in try_create_and_insert() 285 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() 295 pub fn insert(&mut self, node: RBTreeNode<K, V>) -> Option<RBTreeNode<K, V>> { in insert() argument 739 pub fn current(&self) -> (&K, &V) { in current() 837 pub fn peek_prev(&self) -> Option<(&K, &V)> { in peek_prev() 842 pub fn peek_next(&self) -> Option<(&K, &V)> { in peek_next() 1064 pub fn into_node(self, key: K, value: V) -> RBTreeNode<K, V> { in into_node() 1088 pub fn new(key: K, value: V, flags: Flags) -> Result<RBTreeNode<K, V>> { in new() 1093 pub fn to_key_value(self) -> (K, V) { in to_key_value() [all …]
|
| /linux-6.15/arch/sparc/crypto/ |
| H A D | des_glue.c | 77 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
|
| /linux-6.15/lib/crypto/ |
| H A 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-6.15/arch/sparc/net/ |
| H A 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
|
| H A 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-6.15/arch/riscv/crypto/ |
| H A D | sha512-riscv64-zvknhb-zvkb.S | 56 #define K a4 macro
|
| /linux-6.15/include/crypto/internal/ |
| H A D | des.h | 59 u32 K[6]; in des3_ede_verify_key() local
|
| /linux-6.15/crypto/krb5/ |
| H A D | rfc6803_camellia.c | 31 struct krb5_buffer K, data; in rfc6803_calc_KDF_FEEDBACK_CMAC() local
|
| H A D | krb5_kdf.c | 33 const struct krb5_buffer *K, in crypto_krb5_calc_PRFplus()
|
| /linux-6.15/tools/writeback/ |
| H A D | wb_monitor.py | 54 def K(x): function
|
| /linux-6.15/crypto/ |
| H A D | wp512.c | 784 u64 K[8]; /* the round key */ in wp512_process_buffer() local
|
| H A D | sm3.c | 15 static const u32 ____cacheline_aligned K[64] = { variable
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | atomic_ll_sc.h | 16 #define K macro
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | mc5.c | 403 #define K * 1024 in t3_mc5_prep() macro
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | wm8510.c | 280 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
| H A D | wm8991.c | 881 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
| H A D | wm8940.c | 536 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
| H A D | wm8974.c | 276 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
| H A D | wm8990.c | 810 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
| H A D | wm8804.c | 347 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
|
| H A D | wm8983.c | 754 unsigned long int K, Ndiv, Nmod; in pll_factors() local
|
| /linux-6.15/net/mac80211/ |
| H A D | parse.c | 265 int K = u8_get_bits(env->variable[N], in ieee80211_parse_tpe() local
|
| /linux-6.15/net/netfilter/ |
| H A D | x_tables.c | 307 #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
|
| /linux-6.15/arch/mips/crypto/ |
| H A D | chacha-core.S | 186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|
| /linux-6.15/tools/perf/bench/ |
| H A D | mem-functions.c | 29 #define K 1024 macro
|