Searched refs:hex2bin (Results 1 – 9 of 9) 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/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/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/sys/contrib/dev/iwlwifi/mld/ |
| H A D | debugfs.c | 481 ret = hex2bin(page_address(rxb._page), buf, n_bytes); in iwl_dbgfs_inject_packet_write() 724 hex2bin(skb_put_zero(beacon, n_bytes), in _iwl_dbgfs_inject_beacon_ie()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | debugfs.c | 261 ret = hex2bin((u8 *)data, buf, data_size); in iwl_dbgfs_send_hcmd_write()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1228 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_indirection_tbl_write() 1288 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_inject_packet_write() 1353 if (len && hex2bin(skb_put_zero(beacon, len), bin, len)) { in _iwl_dbgfs_inject_beacon_ie()
|
| /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 | 3476 if (hex2bin(bin, buf, num)) { in rtw89_hex2bin()
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 10650 debug/hex2bin.c | 2 ++ 10965 debug/hex2bin.c | 3 -
|