Lines Matching refs:psa
87 #generated_psa_test_data: ../include/psa/crypto_config.h
88 generated_psa_test_data: ../include/psa/crypto_values.h
89 generated_psa_test_data: ../include/psa/crypto_extra.h
205 s!^(\s*#\s*include\s*[\"<])(mbedtls|psa)/!$${1}libtestdriver1/include/$${2}/!; \
226 # It is set from the copied include/psa/crypto_config.h of the Mbed TLS
230 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak
231 head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_config.h
232 cat ./include/test/drivers/crypto_config_test_driver_extension.h >> ./libtestdriver1/include/psa/crypto_config.h
233 echo "#endif /* PSA_CRYPTO_CONFIG_H */" >> ./libtestdriver1/include/psa/crypto_config.h
245 include/test/instrument_record_status.h: ../include/psa/crypto.h Makefile
247 sed <../include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_STATUS("\1", \1(__VA_ARGS__))/p'