Home
last modified time | relevance | path

Searched refs:get_unaligned_be16 (Results 1 – 17 of 17) sorted by relevance

/u-boot/net/
A Ddns.c153 if (&p[5] > e || get_unaligned_be16(p+1) != DNS_A_RECORD) { in dns_handler()
172 type = get_unaligned_be16(p+2); in dns_handler()
177 dlen = get_unaligned_be16(p+10); in dns_handler()
191 dlen = get_unaligned_be16(p+10); in dns_handler()
/u-boot/drivers/tpm/
A Dtpm2_tis_sandbox.c306 nonce_sz = get_unaligned_be16(*auth); in sandbox_tpm2_check_session()
316 pw_sz = get_unaligned_be16(*auth); in sandbox_tpm2_check_session()
445 tag = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
474 mode = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
529 new_pw_sz = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
624 alg = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
709 alg = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
727 length = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
745 length = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
763 policy_size = get_unaligned_be16(sent + 12); in sandbox_tpm2_xfer()
[all …]
/u-boot/include/linux/unaligned/
A Daccess_ok.h21 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() function
A Dbe_byteshift.h40 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() function
A Dgeneric.h20 __builtin_choose_expr(sizeof(*(ptr)) == 2, get_unaligned_be16((ptr)), \
/u-boot/board/gdsys/a38x/
A Dhre.c120 v16 = get_unaligned_be16(ptr); in get_tpm_nv_size()
122 v16 = get_unaligned_be16(ptr); in get_tpm_nv_size()
156 key_count = get_unaligned_be16(buf); in find_key()
A Dkeyprogram.c30 key_count = get_unaligned_be16(buf); in flush_keys()
/u-boot/lib/
A Dtpm-common.c133 *ptr16 = get_unaligned_be16(str + offset); in unpack_byte_string()
A Dtpm-v1.c862 key_count = get_unaligned_be16(buf); in tpm1_find_key_sha1()
/u-boot/drivers/usb/gadget/
A Df_mass_storage.c1027 verification_length = get_unaligned_be16(&common->cmnd[7]); in do_verify()
1823 get_unaligned_be16(&common->cmnd[7]); in do_scsi_command()
1842 get_unaligned_be16(&common->cmnd[7]); in do_scsi_command()
1871 get_unaligned_be16(&common->cmnd[7]) << 9; in do_scsi_command()
1902 get_unaligned_be16(&common->cmnd[7]); in do_scsi_command()
1914 get_unaligned_be16(&common->cmnd[7]); in do_scsi_command()
1924 get_unaligned_be16(&common->cmnd[7]); in do_scsi_command()
1989 get_unaligned_be16(&common->cmnd[7]) << 9; in do_scsi_command()
A Df_rockusb.c627 sector_count = (int)get_unaligned_be16(&cbw->CDB[7]); in cb_read_lba()
669 sector_count = (int)get_unaligned_be16(&cbw->CDB[7]); in cb_write_lba()
710 sector_count = (int)get_unaligned_be16(&cbw->CDB[7]); in cb_erase_lba()
/u-boot/cmd/
A Dtpm-common.c220 value = get_unaligned_be16(data + offset); in type_string_write_vars()
A Dtpm-v1.c564 res_count = get_unaligned_be16(buf); in TPM_COMMAND_NO_ARG()
634 res_count = get_unaligned_be16(buf); in do_tpm_list()
/u-boot/lib/lzo/
A Dlzo1x_decompress.c59 version = get_unaligned_be16(src); in parse_header()
/u-boot/lib/rsa/
A Drsa-keyprop.c26 return get_unaligned_be16(src); in br_dec16be()
/u-boot/drivers/net/phy/
A Dncsi.c321 c->version.pci_ids[i] = get_unaligned_be16(gvi->pci_ids + i); in ncsi_rsp_gvi()
/u-boot/lib/efi_loader/
A Defi_tcg2.c597 get_unaligned_be16(response + hash_offset); in tpm2_get_pcr_info()

Completed in 50 milliseconds