| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_bignum.c | 34 struct rk_bignum *bn; in rk_bn_alloc() local 51 void rk_bn_free(struct rk_bignum *bn) in rk_bn_free() 64 int rk_bn_set_data(struct rk_bignum *bn, const u8 *data, u32 size, enum bignum_endian endian) in rk_bn_set_data() 80 int rk_bn_get_data(const struct rk_bignum *bn, u8 *data, u32 size, enum bignum_endian endian) in rk_bn_get_data() 99 u32 rk_bn_get_size(const struct rk_bignum *bn) in rk_bn_get_size() 113 int rk_bn_highest_bit(const struct rk_bignum *bn) in rk_bn_highest_bit()
|
| H A D | rk_crypto_v2_pka.c | 440 static void pka_copy_bn_into_reg(u8 dst_reg, struct rk_bignum *bn) in pka_copy_bn_into_reg() 457 static int pka_copy_bn_from_reg(struct rk_bignum *bn, u32 size_words, u8 src_reg, bool is_max_poll) in pka_copy_bn_from_reg() 564 static u32 pka_calc_and_init_np(struct rk_bignum *bn, u8 r_t0, u8 r_t1, u8 r_t2) in pka_calc_and_init_np()
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_procfs.c | 265 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry() local 281 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry() local 293 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir() 306 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
|
| H A D | bond_sysfs.c | 38 struct bond_net *bn = in bonding_show_bonds() local 62 static struct net_device *bond_get_by_name(struct bond_net *bn, const char *ifname) in bond_get_by_name() 82 struct bond_net *bn = in bonding_store_bonds() local 771 int bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs() 804 void bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_xtree.c | 139 s64 bn; in xtLookup() local 232 s64 bn; /* block number */ in xtSearch() local 532 s64 bn; in xtInsert() local 1356 s64 bn; in xtExtend() local 1519 s64 bn; in xtTailgate() local 1698 s64 bn; in xtUpdate() local 2165 s64 bn, xaddr; in xtAppend() local 2331 s64 bn; in xtDelete() local 2564 s64 bn; in xtRelocate() local 2885 s64 bn; /* block number */ in xtSearchNode() local [all …]
|
| H A D | jfs_dtree.c | 321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index() 511 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index() 572 s64 bn; in dtSearch() local 815 s64 bn; in dtInsert() local 2074 s64 bn; in dtDelete() local 2439 s64 bn; in dtRelocate() local 2634 s64 bn; in dtSearchNode() local 2906 static void add_missing_indices(struct inode *inode, s64 bn) in add_missing_indices() 3004 s64 bn; in jfs_readdir() local 3333 s64 bn; in dtReadFirst() local [all …]
|
| H A D | jfs_btree.h | 99 s64 bn; /* 8: */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | bareudp.c | 593 static struct bareudp_dev *bareudp_find_dev(struct bareudp_net *bn, in bareudp_find_dev() 608 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_configure() local 765 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_init_net() local 773 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_destroy_tunnels() local
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | bsr.c | 166 static int bsr_add_node(struct device_node *bn) in bsr_add_node() 271 static int bsr_create_devs(struct device_node *bn) in bsr_create_devs()
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 1003 struct btree_node *bn = dm_block_data(n->b); in prefetch_values() local 1018 struct btree_node *bn = dm_block_data(n->b); in leaf_node() local 1055 struct btree_node *bn; in inc_or_backtrack() local 1078 struct btree_node *bn; in find_leaf() local 1155 struct btree_node *bn = dm_block_data(n->b); in dm_btree_cursor_get_value() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | bn.h | 816 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2) argument 817 # define bn_wcheck_size(bn, words) \ argument 830 # define bn_check_size(bn, bits) argument 831 # define bn_wcheck_size(bn, words) argument
|
| H A D | srp.h | 78 BIGNUM *bn; member
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | xattr.c | 138 u64 bn; in ea_foreach() local 232 u64 bn = 0; in ea_dealloc_unstuffed() local 1284 u64 bn; in ea_dealloc_indirect() local 1329 u64 bn; in ea_dealloc_indirect() local
|
| H A D | dir.c | 866 u64 bn; in new_leaf() local 917 u64 bn; in dir_make_exhash() local 1008 u64 bn, leaf_no; in dir_split_leaf() local 1729 u64 bn; in dir_new_leaf() local
|
| H A D | bmap.c | 611 unsigned offset, u64 bn) in gfs2_indirect_init() 669 u64 bn; in gfs2_iomap_alloc() local 1507 u64 bn, bstart, isize_blks; in sweep_bh_for_rgrps() local
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_bmap.c | 67 vxfs_bmap_ext4(struct inode *ip, long bn) in vxfs_bmap_ext4()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | journal.c | 138 struct reiserfs_bitmap_node *bn; in allocate_bitmap_node() local 158 struct reiserfs_bitmap_node *bn = NULL; in get_bitmap_node() local 179 struct reiserfs_bitmap_node *bn) in free_bitmap_node() 196 struct reiserfs_bitmap_node *bn = NULL; in allocate_bitmap_nodes() local 260 struct reiserfs_bitmap_node *bn; in free_bitmap_nodes() local 974 b_blocknr_t bn; in flush_commit_list() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_buddy.c | 410 struct i915_buddy_block *block, *bn; in igt_buddy_alloc_pessimistic() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | ene_ub6250.c | 678 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_read() local 718 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_write() local 876 u32 bn = PhyBlockAddr * 0x20 + PageNum; in ms_read_readpage() local 1189 u32 bn = PhyBlockAddr; in ms_read_eraseblock() local 1641 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in ms_scsi_read() local 1740 u32 bn = ((cdb[2] << 24) & 0xff000000) | in ms_scsi_write() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-mediatek.c | 361 u32 bn = bus->number; in mtk_pcie_config_read() local 381 u32 bn = bus->number; in mtk_pcie_config_write() local
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbEvents.c | 485 xkbBellNotify bn; in XkbHandleBell() local
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_rsa.c | 193 BIGNUM *bn = NULL; in openssl_alloc_evpkey() local
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | nvmet.h | 377 static inline void nvmet_clear_aen_bit(struct nvmet_req *req, u32 bn) in nvmet_clear_aen_bit() 385 static inline bool nvmet_aen_bit_disabled(struct nvmet_ctrl *ctrl, u32 bn) in nvmet_aen_bit_disabled()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bonding.h | 677 static inline void bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir() 681 static inline void bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | dh.h | 200 MP_t bn; in isValidPublicKey() local
|