mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Move integral types and associated macros to their own header
Some parts of the library, and crypto drivers, need to see key types, algorithms, policies, etc. but not API functions. Move portable integral types and macros to build and analyze values of these types to a separate headers crypto_types.h and crypto_values.h. No functional changes, code was only moved from crypto.h to the new headers.
This commit is contained in:
@ -285,5 +285,5 @@ def generate_psa_constants(header_file_name, output_file_name):
|
||||
if __name__ == '__main__':
|
||||
if not os.path.isdir('programs') and os.path.isdir('../programs'):
|
||||
os.chdir('..')
|
||||
generate_psa_constants('include/psa/crypto.h',
|
||||
generate_psa_constants('include/psa/crypto_values.h',
|
||||
'programs/psa/psa_constant_names_generated.c')
|
||||
|
Reference in New Issue
Block a user