Home
last modified time | relevance | path

Searched refs:dst_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp219 uint8_t *dst_buf = (uint8_t *)dst; in Read() local
225 memcpy(dst_buf + dst_len - bytes_left, in Read()
257 memcpy(dst_buf + dst_len - bytes_left, second_cache_line->GetBytes(), in Read()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dqat.h181 extern int qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf,
/freebsd/crypto/openssh/
H A Dumac.c189 UINT8 *dst_buf = (UINT8 *)bufp; in kdf() local
198 memcpy(dst_buf,out_buf,AES_BLOCK_LEN); in kdf()
201 dst_buf += AES_BLOCK_LEN; in kdf()
205 memcpy(dst_buf,out_buf,nbytes); in kdf()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c293 qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf, in qat_crypt() argument
391 data = dst_buf; in qat_crypt()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6578 u8 dst_buf[ETH_ALEN], *dst; in p2p_ctrl_serv_disc_req() local
6583 if (hwaddr_aton(cmd, dst_buf)) in p2p_ctrl_serv_disc_req()
6585 dst = dst_buf; in p2p_ctrl_serv_disc_req()