| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | offwaketime_user.c | 48 static void print_stack(struct key_t *key, __u64 count) in print_stack() 80 struct key_t key = {}, next_key; in print_stacks() local
|
| H A D | xdp_redirect_map_user.c | 72 __u32 key = 0; in poll_stats() local 109 int ret, opt, key = 0; in main() local
|
| H A D | xdp_redirect_user.c | 72 __u32 key = 0; in poll_stats() local 112 int ret, key = 0; in main() local
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | matrix-keymap.c | 24 unsigned int row_shift, unsigned int key) in matrix_keypad_map_key() 183 unsigned int key = keymap_data->keymap[i]; in matrix_keypad_build_keymap() local
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | ghash-ce-core.S | 394 .macro enc_round, state, key 399 .macro enc_qround, s0, s1, s2, s3, key
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | chacha.h | 66 static inline void chacha_init_generic(u32 *state, const u32 *key, const u8 *iv) in chacha_init_generic() 83 static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv) in chacha_init()
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | blake2s.h | 82 u8 key[BLAKE2S_KEY_SIZE]; member 87 const u8 *key, unsigned int keylen) in crypto_blake2s_setkey()
|
| H A D | blake2b.h | 68 u8 key[BLAKE2B_KEY_SIZE]; member 73 const u8 *key, unsigned int keylen) in crypto_blake2b_setkey()
|
| /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 | sed-opal.h | 55 __u8 key[OPAL_KEY_MAX]; member 59 struct opal_key key; member 102 struct opal_key key; member
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | catalog.c | 44 hfsplus_btree_key *key, u32 parent, const struct qstr *str) in hfsplus_cat_build_key() 61 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid() 68 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
|
| /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 | sed-opal.h | 55 __u8 key[OPAL_KEY_MAX]; member 59 struct opal_key key; member 102 struct opal_key key; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ipsec.h | 35 u32 key[4]; member 52 u32 key[4]; member 81 u32 key[5]; member
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | keyring.c | 127 static int fscrypt_user_key_instantiate(struct key *key, in fscrypt_user_key_instantiate() 138 static void fscrypt_user_key_describe(const struct key *key, struct seq_file *m) in fscrypt_user_key_describe() 604 static void fscrypt_provisioning_key_describe(const struct key *key, in fscrypt_provisioning_key_describe() 616 static void fscrypt_provisioning_key_destroy(struct key *key) in fscrypt_provisioning_key_destroy() 649 struct key *key; in get_keyring_key() local
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | journal.c | 724 const union ubifs_key *key, const void *buf, int len) in ubifs_jnl_write_data() 879 union ubifs_key key; in ubifs_jnl_write_inode() local 949 union ubifs_key key; in ubifs_jnl_write_inode() local 1058 union ubifs_key key; in ubifs_jnl_xrename() local 1223 union ubifs_key key; in ubifs_jnl_rename() local 1512 union ubifs_key key, to_key; in ubifs_jnl_truncate() local 1798 union ubifs_key key; in ubifs_jnl_change_xattr() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_nve.c | 76 struct mlxsw_sp_nve_mc_list_key key; member 193 const struct mlxsw_sp_nve_mc_list_key *key) in mlxsw_sp_nve_mc_list_find() 203 const struct mlxsw_sp_nve_mc_list_key *key) in mlxsw_sp_nve_mc_list_create() 241 const struct mlxsw_sp_nve_mc_list_key *key) in mlxsw_sp_nve_mc_list_get() 628 struct mlxsw_sp_nve_mc_list_key key = { 0 }; in mlxsw_sp_nve_flood_ip_add() local 659 struct mlxsw_sp_nve_mc_list_key key = { 0 }; in mlxsw_sp_nve_flood_ip_del() local 696 struct mlxsw_sp_nve_mc_list_key key = { 0 }; in mlxsw_sp_nve_flood_ip_flush() local
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 184 static inline void write_key_reg(u32 chn, const u8 *key, u32 key_len) in write_key_reg() 642 int rk_hmac_init(void *hw_ctx, u32 algo, u8 *key, u32 key_len) in rk_hmac_init() 665 sha_context *ctx, u8 *key, u32 key_len) in rockchip_crypto_hmac_init() 860 static int hw_cipher_init(u32 chn, const u8 *key, const u8 *twk_key, in hw_cipher_init() 1115 static int hw_aes_init(u32 chn, const u8 *key, const u8 *twk_key, u32 key_len, in hw_aes_init() 1150 static int hw_sm4_init(u32 chn, const u8 *key, const u8 *twk_key, u32 key_len, in hw_sm4_init() 1177 int rk_crypto_des(struct udevice *dev, u32 mode, const u8 *key, u32 key_len, in rk_crypto_des() 1210 const u8 *key, const u8 *twk_key, u32 key_len, in rk_crypto_aes() 1231 const u8 *key, const u8 *twk_key, u32 key_len, in rk_crypto_sm4() 1273 const u8 *key, u32 key_len, in rk_crypto_mac() [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | crc32_generic.c | 46 u32 *key = crypto_tfm_ctx(tfm); in crc32_cra_init() local 58 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey()
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | poly1305-donna64.c | 15 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey() 35 const struct poly1305_core_key *key, const void *src, in poly1305_core_blocks()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | vl_probe.c | 145 struct key *key, in afs_do_probe_vlserver() 184 int afs_send_vl_probes(struct afs_net *net, struct key *key, in afs_send_vl_probes()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | ghash.c | 36 be128 key; member 54 static int p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, in p8_ghash_setkey()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 188 union futex_key key; member 218 union futex_key key; member 362 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex() 487 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key() 697 union futex_key *key) in futex_top_waiter() 847 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local 1214 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner() 1306 union futex_key *key, struct futex_pi_state **ps, in lookup_pi_state() 1366 union futex_key *key, in futex_lock_pi_atomic() 1595 union futex_key key = FUTEX_KEY_INIT; in futex_wake() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_security.c | 168 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) in arcfour_init() 290 u8 *pframe, *payload, *iv, *key; in rtw_wep_encrypt() local 406 void rtw_secmicsetkey(struct mic_data *pmicdata, u8 *key) in rtw_secmicsetkey() 465 void rtw_seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, u8 pri) in rtw_seccalctkipmic() 984 static void next_key(u8 *key, sint round) in next_key() 1094 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() 1316 static sint aes_cipher(u8 *key, uint hdrlen, in aes_cipher() 1625 static sint aes_decipher(u8 *key, uint hdrlen, in aes_decipher() 2103 int rtw_aes_siv_encrypt(const u8 *key, size_t key_len, const u8 *pw, in rtw_aes_siv_encrypt() 2111 int rtw_aes_siv_decrypt(const u8 *key, size_t key_len, const u8 *iv_crypt, size_t iv_c_len, in rtw_aes_siv_decrypt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_security.c | 168 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) in arcfour_init() 290 u8 *pframe, *payload, *iv, *key; in rtw_wep_encrypt() local 406 void rtw_secmicsetkey(struct mic_data *pmicdata, u8 *key) in rtw_secmicsetkey() 465 void rtw_seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, u8 pri) in rtw_seccalctkipmic() 984 static void next_key(u8 *key, sint round) in next_key() 1094 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() 1316 static sint aes_cipher(u8 *key, uint hdrlen, in aes_cipher() 1625 static sint aes_decipher(u8 *key, uint hdrlen, in aes_decipher() 2103 int rtw_aes_siv_encrypt(const u8 *key, size_t key_len, const u8 *pw, in rtw_aes_siv_encrypt() 2111 int rtw_aes_siv_decrypt(const u8 *key, size_t key_len, const u8 *iv_crypt, size_t iv_c_len, in rtw_aes_siv_decrypt() [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | volumes.c | 1537 struct btrfs_key key; in find_free_dev_extent_start() local 1688 struct btrfs_key key; in btrfs_free_dev_extent() local 1749 struct btrfs_key key; in btrfs_alloc_dev_extent() local 1804 struct btrfs_key key; in find_next_devid() local 1854 struct btrfs_key key; in btrfs_add_dev_item() local 1927 struct btrfs_key key; in btrfs_rm_dev_item() local 2479 struct btrfs_key key; in btrfs_finish_sprout() local 2783 struct btrfs_key key; in btrfs_update_device() local 2865 struct btrfs_key key; in btrfs_free_chunk() local 2905 struct btrfs_key key; in btrfs_del_sys_chunk() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-mci.c | 110 static struct mci_base *match_base(void *key) in match_base() 135 void *key = cfg->type ? (void *)port : (void *)link; in ddb_mci_attach() local
|