| /linux/drivers/target/ |
| H A D | target_core_fabric_lib.c | 43 ret = hex2bin(&buf[4], &nacl->initiatorname[4], 8); in sas_get_pr_transport_id() 71 ret = hex2bin(&buf[off++], &ptr[i], 1); in fc_get_pr_transport_id() 91 ret = hex2bin(&buf[8], nacl->initiatorname, 8); in sbp_get_pr_transport_id() 119 rc = hex2bin(buf + 8 + leading_zero_bytes, p, count); in srp_get_pr_transport_id()
|
| /linux/lib/ |
| H A D | hexdump.c | 63 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() function 79 EXPORT_SYMBOL(hex2bin);
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tag.c | 78 static int hex2bin(uint8_t *dst, const char *src, size_t count) in hex2bin() function 106 ret = hex2bin(tag, buff + prefix_len, len); in tag_from_fdinfo()
|
| /linux/include/linux/ |
| H A D | hex.h | 30 extern int __must_check hex2bin(u8 *dst, const char *src, size_t count);
|
| /linux/security/ipe/ |
| H A D | digest.c | 57 rc = hex2bin(digest, raw_digest, info->digest_len); in ipe_digest_parse()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 672 ret = hex2bin(epayload->iv, hex_encoded_iv, ivsize); in encrypted_key_decrypt() 675 ret = hex2bin(epayload->encrypted_data, hex_encoded_data, in encrypted_key_decrypt() 681 ret = hex2bin(hmac, hex_encoded_data + (encrypted_datalen * 2), in encrypted_key_decrypt() 766 ret = hex2bin(epayload->decrypted_data, decrypted_data, in encrypted_init()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_auth.c | 337 if (hex2bin(client_digest, chap_r, chap->digest_size) < 0) { in chap_server_compute_hash() 468 if (hex2bin(initiatorchg_binhex, initiatorchg, in chap_server_compute_hash()
|
| /linux/drivers/input/touchscreen/ |
| H A D | iqs5xx.c | 747 error = hex2bin(rec_hdr, rec->len, sizeof(rec_hdr)); in iqs5xx_fw_file_parse() 765 error = hex2bin(rec_data, rec->data, rec_len); in iqs5xx_fw_file_parse() 772 error = hex2bin(&rec_chksm, in iqs5xx_fw_file_parse()
|
| /linux/security/loadpin/ |
| H A D | loadpin.c | 341 if (hex2bin(trd->data, d, len)) { in read_trusted_verity_root_digests()
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 110 ret = hex2bin(p->blob, c, p->blob_len); in datablob_parse()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 261 ret = hex2bin((u8 *)data, buf, data_size); in iwl_dbgfs_send_hcmd_write()
|
| /linux/arch/mips/kernel/ |
| H A D | setup.c | 762 if (hex2bin(rng_seed, rng_seed_hex, len)) in setup_rng_seed()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | asymmetric_type.c | 224 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()
|
| /linux/drivers/md/ |
| H A D | dm-verity-target.c | 1366 hex2bin(v->salt, arg, v->salt_size)) { in verity_setup_salt_and_hashstate() 1543 hex2bin(v->root_digest, argv[8], v->digest_size)) { in verity_ctr()
|
| H A D | dm-crypt.c | 2654 if (cc->key_size && hex2bin(cc->key, key, cc->key_size) < 0) in crypt_set_key()
|
| H A D | dm-integrity.c | 4338 if (hex2bin(a->key, a->key_string, a->key_size)) in get_alg_and_key()
|
| /linux/drivers/bus/ |
| H A D | moxtet.c | 529 err = hex2bin(bin, hex, moxtet->count); in output_write()
|
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 536 if (hex2bin(uc, ip + 1, 2) < 0) in xlate_to_uni()
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi_ccg.c | 1259 if (hex2bin(wr_buf, p + 3, CCG4_ROW_SIZE + 4)) { in do_flash()
|
| /linux/drivers/net/netdevsim/ |
| H A D | dev.c | 200 ret = hex2bin(fa_cookie->cookie, buf, cookie_len); in nsim_dev_trap_fa_cookie_write()
|
| /linux/drivers/net/usb/ |
| H A D | usbnet.c | 168 tmp = hex2bin(addr, buf, 6); in usbnet_get_ethernet_addr()
|
| /linux/drivers/thunderbolt/ |
| H A D | switch.c | 1964 else if (hex2bin(key, buf, sizeof(key))) in key_store()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 699 ret = hex2bin(p->eth_base, vpd.na_data, 6); in get_vpd_params()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.c | 1720 ret = hex2bin(ch->bmaControls, page + 2, 1); in uvcg_format_bma_controls_store()
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 3392 ret = hex2bin(target->ib_cm.orig_dgid.raw, p, 16); in srp_parse_options()
|