| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cpumap.c | 533 static int cpu_map_delete_elem(struct bpf_map *map, void *key) in cpu_map_delete_elem() 546 static int cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem() 619 struct bpf_cpu_map_entry *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem() 631 static void *cpu_map_lookup_elem(struct bpf_map *map, void *key) in cpu_map_lookup_elem() 639 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | sockex3_user.c | 28 int i, sock, key, fd, main_prog_fd, jmp_table_fd, hash_map_fd; in main() local 86 struct flow_key_record key = {}, next_key; in main() local
|
| H A D | xdp_adjust_tail_user.c | 57 int key = 0; in poll_stats() local 97 __u32 key = 0; in main() local
|
| H A D | tracex3_user.c | 22 __u32 key; in clear_stats() local 83 __u32 key; in print_hist() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | cipher.c | 20 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, in setkey_unaligned() 44 const u8 *key, unsigned int keylen) in crypto_cipher_setkey()
|
| H A D | tcrypt.h | 16 const char *key; member 21 const char *key; member
|
| H A D | des_generic.c | 19 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() 51 static int des3_ede_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_ede_setkey()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tcpbpf_user.c | 62 __u32 key = 0; in verify_sockopt_result() local 102 __u32 key = 0; in main() local
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | auth.h | 50 struct sctp_auth_bytes *key; member 62 static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key) in sctp_auth_key_hold()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | agpgart.h | 92 int key; /* tag of allocation */ member 102 int key; /* tag of allocation */ member 107 int key; /* tag of allocation */ member
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | orb.h | 20 u32 key:4; /* flags, like key, suspend control, etc. */ member 45 u32 key:4; member 68 u32 key:4; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | agpgart.h | 93 int key; /* tag of allocation */ member 103 int key; /* tag of allocation */ member 108 int key; /* tag of allocation */ member
|
| H A D | tls.h | 91 unsigned char key[TLS_CIPHER_AES_GCM_128_KEY_SIZE]; member 99 unsigned char key[TLS_CIPHER_AES_GCM_256_KEY_SIZE]; member 107 unsigned char key[TLS_CIPHER_AES_CCM_128_KEY_SIZE]; member
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-crypto.c | 81 void bio_crypt_set_ctx(struct bio *bio, const struct blk_crypto_key *key, in bio_crypt_set_ctx() 398 int blk_crypto_start_using_key(const struct blk_crypto_key *key, in blk_crypto_start_using_key() 425 const struct blk_crypto_key *key) in blk_crypto_evict_key()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | agpgart.h | 92 int key; /* tag of allocation */ member 102 int key; /* tag of allocation */ member 107 int key; /* tag of allocation */ member
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_sysfs.c | 25 const char *key; member 282 static struct hda_hint *get_hint(struct hda_codec *codec, const char *key) in get_hint() 311 char *key, *val; in parse_hints() local 421 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint() 437 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint() 473 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_spnego.c | 37 cifs_spnego_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_spnego_key_instantiate() 56 cifs_spnego_key_destroy(struct key *key) in cifs_spnego_key_destroy()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00crypto.c | 19 enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key) in rt2x00crypto_key_to_cipher() 67 struct ieee80211_key_conf *key = tx_info->control.hw_key; in rt2x00crypto_tx_overhead() local
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | gc.c | 125 struct key *key = in key_gc_unused_keys() local 186 struct key *key; in key_garbage_collector() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | sa2ul.c | 364 static void prepare_kiopad(u8 *k_ipad, u8 *k_opad, const u8 *key, u16 key_sz) in prepare_kiopad() 413 static void sa_prepare_iopads(struct algo_data *data, const u8 *key, in sa_prepare_iopads() 440 static inline int sa_aes_inv_key(u8 *inv_key, const u8 *key, u16 key_sz) in sa_aes_inv_key() 477 static int sa_set_sc_enc(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_enc() 506 static void sa_set_sc_auth(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_auth() 858 static int sa_cipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_cipher_setkey() 921 static int sa_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_aes_cbc_setkey() 941 static int sa_aes_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_aes_ecb_setkey() 959 static int sa_3des_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_3des_cbc_setkey() 973 static int sa_3des_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_3des_ecb_setkey() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | offload.c | 286 void *key, void *value) in nfp_bpf_map_lookup_entry() 300 void *key, void *value, u64 flags) in nfp_bpf_map_update_entry() 309 void *key, void *next_key) in nfp_bpf_map_get_next_key() 317 nfp_bpf_map_delete_elem(struct bpf_offloaded_map *offmap, void *key) in nfp_bpf_map_delete_elem()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | rsa.c | 431 int rk_rsa_private(rsa_key_t *key, const unsigned char *input, unsigned char *output) in rk_rsa_private() 461 int rk_rsa_public(rsa_key_t *key, const unsigned char *input, unsigned char *output) in rk_rsa_public() 484 int rk_rsa_public2(const mbed_rsa_key_t *key, const unsigned char *input, unsigned char *output) in rk_rsa_public2()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placemanagerengine_esri.cpp | 197 const QString key = jsonCategory.value(kNameKey).toString(); in parseCategories() local 300 const QString key = jsonCandidateField.value(kNameKey).toString(); in parseCandidateFields() local 316 const QString key = jsonCountry.value(kNameKey).toString(); in parseCountries() local
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | wait_bit.c | 23 struct wait_bit_key *key = arg; in wake_bit_function() local 123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local 163 struct wait_bit_key *key = arg; in var_wake_function() local
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | xattr.c | 31 static int is_reserved_key(const char *key, size_t size) in is_reserved_key() 54 static unsigned int xattr_key(const char *key) in xattr_key() 63 const char *key) in find_cached_xattr()
|