/external/u-boot/drivers/tpm/ |
D | tpm_tis_sandbox.c | 148 code = get_unaligned_be32(sendbuf + sizeof(uint16_t) + in sandbox_tpm_xfer() 155 type = get_unaligned_be32(sendbuf + 14); in sandbox_tpm_xfer() 158 index = get_unaligned_be32(sendbuf + 18); in sandbox_tpm_xfer() 177 index = get_unaligned_be32(sendbuf + 18); in sandbox_tpm_xfer() 189 index = get_unaligned_be32(sendbuf + 10); in sandbox_tpm_xfer() 190 length = get_unaligned_be32(sendbuf + 18); in sandbox_tpm_xfer() 200 index = get_unaligned_be32(sendbuf + 10); in sandbox_tpm_xfer() 201 length = get_unaligned_be32(sendbuf + 18); in sandbox_tpm_xfer()
|
D | tpm2_tis_sandbox.c | 100 handle = get_unaligned_be32(*auth); in sandbox_tpm2_check_session() 136 auth_sz = get_unaligned_be32(*auth); in sandbox_tpm2_check_session() 139 session_handle = get_unaligned_be32(*auth); in sandbox_tpm2_check_session() 284 length = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 294 command = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 379 capability = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 386 property = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 390 property_count = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 441 tpm->properties[TPM2_PROP_MAX_TRIES] = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 443 tpm->properties[TPM2_RECOVERY_TIME] = get_unaligned_be32(sent); in sandbox_tpm2_xfer() [all …]
|
D | tpm-uclass.c | 87 count = get_unaligned_be32(sendbuf + TPM_CMD_COUNT_BYTE); in tpm_xfer() 88 ordinal = get_unaligned_be32(sendbuf + TPM_CMD_ORDINAL_BYTE); in tpm_xfer()
|
D | tpm_atmel_twi.c | 109 hdr_recv_len = get_unaligned_be32(recvbuf + 2); in tpm_atmel_twi_xfer()
|
D | tpm_tis_st33zp24_i2c.c | 322 expected = get_unaligned_be32(buf + 2); in st33zp24_i2c_recv()
|
D | tpm_tis_infineon.c | 394 expected = get_unaligned_be32(buf + TPM_RSP_SIZE_BYTE); in tpm_tis_i2c_recv()
|
D | tpm_tis_st33zp24_spi.c | 450 expected = get_unaligned_be32(buf + 2); in st33zp24_spi_recv()
|
D | tpm2_tis_spi.c | 376 expected = get_unaligned_be32(buf + 2); in tpm_tis_spi_recv()
|
/external/u-boot/board/gdsys/a38x/ |
D | keyprogram.c | 30 err = tpm_flush_specific(get_unaligned_be32(ptr), TPM_RT_KEY); in flush_keys() 76 magic = get_unaligned_be32(*progdata); in extract_subprogram() 77 code_crc = get_unaligned_be32(*progdata + 4); in extract_subprogram() 78 code_size = get_unaligned_be32(*progdata + 8); in extract_subprogram()
|
D | hre.c | 125 *size = get_unaligned_be32(ptr); in get_tpm_nv_size() 155 key_handles[i] = get_unaligned_be32(ptr); in find_key() 204 platform_key_handle = get_unaligned_be32(buf + 24); in read_common_data() 384 ins = get_unaligned_be32(*ip); in hre_execute_op()
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 273 *size = get_unaligned_be32(ptr); in get_tpm_nv_size() 303 key_handles[i] = get_unaligned_be32(ptr); in find_key() 352 platform_key_handle = get_unaligned_be32(buf + 24); in read_common_data() 614 ins = get_unaligned_be32(*ip); in hre_execute_op() 739 type = get_unaligned_be32(hmac->code); in check_hmac() 793 header.magic = get_unaligned_be32(buf); in load_sd_key_program() 794 header.code_crc = get_unaligned_be32(buf + 4); in load_sd_key_program() 795 header.code_size = get_unaligned_be32(buf + 8); in load_sd_key_program() 820 header.magic = get_unaligned_be32(buf); in load_sd_key_program() 821 header.code_crc = get_unaligned_be32(buf + 4); in load_sd_key_program() [all …]
|
/external/u-boot/lib/ |
D | tpm-common.c | 124 *ptr32 = get_unaligned_be32(str + offset); in unpack_byte_string() 140 return get_unaligned_be32(command + command_size_offset); in tpm_command_size() 147 return get_unaligned_be32(response + return_code_offset); in tpm_return_code()
|
/external/xz-embedded/userspace/ |
D | xz_config.h | 85 #ifndef get_unaligned_be32 86 static inline uint32_t get_unaligned_be32(const uint8_t *buf) in get_unaligned_be32() function
|
/external/u-boot/lib/lzo/ |
D | lzo1x_decompress.c | 63 if (get_unaligned_be32(src) & HEADER_HAS_FILTER) in parse_header() 94 dlen = get_unaligned_be32(src); in lzop_decompress() 104 slen = get_unaligned_be32(src); in lzop_decompress()
|
/external/u-boot/arch/sh/include/asm/ |
D | unaligned-sh4a.h | 86 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() function 203 __builtin_choose_expr(sizeof(*(ptr)) == 4, get_unaligned_be32((ptr)), \
|
/external/u-boot/lib/rsa/ |
D | rsa-mod-exp.c | 24 #define get_unaligned_be32(a) fdt32_to_cpu(*(uint32_t *)a) macro 193 val[i] = get_unaligned_be32(ptr); in pow_mod()
|
/external/u-boot/include/linux/unaligned/ |
D | access_ok.h | 26 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() function
|
D | be_byteshift.h | 45 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() function
|
D | generic.h | 21 __builtin_choose_expr(sizeof(*(ptr)) == 4, get_unaligned_be32((ptr)), \
|
/external/u-boot/cmd/ |
D | tpm-common.c | 220 value = get_unaligned_be32(data + offset); in type_string_write_vars()
|
D | tpm-v1.c | 463 tpm_flush_specific(get_unaligned_be32(ptr), type); in TPM_COMMAND_NO_ARG() 533 printf("Index %d: %08x\n", i, get_unaligned_be32(ptr)); in do_tpm_list()
|
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 700 lba = get_unaligned_be32(&common->cmnd[2]); in do_read() 833 lba = get_unaligned_be32(&common->cmnd[2]); in do_write() 1006 lba = get_unaligned_be32(&common->cmnd[2]); in do_verify() 1162 u32 lba = get_unaligned_be32(&common->cmnd[2]); in do_read_capacity() 1182 u32 lba = get_unaligned_be32(&common->cmnd[2]); in do_read_header() 1874 get_unaligned_be32(&common->cmnd[6]) << 9; in do_scsi_command() 1992 get_unaligned_be32(&common->cmnd[6]) << 9; in do_scsi_command()
|
D | storage_common.c | 371 return 0xffffff & (u32) get_unaligned_be32(buf - 1); in get_unaligned_be24()
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_bcj.c | 166 instr = get_unaligned_be32(buf + i); in bcj_powerpc() 322 instr = get_unaligned_be32(buf + i); in bcj_sparc()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 333 #ifndef get_unaligned_be32 334 static inline uint32_t get_unaligned_be32(const uint8_t *buf) in get_unaligned_be32() function 577 instr = get_unaligned_be32(buf + i); in bcj_powerpc() 733 instr = get_unaligned_be32(buf + i); in bcj_sparc()
|