Searched refs:hex2bin (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/librpcsvc/ |
H A D | xcrypt.c | 48 static void hex2bin( int, char *, char * ); 70 hex2bin(len, secret, buf); in xencrypt() 103 hex2bin(len, secret, buf); in xdecrypt() 139 hex2bin(int len, char *hexnum, char *binnum) in hex2bin() function
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 323 hex2bin(uint8_t *bindst, const char *hexsrc, size_t binlen) in hex2bin() function
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 97 static char *hex2bin __P((const char *, int)); 654 tlsa = hex2bin(data, size); 754 hex2bin(p, size) in hex2bin() function
|
/freebsd/usr.sbin/keyserv/ |
H A D | setkey.c | 432 hex2bin(unsigned char *hex, unsigned char *bin, int size) in hex2bin() function
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | debugfs.c | 243 ret = hex2bin((u8 *)data, buf, data_size); in iwl_dbgfs_send_hcmd_write()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs.c | 1263 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_fw_nmi_write() 1323 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_indirection_tbl_write() 1388 if (len && hex2bin(skb_put_zero(beacon, len), bin, len)) { in iwl_dbgfs_inject_packet_write()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl.c | 4407 hex2bin(const char *str, uint8_t *buf, int buf_size) in hex2bin() function 4529 desc->length = hex2bin(eui, desc->identifier, 16); in ctl_add_lun() 4540 desc->length = hex2bin(naa, desc->identifier, 16); in ctl_add_lun() 4551 hex2bin(uuid, &desc->identifier[2], 16); in ctl_add_lun() 7220 len = hex2bin(oii, (uint8_t *)(rii_ptr + 1), len); in ctl_report_ident_info()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | debug.c | 3286 if (hex2bin(bin, buf, num)) { in rtw89_sta_info_get_iter()
|