Searched refs:MBEDTLS_GET_UINT16_LE (Results 1 – 7 of 7) sorted by relevance
308 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()
485 #define MBEDTLS_GET_UINT16_LE(data, offset) \ macro
271 u16z[0] ^= MBEDTLS_GET_UINT16_LE(&last8[rem], 0); in gcm_mult_largetable()
310 #define MBEDTLS_GET_UINT16_LE(data, offset) \ macro
275 read = MBEDTLS_GET_UINT16_LE(x, offset);