Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dcommon.h170 #ifndef MBEDTLS_GET_UINT16_LE
171 #define MBEDTLS_GET_UINT16_LE( data, offset ) \ macro
A Dpsa_crypto_storage.c318 attr->type = MBEDTLS_GET_UINT16_LE( storage_format->type, 0 ); in psa_parse_key_data_from_storage()
319 attr->bits = MBEDTLS_GET_UINT16_LE( storage_format->bits, 0 ); in psa_parse_key_data_from_storage()

Completed in 3 milliseconds