Home
last modified time | relevance | path

Searched refs:input_len (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_wapi_sms4.h45 hi_void hmac_sms4_crypt(const hi_u8 *puc_input, hi_u8 input_len, hi_u8 *puc_output,
H A Dhmac_wapi_sms4.c85 hi_void hmac_sms4_crypt(const hi_u8 *puc_input, hi_u8 input_len, hi_u8 *puc_output, const hi_u32 *puc_rk, hi_u8 rk_len) in hmac_sms4_crypt() argument
90 if (memcpy_s(x, sizeof(x), puc_input, input_len) != EOK) { /* 16:大小 */ in hmac_sms4_crypt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_cipher.h378 * @param input_len [IN] type #hi_u32, Input data length.CNcomment:输入数据长度。CNend
391 hi_u32 hi_cipher_hash_sha256(uintptr_t input, hi_u32 input_len, hi_u8 *hash, hi_u32 hash_len);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_cipher.h441 * @param input_len [IN] type #hi_u32, Input data length.CNcomment:输入数据长度。CNend
454 hi_u32 hi_cipher_hash_sha256(uintptr_t input, hi_u32 input_len, hi_u8 *hash, hi_u32 hash_len);
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c3912 u32 len = buf ? strlen(buf) : 0, input_len; in bpf_task_fd_query_copy() local
3918 input_len = attr->task_fd_query.buf_len; in bpf_task_fd_query_copy()
3919 if (input_len && ubuf) { in bpf_task_fd_query_copy()
3927 } else if (input_len >= len + 1) { in bpf_task_fd_query_copy()
3939 if (copy_to_user(ubuf, buf, input_len - 1)) { in bpf_task_fd_query_copy()
3942 if (put_user(zero, ubuf + input_len - 1)) { in bpf_task_fd_query_copy()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl.h698 * \param input_len Size of the \p input buffer in bytes.
717 size_t input_len );
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c11553 int input_len; in dhd_iovar() local
11560 input_len = strlen(name) + 1 + param_len; in dhd_iovar()
11561 if (input_len > WLC_IOCTL_MAXLEN) in dhd_iovar()
11571 buf = MALLOCZ(pub->osh, input_len); in dhd_iovar()
11577 ret = bcm_mkiovar(name, param_buf, param_len, buf, input_len); in dhd_iovar()
11585 ioc.len = input_len; in dhd_iovar()
11596 if (res_len < input_len) { in dhd_iovar()
11597 DHD_INFO(("%s: res_len(%d) < input_len(%d)\n", __FUNCTION__, in dhd_iovar()
11598 res_len, input_len)); in dhd_iovar()
11599 buf = MALLOCZ(pub->osh, input_len); in dhd_iovar()
[all...]
H A Dwl_cfgnan.c4129 static uint wl_nan_hash(void *ctx, uint index, const uint8 *input, uint input_len) in wl_nan_hash() argument
4139 b = hndcrc32((uint8*)input, input_len, b); in wl_nan_hash()

Completed in 39 milliseconds