| /freebsd/crypto/openssh/regress/unittests/crypto/ |
| H A D | test_mlkem.c | 132 hex2bin(seed, mlkem768_kats[i].seed, 64); in mlkem_tests() 133 hex2bin(expected_pk_hash, mlkem768_kats[i].pk_hash, 32); in mlkem_tests() 134 hex2bin(expected_sk_hash, mlkem768_kats[i].sk_hash, 32); in mlkem_tests() 145 hex2bin(enc_seed, mlkem768_kats[i].enc_seed, 32); in mlkem_tests() 146 hex2bin(expected_ct_hash, mlkem768_kats[i].ct_hash, 32); in mlkem_tests() 147 hex2bin(expected_shared_secret, in mlkem_tests()
|
| H A D | test_mldsa.c | 105 hex2bin(seed, kat->seed, 32); in mldsa_tests() 106 hex2bin(expected_pk_hash, kat->pk_hash, 32); in mldsa_tests() 107 hex2bin(expected_sk_hash, kat->sk_hash, 32); in mldsa_tests() 121 hex2bin(msg, kat->msg, msglen); in mldsa_tests() 122 hex2bin(rand, kat->rand, 32); in mldsa_tests() 123 hex2bin(expected_sig_hash, kat->sig_hash, 32); in mldsa_tests()
|
| H A D | test_ed25519.c | 77 hex2bin(seed, ed25519_kats[i].sk, 32); in ed25519_tests() 78 hex2bin(expected_pk, ed25519_kats[i].pk, 32); in ed25519_tests() 87 hex2bin(msg + 64, ed25519_kats[i].msg, msglen); in ed25519_tests() 88 hex2bin(expected_sig, ed25519_kats[i].sig, 64); in ed25519_tests()
|
| /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 | hex.h | 27 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/sys/contrib/dev/iwlwifi/fw/ |
| H A D | debugfs.c | 262 ret = hex2bin((u8 *)data, buf, data_size); in iwl_dbgfs_send_hcmd_write()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | debugfs.c | 482 ret = hex2bin(page_address(rxb._page), buf, n_bytes); in iwl_dbgfs_inject_packet_write() 725 hex2bin(skb_put_zero(beacon, n_bytes), in _iwl_dbgfs_inject_beacon_ie()
|
| /freebsd/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.c | 666 hex2bin(uint8_t *bin, const char *hex, size_t len) in hex2bin() function
|
| H A D | test_helper.h | 42 void hex2bin(uint8_t *, const char *, size_t);
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1229 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_indirection_tbl_write() 1289 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_inject_packet_write() 1354 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 | 3468 if (hex2bin(bin, buf, num)) { in rtw89_hex2bin()
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 12615 debug/hex2bin.c | 2 ++ 12930 debug/hex2bin.c | 3 -
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 697 upstream: Factor out hex2bin into a shared helper function.
|