Home
last modified time | relevance | path

Searched refs:MBEDTLS_GET_UINT16_LE (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dpsa_crypto_storage.c308 attr->type = MBEDTLS_GET_UINT16_LE(storage_format->type, 0); in psa_parse_key_data_from_storage()
309 attr->bits = MBEDTLS_GET_UINT16_LE(storage_format->bits, 0); in psa_parse_key_data_from_storage()
Dalignment.h485 #define MBEDTLS_GET_UINT16_LE(data, offset) \ macro
Dgcm.c271 u16z[0] ^= MBEDTLS_GET_UINT16_LE(&last8[rem], 0); in gcm_mult_largetable()
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_alignment.function275 read = MBEDTLS_GET_UINT16_LE(x, offset);