Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 11 of 11) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/scripts/
A Daudit-validity-dates.py106 typing.Callable[[bytes], object]]]) \
116 def wrapper(data: bytes):
143 def pem_data_type(data: bytes) -> typing.Optional[str]:
230 def parse_bytes(self, data: bytes):
/lib/
A Dtables_csum.c10 const u8 *bytes = v; in table_compute_checksum() local
A Dstring.c748 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8()
767 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dpsa_storage.py109 material: bytes #pylint: disable=used-before-assignment
141 def bytes(self) -> bytes: member in Key
A Dtest_case.py15 def hex_string(data: bytes) -> str:
/lib/lwip/lwip/contrib/examples/tftp/
A Dtftp_example.c86 tftp_read(void* handle, void* buf, int bytes) in tftp_read()
/lib/libavb/
A Davb_util.c40 uint8_t bytes[4]; in avb_htobe32() member
53 uint8_t bytes[8]; in avb_htobe64() member
/lib/mbedtls/external/mbedtls/library/
A Dpsa_crypto_core.h115 size_t bytes; member
A Dpsa_crypto.c6332 size_t bytes = PSA_BITS_TO_BYTES(bits); in psa_generate_derived_key_internal() local
/lib/lwip/lwip/test/unit/api/
A Dtest_sockets.c251 static void test_sockets_msgapi_update_iovs(struct msghdr *msg, size_t bytes) in test_sockets_msgapi_update_iovs()
/lib/mbedtls/external/mbedtls/include/psa/
A Dcrypto_sizes.h41 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8u) argument

Completed in 945 milliseconds