Mistake on this page?
Report an issue in GitHub or email us
pal_mbed_os_intf.h
1 #ifndef PAL_MBED_OS_CRYPTO_H_
2 #define PAL_MBED_OS_CRYPTO_H_
3 
4 #include "val_interfaces.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 typedef enum _compliance_test_type{
11  COMPLIANCE_TEST_UNDEFINED,
12  COMPLIANCE_TEST_START = COMPLIANCE_TEST_UNDEFINED,
13  COMPLIANCE_TEST_CRYPTO,
14  COMPLIANCE_TEST_ATTESTATION,
15  COMPLIANCE_TEST_STORAGE,
16  COMPLIANCE_TEST_END
17 }compliance_test_type;
18 
19 typedef void (*test_entry_f)(val_api_t *val_api, psa_api_t *psa_api);
20 int test_start(test_entry_f test_f, compliance_test_type type);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* PAL_MBED_OS_CRYPTO_H_ */
Copyright (c) 2018-2019, Arm Limited or its affiliates.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.