11 lines
270 B
C
11 lines
270 B
C
#ifndef SLI_PSA_BUILTIN_CONFIG_H
|
|
#define SLI_PSA_BUILTIN_CONFIG_H
|
|
|
|
// Modify this file to allow/disallow PSA crypto fallback software implementations
|
|
|
|
#undef MBEDTLS_PSA_BUILTIN_ALG_ECB_NO_PADDING
|
|
#undef MBEDTLS_PSA_BUILTIN_ALG_CMAC
|
|
|
|
|
|
#endif // SLI_PSA_BUILTIN_CONFIG_H
|