Home
last modified time | relevance | path

Searched defs:len (Results 451 – 475 of 10867) sorted by relevance

1...<<11121314151617181920>>...435

/OK3568_Linux_fs/kernel/drivers/media/common/b2c2/
H A Dflexcop-eeprom.c98 static u8 calc_lrc(u8 *buf, int len) in calc_lrc()
108 flexcop_access_op_t op, u16 addr, u8 *buf, u16 len, int retries) in flexcop_eeprom_request()
122 u8 *buf, u16 len, int retries) in flexcop_eeprom_lrc_read()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c73 #define fifo_free_bytes(used, len) ((len)-(used)) argument
75 #define fifo_free_first_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument
77 #define fifo_free_last_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument
80 #define fifo_used_first_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument
82 #define fifo_used_last_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument
86 #define fifo_free_last_offset(cur, used, len) \ argument
110 uint32_t len) in nx_append_dde()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_cpi_sys.c181 size_t len; in check_string() local
204 size_t len; in set_string() local
234 size_t len) in system_name_store()
266 size_t len) in sysplex_name_store()
298 size_t len) in system_type_store()
330 size_t len) in system_level_store()
355 const char *buf, size_t len) in set_store()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_ccm.c139 size_t len) in rk_crypto_ccm128_encrypt()
216 size_t len) in rk_crypto_ccm128_decrypt()
297 size_t len,ccm128_f stream) in rk_crypto_ccm128_encrypt_ccm64()
355 size_t len,ccm128_f stream) in rk_crypto_ccm128_decrypt_ccm64()
407 static size_t rk_crypto_ccm128_tag(CCM128_CONTEXT *ctx,unsigned char *tag,size_t len) in rk_crypto_ccm128_tag()
478 static int compare_string(char *a, char *b, unsigned int len) in compare_string()
495 static void dump_hex(char *var_name, unsigned char *data, unsigned int len) in dump_hex()
H A Daes_gcm.c55 union { u64 u[2]; u32 d[4]; u8 c[16]; } Yi,EKi,EK0,len, member
395 const u8 *inp,size_t len)
564 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) argument
670 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) argument
744 static void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx,const unsigned char *iv,size_t len)
815 static int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx,const unsigned char *aad,size_t len)
874 size_t len)
1029 size_t len)
1400 size_t len)
1440 static void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
[all …]
H A Dsm4_gcm.c49 union { u64 u[2]; u32 d[4]; u8 c[16]; } Yi,EKi,EK0,len, member
389 const u8 *inp,size_t len)
558 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) argument
664 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) argument
738 static void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx,const unsigned char *iv,size_t len)
809 static int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx,const unsigned char *aad,size_t len)
868 size_t len)
1023 size_t len)
1181 size_t len, ctr128_f stream)
1284 size_t len,ctr128_f stream)
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c58 int len = nh->nlmsg_len - sizeof(*nh); in nl_error() local
86 static int do_nl_req(int fd, struct nlmsghdr *nh, int len, int max) in do_nl_req()
121 int len = nlh->nlmsg_len; in genl_parse_getfamily() local
323 static void print_addr(struct rtattr *attrs, int len) in print_addr()
403 int len = nh->nlmsg_len; in print_addrs() local
510 int len = nh->nlmsg_len; in print_limits() local
545 int cmd, len = sizeof(data); in get_set_limits() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_fw.c446 u16 len = btc->policy_len; in _append_tdma() local
475 u16 len = 0; in _append_slot() local
603 bool hal_btc_fw_set_1tdma(struct btc_t *btc, u16 len, u8 *buf) in hal_btc_fw_set_1tdma()
621 bool hal_btc_fw_set_1slot(struct btc_t *btc, u16 len, u8 *buf) in hal_btc_fw_set_1slot()
687 u8 data[7] = {0}, len = 0; in hal_btc_fw_set_gpio_dbg() local
835 void hal_btc_fw_set_bt(struct btc_t *btc, u8 type, u16 len, u8* buf) in hal_btc_fw_set_bt()
848 void hal_btc_fw_event(struct btc_t *btc, u8 evt_id, void *data, u32 len) in hal_btc_fw_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_fw.c446 u16 len = btc->policy_len; in _append_tdma() local
475 u16 len = 0; in _append_slot() local
603 bool hal_btc_fw_set_1tdma(struct btc_t *btc, u16 len, u8 *buf) in hal_btc_fw_set_1tdma()
621 bool hal_btc_fw_set_1slot(struct btc_t *btc, u16 len, u8 *buf) in hal_btc_fw_set_1slot()
687 u8 data[7] = {0}, len = 0; in hal_btc_fw_set_gpio_dbg() local
835 void hal_btc_fw_set_bt(struct btc_t *btc, u8 type, u16 len, u8* buf) in hal_btc_fw_set_bt()
848 void hal_btc_fw_event(struct btc_t *btc, u8 evt_id, void *data, u32 len) in hal_btc_fw_event()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dflush.c17 void sync_icache_aliases(void *kaddr, unsigned long len) in sync_icache_aliases()
35 unsigned long len) in flush_ptrace_access()
48 unsigned long len) in copy_to_user_page()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddemangle-rust.c79 size_t len, len_without_hash; in rust_is_mangled() local
129 static bool looks_like_rust(const char *str, size_t len) in looks_like_rust()
258 size_t len = strlen(seq); in unescape() local
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Ddc21285.c75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from()
105 …atic void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_32()
117 …atic void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_16()
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsiphash.h54 static inline u64 ___siphash_aligned(const __le64 *data, size_t len, in ___siphash_aligned()
80 static inline u64 siphash(const void *data, size_t len, in siphash()
106 static inline u32 ___hsiphash_aligned(const __le32 *data, size_t len, in ___hsiphash_aligned()
130 static inline u32 hsiphash(const void *data, size_t len, in hsiphash()
H A Drpmsg.h193 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
201 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto()
212 u32 dst, void *data, int len) in rpmsg_send_offchannel()
220 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
229 int len, u32 dst) in rpmsg_trysendto()
238 u32 dst, void *data, int len) in rpmsg_trysend_offchannel()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dsemihosting.c54 size_t len; in smh_open() member
86 static long smh_read(long fd, void *memp, size_t len) in smh_read()
92 size_t len; in smh_read() member
153 long len; in smh_load_file() local
/OK3568_Linux_fs/u-boot/scripts/basic/
H A Dfixdep.c144 unsigned int len; member
165 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
180 static void define_config(const char *name, int len, unsigned int hash) in define_config()
220 static void parse_config_file(const char *map, size_t len) in parse_config_file()
334 static void parse_dep_file(void *map, size_t len) in parse_dep_file()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiquerydevice.c71 int i = 0, len = 0; in ProcXIQueryDevice() local
193 int len = sizeof(xXIDeviceInfo); in SizeDeviceInfo() local
208 int len = 0; in SizeDeviceClasses() local
498 int len = 0, total_len = 0; in ListDeviceInfo() local
527 int len; in ListDeviceClasses() local
583 int len = ((xXIAnyInfo *) any)->length; in SwapDeviceInfo() local
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dnamei.c26 unsigned len = dentry->d_name.len; in hpfs_mkdir() local
134 unsigned len = dentry->d_name.len; in hpfs_create() local
221 unsigned len = dentry->d_name.len; in hpfs_mknod() local
295 unsigned len = dentry->d_name.len; in hpfs_symlink() local
374 unsigned len = dentry->d_name.len; in hpfs_unlink() local
425 unsigned len = dentry->d_name.len; in hpfs_rmdir() local
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c552 int len = sizeof(xXIDeviceChangedEvent); in eventToDeviceChanged() local
627 count_bits(unsigned char *ptr, int len) in count_bits()
646 int len = sizeof(xXIDeviceEvent); in eventToDeviceEvent() local
728 int len = sizeof(xXITouchOwnershipEvent); in eventToTouchOwnershipEvent() local
751 int i, len = sizeof(xXIRawEvent); in eventToRawEvent() local
794 int len = sizeof(xXIBarrierEvent); in eventToBarrierEvent() local
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c86 static int non_block_write(int fd, void *data, int len) in non_block_write()
122 int len, flag; in proxy_make_server() local
160 socklen_t len = sizeof(cli_addr); in handle_client_connect() local
197 static int handle_client_request(int mbim_dev_fd, int client_fd, void *pdata, int len) in handle_client_request()
231 static int handle_device_response(void *pdata, int len) in handle_device_response()
324 int len = read(fd, cm_recv_buffer, sizeof(cm_recv_buffer)); in proxy_loop() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c109 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back() local
284 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw() local
536 xfs_extlen_t len, /* length of extent to modify */ in xfs_rtmodify_range()
692 xfs_extlen_t len, /* length to free */ in xfs_rtfree_range()
768 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_range()
944 xfs_extlen_t len) /* length of extent */ in xfs_rtcheck_alloc_range()
967 xfs_extlen_t len) /* length of extent freed */ in xfs_rtfree_extent()
1084 xfs_extlen_t len, in xfs_rtalloc_extent_is_free()
/OK3568_Linux_fs/external/rkwifibt/tools/brcm_tools/
H A Dbrcm_patchram_plus1.c232 int len = strlen(optarg); in parse_patchram() local
357 readApName(char *name, int len) in readApName()
382 writeApName(const char* name, int len) in writeApName()
691 dump(uchar *out, int len) in dump()
710 int len = 3; in read_event() local
738 hci_send_cmd(uchar *buf, int len) in hci_send_cmd()
822 int len; in proc_patchram() local
944 int len = 17; in read_default_bdaddr() local
/OK3568_Linux_fs/kernel/scripts/
H A Dkallsyms.c34 unsigned int len; member
202 unsigned int len; in read_symbol() local
357 static int expand_symbol(const unsigned char *data, int len, char *result) in expand_symbol()
509 static void learn_symbol(const unsigned char *symbol, int len) in learn_symbol()
518 static void forget_symbol(const unsigned char *symbol, int len) in forget_symbol()
535 static unsigned char *find_token(unsigned char *str, int len, in find_token()
551 unsigned int i, len, size; in compress_symbols() local
663 int len = se->len - 1; in may_be_linker_script_provide_symbol() local
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.c318 unsigned long len) in sha256_hash()
394 unsigned long len) in sha256()
530 unsigned long len) in sha512_hash()
635 unsigned long len) in sha384()
668 unsigned long len) in sha512()
687 int sha2_begin(sha2_ctx ctx[1], unsigned long len) in sha2_begin()
717 void sha2_hash(sha2_ctx ctx[1], const unsigned char data[], unsigned long len) in sha2_hash()
748 unsigned long len) in sha2()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h34 #define HMAC_setup(ctx, key, len) sha2_hmac_starts(&ctx, (unsigned char *)key, len, 0) argument
35 #define HMAC_crunch(ctx, buf, len) sha2_hmac_update(&ctx, buf, len) argument
53 #define HMAC_setup(ctx, key, len) hmac_sha256_set_key(&ctx, len, key) argument
54 #define HMAC_crunch(ctx, buf, len) hmac_sha256_update(&ctx, len, buf) argument
72 #define HMAC_setup(ctx, key, len) HMAC_CTX_init(&ctx); HMAC_Init_ex(&ctx, key, len, EVP_sha256(), 0) argument
73 #define HMAC_crunch(ctx, buf, len) HMAC_Update(&ctx, buf, len) argument
147 GetDHOffset2(uint8_t *handshake, unsigned int len) in GetDHOffset2()
176 GetDigestOffset2(uint8_t *handshake, unsigned int len) in GetDigestOffset2()
203 GetDHOffset1(uint8_t *handshake, unsigned int len) in GetDHOffset1()
232 GetDigestOffset1(uint8_t *handshake, unsigned int len) in GetDigestOffset1()
[all …]

1...<<11121314151617181920>>...435