mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	tf-psa-crypto: cmake: Use TF-PSA-Crypto config.py
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		@@ -150,11 +150,17 @@ else()
 | 
			
		||||
        set(TF_PSA_CRYPTO_PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE})
 | 
			
		||||
    endif()
 | 
			
		||||
endif()
 | 
			
		||||
if(TF_PSA_CRYPTO_PYTHON_EXECUTABLE)
 | 
			
		||||
 | 
			
		||||
if(TF_PSA_CRYPTO_PYTHON_EXECUTABLE)
 | 
			
		||||
    # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
 | 
			
		||||
    execute_process(COMMAND ${TF_PSA_CRYPTO_PYTHON_EXECUTABLE} ${MBEDTLS_DIR}/scripts/config.py -f ${MBEDTLS_DIR}/include/mbedtls/mbedtls_config.h get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
 | 
			
		||||
                        RESULT_VARIABLE result)
 | 
			
		||||
    execute_process(
 | 
			
		||||
        COMMAND
 | 
			
		||||
            ${TF_PSA_CRYPTO_PYTHON_EXECUTABLE} ${TF_PSA_CRYPTO_DIR}/scripts/config.py
 | 
			
		||||
            -f ${TF_PSA_CRYPTO_DIR}/include/psa/crypto_config.h
 | 
			
		||||
            get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
 | 
			
		||||
        RESULT_VARIABLE
 | 
			
		||||
            result
 | 
			
		||||
    )
 | 
			
		||||
    if(${result} EQUAL 0)
 | 
			
		||||
        message(WARNING ${CTR_DRBG_128_BIT_KEY_WARNING})
 | 
			
		||||
    endif()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user