Searched refs:hex2bin (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 324 hex2bin(uint8_t *bindst, const char *hexsrc, size_t binlen) in hex2bin() function
|
| /freebsd-14.2/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-14.2/usr.sbin/keyserv/ |
| H A D | setkey.c | 438 hex2bin(unsigned char *hex, unsigned char *bin, int size) in hex2bin() function
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/ |
| H A D | debugfs.c | 240 ret = hex2bin((u8 *)data, buf, data_size); in iwl_dbgfs_send_hcmd_write()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1333 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_indirection_tbl_write() 1393 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_inject_packet_write() 1458 if (len && hex2bin(skb_put_zero(beacon, len), bin, len)) { in _iwl_dbgfs_inject_beacon_ie()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl.c | 4542 hex2bin(const char *str, uint8_t *buf, int buf_size) in hex2bin() function 4664 desc->length = hex2bin(eui, desc->identifier, 16); in ctl_add_lun() 4675 desc->length = hex2bin(naa, desc->identifier, 16); in ctl_add_lun() 4686 hex2bin(uuid, &desc->identifier[2], 16); in ctl_add_lun() 7258 len = hex2bin(oii, (uint8_t *)(rii_ptr + 1), len); in ctl_report_ident_info()
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 3031 if (hex2bin(bin, buf, num)) { in rtw89_hex2bin_user()
|