| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | symtab.c | 14 const char *p, *keyp; in symhash() local 19 keyp = key; in symhash() 20 size = strlen(keyp); in symhash() 21 for (p = keyp; (p - keyp) < size; p++) in symhash()
|
| H A D | avtab.c | 32 static inline int avtab_hash(struct avtab_key *keyp, u32 mask) in avtab_hash() argument 53 mix(keyp->target_class); in avtab_hash() 54 mix(keyp->target_type); in avtab_hash() 55 mix(keyp->source_type); in avtab_hash()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | btree.c | 263 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete() argument 276 if (keyp != NULL) in nilfs_btree_node_delete() 277 *keyp = key; in nilfs_btree_node_delete() 601 __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_lookup_last() argument 630 if (keyp != NULL) in nilfs_btree_do_lookup_last() 631 *keyp = nilfs_btree_node_get_key(node, index); in nilfs_btree_do_lookup_last() 802 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_insert() argument 811 *keyp, *ptrp, ncblk); in nilfs_btree_do_insert() 822 *keyp, *ptrp, in nilfs_btree_do_insert() 829 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_carry_left() argument [all …]
|
| H A D | direct.c | 165 __u64 *keyp) in nilfs_direct_seek_key() argument 172 *keyp = key; in nilfs_direct_seek_key() 179 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument 192 *keyp = lastkey; in nilfs_direct_last_key()
|
| H A D | bmap.c | 197 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() argument 202 ret = bmap->b_ops->bop_seek_key(bmap, start, keyp); in nilfs_bmap_seek_key() 210 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() argument 215 ret = bmap->b_ops->bop_last_key(bmap, keyp); in nilfs_bmap_last_key()
|
| H A D | bmap.h | 151 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp); 152 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp);
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/tui/ |
| H A D | util.c | 26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() argument 48 if (keyp) { in popup_menu__run() 49 *keyp = key; in popup_menu__run() 63 int ui__popup_menu(int argc, char * const argv[], int *keyp) in ui__popup_menu() argument 72 return popup_menu__run(&menu, keyp); in ui__popup_menu()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | btree.c | 132 union xfs_btree_key *keyp; in xchk_btree_rec() local 154 keyp = xfs_btree_key_addr(cur, cur->bc_ptrs[1], keyblock); in xchk_btree_rec() 155 if (cur->bc_ops->diff_two_keys(cur, &key, keyp) < 0) in xchk_btree_rec() 163 keyp = xfs_btree_high_key_addr(cur, cur->bc_ptrs[1], keyblock); in xchk_btree_rec() 164 if (cur->bc_ops->diff_two_keys(cur, keyp, &hkey) < 0) in xchk_btree_rec() 179 union xfs_btree_key *keyp; in xchk_btree_key() local 201 keyp = xfs_btree_key_addr(cur, cur->bc_ptrs[level + 1], keyblock); in xchk_btree_key() 202 if (cur->bc_ops->diff_two_keys(cur, key, keyp) < 0) in xchk_btree_key() 210 keyp = xfs_btree_high_key_addr(cur, cur->bc_ptrs[level + 1], keyblock); in xchk_btree_key() 211 if (cur->bc_ops->diff_two_keys(cur, keyp, key) < 0) in xchk_btree_key()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | adiantum.c | 128 u8 *keyp; in adiantum_setkey() local 157 keyp = data->derived_keys; in adiantum_setkey() 164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey() 168 keyp += BLOCKCIPHER_KEY_SIZE; in adiantum_setkey() 171 poly1305_core_setkey(&tctx->header_hash_key, keyp); in adiantum_setkey() 172 keyp += POLY1305_BLOCK_SIZE; in adiantum_setkey() 177 err = crypto_shash_setkey(tctx->hash, keyp, NHPOLY1305_KEY_SIZE); in adiantum_setkey() 178 keyp += NHPOLY1305_KEY_SIZE; in adiantum_setkey() 179 WARN_ON(keyp != &data->derived_keys[ARRAY_SIZE(data->derived_keys)]); in adiantum_setkey()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 161 DevPrivateKey *keyp, key; in fixupOneScreen() local 193 for (keyp = &pScreen->screenSpecificPrivates[type].key; in fixupOneScreen() 194 (key = *keyp) != NULL; in fixupOneScreen() 195 keyp = &key->next) in fixupOneScreen() 208 *keyp = key; in fixupOneScreen()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/ |
| H A D | util.h | 8 int ui__popup_menu(int argc, char * const argv[], int *keyp);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.c | 141 uint8_t *keyp, size_t keylen, int stream, int aead) in cryptodev_cipher_init() argument 195 ret = cryptodev_crypto_blkcipher_setkey(out->async.s, keyp, keylen); in cryptodev_cipher_init() 207 ret = crypto_aead_setkey(out->async.as, keyp, keylen); in cryptodev_cipher_init()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | cuse.c | 218 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument 251 *keyp = key; in cuse_parse_one()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 4271 struct key *keyp; in smack_key_permission() local 4301 keyp = key_ref_to_ptr(key_ref); in smack_key_permission() 4302 if (keyp == NULL) in smack_key_permission() 4308 if (keyp->security == NULL) in smack_key_permission() 4321 ad.a.u.key_struct.key = keyp->serial; in smack_key_permission() 4322 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission() 4324 rc = smk_access(tkp, keyp->security, request, &ad); in smack_key_permission() 4325 rc = smk_bu_note("key access", tkp, keyp->security, request, rc); in smack_key_permission()
|
| /OK3568_Linux_fs/kernel/drivers/net/hyperv/ |
| H A D | rndis_filter.c | 840 u8 *keyp; in rndis_set_rss_param_msg() local 875 keyp = (u8 *)((unsigned long)rssp + rssp->hashkey_offset); in rndis_set_rss_param_msg() 876 memcpy(keyp, rss_key, NETVSC_HASH_KEYLEN); in rndis_set_rss_param_msg()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 178 unsigned int mode, int sync, void *keyp) in wake_exceptional_entry_func() argument 180 struct exceptional_entry_key *key = keyp; in wake_exceptional_entry_func()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 267 xfs_bmbt_key_t *prevp, *keyp; in xfs_check_block() local 274 keyp = XFS_BMBT_KEY_ADDR(mp, block, i); in xfs_check_block() 278 be64_to_cpu(keyp->br_startoff)); in xfs_check_block() 280 prevp = keyp; in xfs_check_block()
|