File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1212
1313#ifdef  CONFIG_CRYPTO_MBEDTLS_SHIM 
1414#define  CRYPTO_DRV_NAME  CONFIG_CRYPTO_MBEDTLS_SHIM_DRV_NAME
15+ #elif  CONFIG_CRYPTO_ESP32_AES 
16+ #define  CRYPTO_DEV_COMPAT  espressif_esp32_aes
1517#else 
1618#error  "You need to enable one crypto device"
1719#endif 
Original file line number Diff line number Diff line change 11tests :
2-   crypto.aes :
2+   crypto.aes.mbedtls_shim  :
33    platform_allow :
44      - native_sim 
55    integration_platforms :
66      - native_sim 
77    extra_args : EXTRA_CONF_FILE=prj_mtls_shim.conf 
88    tags : crypto 
9+   crypto.aes :
10+     platform_allow :
11+       - esp32_devkitc/esp32/procpu 
12+       - esp32s2_devkitc 
13+       - esp32s3_devkitc/esp32s3/procpu 
14+       - esp32c3_devkitc 
15+       - esp32c6_devkitc/esp32c6/hpcore 
16+       - esp32h2_devkitm 
17+     tags : crypto 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments