| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | key.c | 39 void __key_check(const struct key *key) in __key_check() argument 42 key, key->magic, KEY_DEBUG_MAGIC); in __key_check() 134 static inline void key_alloc_serial(struct key *key) in key_alloc_serial() argument 137 struct key *xkey; in key_alloc_serial() 142 get_random_bytes(&key->serial, sizeof(key->serial)); in key_alloc_serial() 144 key->serial >>= 1; /* negative numbers are not permitted */ in key_alloc_serial() 145 } while (key->serial < 3); in key_alloc_serial() 155 xkey = rb_entry(parent, struct key, serial_node); in key_alloc_serial() 157 if (key->serial < xkey->serial) in key_alloc_serial() 159 else if (key->serial > xkey->serial) in key_alloc_serial() [all …]
|
| H A D | request_key.c | 22 static struct key *check_cached_key(struct keyring_search_context *ctx) in check_cached_key() 25 struct key *key = current->cached_requested_key; in check_cached_key() local 27 if (key && in check_cached_key() 28 ctx->match_data.cmp(key, &ctx->match_data) && in check_cached_key() 29 !(key->flags & ((1 << KEY_FLAG_INVALIDATED) | in check_cached_key() 31 return key_get(key); in check_cached_key() 36 static void cache_requested_key(struct key *key) in cache_requested_key() argument 42 t->cached_requested_key = key_get(key); in cache_requested_key() 56 void complete_request_key(struct key *authkey, int error) in complete_request_key() 59 struct key *key = rka->target_key; in complete_request_key() local [all …]
|
| H A D | gc.c | 125 struct key *key = in key_gc_unused_keys() local 126 list_entry(keys->next, struct key, graveyard_link); in key_gc_unused_keys() 127 short state = key->state; in key_gc_unused_keys() 129 list_del(&key->graveyard_link); in key_gc_unused_keys() 131 kdebug("- %u", key->serial); in key_gc_unused_keys() 132 key_check(key); in key_gc_unused_keys() 135 remove_watch_list(key->watchers, key->serial); in key_gc_unused_keys() 136 key->watchers = NULL; in key_gc_unused_keys() 140 if (state == KEY_IS_POSITIVE && key->type->destroy) in key_gc_unused_keys() 141 key->type->destroy(key); in key_gc_unused_keys() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tunnel_kern.c | 49 struct bpf_tunnel_key key; in _gre_set_tunnel() local 51 __builtin_memset(&key, 0x0, sizeof(key)); in _gre_set_tunnel() 52 key.remote_ipv4 = 0xac100164; /* 172.16.1.100 */ in _gre_set_tunnel() 53 key.tunnel_id = 2; in _gre_set_tunnel() 54 key.tunnel_tos = 0; in _gre_set_tunnel() 55 key.tunnel_ttl = 64; in _gre_set_tunnel() 57 ret = bpf_skb_set_tunnel_key(skb, &key, sizeof(key), in _gre_set_tunnel() 71 struct bpf_tunnel_key key; in _gre_get_tunnel() local 74 ret = bpf_skb_get_tunnel_key(skb, &key, sizeof(key), 0); in _gre_get_tunnel() 80 bpf_trace_printk(fmt, sizeof(fmt), key.tunnel_id, key.remote_ipv4); in _gre_get_tunnel() [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | testmgr.h | 38 const char *key; member 65 const char *key; member 106 const char *key; member 123 const char *key; member 150 const unsigned char *key; member 185 .key = 215 .key = 259 .key = 324 .key = 368 .key = [all …]
|
| H A D | rsa_helper.c | 19 struct rsa_key *key = context; in rsa_get_n() local 40 key->n = value; in rsa_get_n() 41 key->n_sz = vlen; in rsa_get_n() 49 struct rsa_key *key = context; in rsa_get_e() local 52 if (!value || !key->n_sz || !vlen || vlen > key->n_sz) in rsa_get_e() 55 key->e = value; in rsa_get_e() 56 key->e_sz = vlen; in rsa_get_e() 64 struct rsa_key *key = context; in rsa_get_d() local 67 if (!value || !key->n_sz || !vlen || vlen > key->n_sz) in rsa_get_d() 70 key->d = value; in rsa_get_d() [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | key.c | 125 static int ieee80211_key_enable_hw_accel(struct ieee80211_key *key) in ieee80211_key_enable_hw_accel() argument 127 struct ieee80211_sub_if_data *sdata = key->sdata; in ieee80211_key_enable_hw_accel() 133 if (key->flags & KEY_FLAG_TAINTED) { in ieee80211_key_enable_hw_accel() 141 if (key->flags & KEY_FLAG_UPLOADED_TO_HARDWARE && in ieee80211_key_enable_hw_accel() 142 !(key->conf.flags & (IEEE80211_KEY_FLAG_GENERATE_MMIC | in ieee80211_key_enable_hw_accel() 147 key->flags &= ~KEY_FLAG_UPLOADED_TO_HARDWARE; in ieee80211_key_enable_hw_accel() 151 if (!key->local->ops->set_key) in ieee80211_key_enable_hw_accel() 154 assert_key_lock(key->local); in ieee80211_key_enable_hw_accel() 156 sta = key->sta; in ieee80211_key_enable_hw_accel() 162 if (sta && !(key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE) && in ieee80211_key_enable_hw_accel() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lru_map.c | 42 static int bpf_map_lookup_elem_with_ref_bit(int fd, unsigned long long key, in bpf_map_lookup_elem_with_ref_bit() argument 50 BPF_LD_IMM64(BPF_REG_3, key), in bpf_map_lookup_elem_with_ref_bit() 161 unsigned long long key, value[nr_cpus]; in test_lru_sanity0() local 183 key = 1; in test_lru_sanity0() 184 assert(!bpf_map_update_elem(lru_map_fd, &key, value, BPF_NOEXIST)); in test_lru_sanity0() 185 assert(!bpf_map_update_elem(expected_map_fd, &key, value, in test_lru_sanity0() 189 assert(bpf_map_update_elem(lru_map_fd, &key, value, BPF_NOEXIST) == -1 in test_lru_sanity0() 193 assert(bpf_map_update_elem(lru_map_fd, &key, value, -1) == -1 && in test_lru_sanity0() 199 key = 2; in test_lru_sanity0() 200 assert(bpf_map_lookup_elem(lru_map_fd, &key, value) == -1 && in test_lru_sanity0() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | jump_label.c | 72 jea->key = jeb->key - delta; in jump_label_swap() 76 jeb->key = tmp.key + delta; in jump_label_swap() 93 static void jump_label_update(struct static_key *key); 104 int static_key_count(struct static_key *key) in static_key_count() argument 110 int n = atomic_read(&key->enabled); in static_key_count() 116 void static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked() argument 120 STATIC_KEY_CHECK_USE(key); in static_key_slow_inc_cpuslocked() 135 for (v = atomic_read(&key->enabled); v > 0; v = v1) { in static_key_slow_inc_cpuslocked() 136 v1 = atomic_cmpxchg(&key->enabled, v, v + 1); in static_key_slow_inc_cpuslocked() 142 if (atomic_read(&key->enabled) == 0) { in static_key_slow_inc_cpuslocked() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | key.c | 34 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_wep_pair() argument 36 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_pair() 37 msg->key_length = key->keylen; in fill_wep_pair() 38 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_pair() 44 struct ieee80211_key_conf *key) in fill_wep_group() argument 46 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_group() 47 msg->key_id = key->keyidx; in fill_wep_group() 48 msg->key_length = key->keylen; in fill_wep_group() 49 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_group() 54 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_tkip_pair() argument [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jump_label.h | 81 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized, \ argument 83 __func__, (key)) 125 long key; // key may be far away from the core kernel under KASLR member 140 long offset = entry->key & ~3L; in jump_entry_key() 142 return (struct static_key *)((unsigned long)&entry->key + offset); in jump_entry_key() 159 return (struct static_key *)((unsigned long)entry->key & ~3UL); in jump_entry_key() 166 return (unsigned long)entry->key & 1UL; in jump_entry_is_branch() 171 return (unsigned long)entry->key & 2UL; in jump_entry_is_init() 176 entry->key |= 2; in jump_entry_set_init() 195 static inline int static_key_count(struct static_key *key) in static_key_count() argument [all …]
|
| H A D | key.h | 33 struct key; 149 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref() argument 152 return (key_ref_t) ((unsigned long) key | possession); in make_key_ref() 155 static inline struct key *key_ref_to_ptr(const key_ref_t key_ref) in key_ref_to_ptr() 157 return (struct key *) ((unsigned long) key_ref & ~1UL); in key_ref_to_ptr() 165 typedef int (*key_restrict_link_func_t)(struct key *dest_keyring, 168 struct key *restriction_key); 172 struct key *key; member 189 struct key { struct 277 extern struct key *key_alloc(struct key_type *type, [all …]
|
| H A D | key-type.h | 41 typedef int (*request_key_actor_t)(struct key *auth_key, void *aux); 51 bool (*cmp)(const struct key *key, 94 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); 101 int (*update)(struct key *key, struct key_preparsed_payload *prep); 116 void (*revoke)(struct key *key); 119 void (*destroy)(struct key *key); 122 void (*describe)(const struct key *key, struct seq_file *p); 131 long (*read)(const struct key *key, char *buffer, size_t buflen); 172 extern int key_payload_reserve(struct key *key, size_t datalen); 173 extern int key_instantiate_and_link(struct key *key, [all …]
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow.c | 242 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr() argument 257 key->ip.proto = NEXTHDR_NONE; in parse_ipv6hdr() 258 key->ip.tos = ipv6_get_dsfield(nh); in parse_ipv6hdr() 259 key->ip.ttl = nh->hop_limit; in parse_ipv6hdr() 260 key->ipv6.label = *(__be32 *)nh & htonl(IPV6_FLOWINFO_FLOWLABEL); in parse_ipv6hdr() 261 key->ipv6.addr.src = nh->saddr; in parse_ipv6hdr() 262 key->ipv6.addr.dst = nh->daddr; in parse_ipv6hdr() 267 key->ip.frag = OVS_FRAG_TYPE_LATER; in parse_ipv6hdr() 268 key->ip.proto = NEXTHDR_FRAGMENT; in parse_ipv6hdr() 271 key->ip.frag = OVS_FRAG_TYPE_FIRST; in parse_ipv6hdr() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/ |
| H A D | Info.plist.cpp | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleExecutable</key> 9 <key>CFBundleGetInfoString</key> 11 <key>CFBundleIconFile</key> 13 <key>CFBundleIdentifier</key> 15 <key>CFBundleInfoDictionaryVersion</key> 17 <key>CFBundleName</key> 19 <key>CFBundlePackageType</key> 21 <key>CFBundleShortVersionString</key> 23 <key>CFBundleVersion</key> [all …]
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 37 static void subtract_modulus(const struct rsa_public_key *key, uint32_t num[]) in subtract_modulus() argument 42 for (i = 0; i < key->len; i++) { in subtract_modulus() 43 acc += (uint64_t)num[i] - key->modulus[i]; in subtract_modulus() 56 static int greater_equal_modulus(const struct rsa_public_key *key, in greater_equal_modulus() argument 61 for (i = (int)key->len - 1; i >= 0; i--) { in greater_equal_modulus() 62 if (num[i] < key->modulus[i]) in greater_equal_modulus() 64 if (num[i] > key->modulus[i]) in greater_equal_modulus() 81 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step() argument 89 d0 = (uint32_t)acc_a * key->n0inv; in montgomery_mul_add_step() 90 acc_b = (uint64_t)d0 * key->modulus[0] + (uint32_t)acc_a; in montgomery_mul_add_step() [all …]
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | avtab.c | 71 struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_node() argument 78 newnode->key = *key; in avtab_insert_node() 80 if (key->specified & AVTAB_XPERMS) { in avtab_insert_node() 106 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert() argument 110 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert() 115 hvalue = avtab_hash(key, h->mask); in avtab_insert() 119 if (key->source_type == cur->key.source_type && in avtab_insert() 120 key->target_type == cur->key.target_type && in avtab_insert() 121 key->target_class == cur->key.target_class && in avtab_insert() 122 (specified & cur->key.specified)) { in avtab_insert() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | rsa_key_data.c | 376 pub->key.n = rsa_1024_n; in test_init_pubkey() 377 pub->key.n_len = sizeof(rsa_1024_n); in test_init_pubkey() 378 pub->key.e = rsa_1024_e; in test_init_pubkey() 379 pub->key.e_len = sizeof(rsa_1024_e); in test_init_pubkey() 382 pub->key.n = rsa_2048_n; in test_init_pubkey() 383 pub->key.n_len = sizeof(rsa_2048_n); in test_init_pubkey() 384 pub->key.e = rsa_2048_e; in test_init_pubkey() 385 pub->key.e_len = sizeof(rsa_2048_e); in test_init_pubkey() 387 pub->key.n = rsa_3072_n; in test_init_pubkey() 388 pub->key.n_len = sizeof(rsa_3072_n); in test_init_pubkey() [all …]
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | crypto.c | 23 static int set_secret(struct ceph_crypto_key *key, void *buf) in set_secret() argument 28 key->key = NULL; in set_secret() 29 key->tfm = NULL; in set_secret() 31 switch (key->type) { in set_secret() 40 if (!key->len) in set_secret() 43 key->key = kmemdup(buf, key->len, GFP_NOIO); in set_secret() 44 if (!key->key) { in set_secret() 51 key->tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0); in set_secret() 53 if (IS_ERR(key->tfm)) { in set_secret() 54 ret = PTR_ERR(key->tfm); in set_secret() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_cca_key.h | 115 } __packed *key = p; in zcrypt_type6_mex_key_en() local 128 memset(key, 0, sizeof(*key)); in zcrypt_type6_mex_key_en() 130 key->pubHdr = static_pub_hdr; in zcrypt_type6_mex_key_en() 131 key->pubSec = static_pub_sec; in zcrypt_type6_mex_key_en() 134 temp = key->exponent; in zcrypt_type6_mex_key_en() 149 key->pubSec.modulus_bit_len = 8 * mex->inputdatalength; in zcrypt_type6_mex_key_en() 150 key->pubSec.modulus_byte_len = mex->inputdatalength; in zcrypt_type6_mex_key_en() 151 key->pubSec.exponent_len = mex->inputdatalength - i; in zcrypt_type6_mex_key_en() 152 key->pubSec.section_length = sizeof(key->pubSec) + in zcrypt_type6_mex_key_en() 154 key->pubHdr.token_length = in zcrypt_type6_mex_key_en() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | key.h | 86 union ubifs_key *key, ino_t inum) in ino_key_init() argument 88 key->u32[0] = inum; in ino_key_init() 89 key->u32[1] = UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS; in ino_key_init() 101 union ubifs_key *key = k; in ino_key_init_flash() local 103 key->j32[0] = cpu_to_le32(inum); in ino_key_init_flash() 104 key->j32[1] = cpu_to_le32(UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS); in ino_key_init_flash() 115 union ubifs_key *key, ino_t inum) in lowest_ino_key() argument 117 key->u32[0] = inum; in lowest_ino_key() 118 key->u32[1] = 0; in lowest_ino_key() 128 union ubifs_key *key, ino_t inum) in highest_ino_key() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | key.h | 91 union ubifs_key *key, ino_t inum) in ino_key_init() argument 93 key->u32[0] = inum; in ino_key_init() 94 key->u32[1] = UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS; in ino_key_init() 106 union ubifs_key *key = k; in ino_key_init_flash() local 108 key->j32[0] = cpu_to_le32(inum); in ino_key_init_flash() 109 key->j32[1] = cpu_to_le32(UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS); in ino_key_init_flash() 120 union ubifs_key *key, ino_t inum) in lowest_ino_key() argument 122 key->u32[0] = inum; in lowest_ino_key() 123 key->u32[1] = 0; in lowest_ino_key() 133 union ubifs_key *key, ino_t inum) in highest_ino_key() argument [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_static_keys.c | 37 struct static_key *key; member 41 #define test_key_func(key, branch) \ argument 42 static bool key ## _ ## branch(void) \ 44 return branch(&key); \ 47 static void invert_key(struct static_key *key) in invert_key() argument 49 if (static_key_enabled(key)) in invert_key() 50 static_key_disable(key); in invert_key() 52 static_key_enable(key); in invert_key() 61 if (previous != keys[i].key) { in invert_keys() 62 invert_key(keys[i].key); in invert_keys() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_rsa.c | 49 IAvbKey* key = NULL; in iavb_parse_key_data() local 79 key = (IAvbKey*)(avb_malloc(sizeof(IAvbKey) + 2 * h.key_num_bits / 8)); in iavb_parse_key_data() 80 if (key == NULL) { in iavb_parse_key_data() 84 key->len = h.key_num_bits / 32; in iavb_parse_key_data() 85 key->n0inv = h.n0inv; in iavb_parse_key_data() 86 key->n = (uint32_t*)(key + 1); /* Skip ahead sizeof(IAvbKey) bytes. */ in iavb_parse_key_data() 87 key->rr = key->n + key->len; in iavb_parse_key_data() 93 for (i = 0; i < key->len; i++) { in iavb_parse_key_data() 94 key->n[i] = avb_be32toh(((uint32_t*)n)[key->len - i - 1]); in iavb_parse_key_data() 95 key->rr[i] = avb_be32toh(((uint32_t*)rr)[key->len - i - 1]); in iavb_parse_key_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | security.c | 27 static void *key_data(struct key *key) in key_data() argument 29 struct encrypted_key_payload *epayload = dereference_key_locked(key); in key_data() 31 lockdep_assert_held_read(&key->sem); in key_data() 36 static void nvdimm_put_key(struct key *key) in nvdimm_put_key() argument 38 if (!key) in nvdimm_put_key() 41 up_read(&key->sem); in nvdimm_put_key() 42 key_put(key); in nvdimm_put_key() 50 static struct key *nvdimm_request_key(struct nvdimm *nvdimm) in nvdimm_request_key() 52 struct key *key = NULL; in nvdimm_request_key() local 58 key = request_key(&key_type_encrypted, desc, ""); in nvdimm_request_key() [all …]
|