Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 16 of 16) sorted by relevance

/optee_os/out/arm/core/include/generated/
A D.asm-defines.s415 .byte 0
437 .byte 0
438 .byte 0
441 .byte 0
448 .byte 0
449 .byte 0
452 .byte 0
459 .byte 0
460 .byte 0
463 .byte 0
[all …]
/optee_os/lib/libutee/
A Dbase64.c81 uint8_t byte = 0; in _base64_dec() local
92 byte = idx << 2; in _base64_dec()
97 b[m] = byte | (idx >> 4); in _base64_dec()
99 byte = (idx & 0xf) << 4; in _base64_dec()
104 b[m] = byte | (idx >> 2); in _base64_dec()
106 byte = (idx & 0x3) << 6; in _base64_dec()
111 b[m] = byte | idx; in _base64_dec()
/optee_os/lib/libunw/
A Dunwind_arm32.c162 *ret_insn = (insn >> (state->byte * 8)) & 0xff; in unwind_exec_read_byte()
165 if (state->byte == 0) { in unwind_exec_read_byte()
166 state->byte = 3; in unwind_exec_read_byte()
170 state->byte--; in unwind_exec_read_byte()
335 state->byte = 2; in unwind_tab()
338 state->byte = 1; in unwind_tab()
/optee_os/core/drivers/
A Dhi16xx_rng.c71 uint8_t byte[4]; in hw_get_random_byte() member
85 ret = random.byte[pos++]; in hw_get_random_byte()
A Datmel_trng.c34 uint8_t byte[sizeof(uint32_t)]; member
92 data = random_data.byte[random_byte_pos++]; in hw_get_random_byte()
A Ddra7_rng.c80 uint8_t byte[8]; in hw_get_random_byte() member
117 ret = random.byte[pos]; in hw_get_random_byte()
A Dimx_i2c.c241 static TEE_Result i2c_write_byte(uint8_t bid, uint8_t byte) in i2c_write_byte() argument
246 i2c_io_write8(bid, I2DR, byte); in i2c_write_byte()
/optee_os/lib/libutils/isoc/newlib/
A Dstrlen.c88 #error long int is not a 32bit or 64bit byte
A Dstrcpy.c90 #error long int is not a 32bit or 64bit byte
A Dstrcmp.c93 #error long int is not a 32bit or 64bit byte
A Dstrncmp.c92 #error long int is not a 32bit or 64bit byte
A Dstrncpy.c96 #error long int is not a 32bit or 64bit byte
A Dmemchr.c97 #error long int is not a 32bit or 64bit byte
/optee_os/lib/libunw/include/unw/
A Dunwind.h46 unsigned int byte; member
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog511 attacker could for example impersonate a 4-bytes or 16-byte domain by
541 * Fix a 1-byte buffer overread in mbedtls_x509_crl_parse_der().
929 1 byte too large for the output buffer.
1084 were shifted by one byte, creating an invalid ASN.1 tag. Fixed by
1089 * Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when
1741 function which leads to a potential one byte overread of the message
2361 * Fix conditional statement that would cause a 1 byte overread in
2374 * Fix potential byte overread when verifying malformed SERVER_HELLO in
2388 * Added support for 3 and 4 byte lengths to mbedtls_asn1_write_len().
3187 error if the output buffer was just 1 byte too small.
[all …]
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp6420 236c: 74 .byte 0x74
6421 236d: 00 .byte 0x00
11895 4af6: 24 .byte 0x24
11896 4af7: 00 .byte 0x00

Completed in 121 milliseconds