Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
H A Dalignment.h485 #define MBEDTLS_GET_UINT16_LE(data, offset) \ macro
H A Dgcm.c271 u16z[0] ^= MBEDTLS_GET_UINT16_LE(&last8[rem], 0); in gcm_mult_largetable()