Home
last modified time | relevance | path

Searched refs:psa_crypto_init (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_init.function140 status = psa_crypto_init();
142 status = psa_crypto_init();
154 PSA_ASSERT(psa_crypto_init());
168 status = psa_crypto_init();
187 status = psa_crypto_init();
208 TEST_EQUAL(psa_crypto_init(), expected_init_status);
253 TEST_EQUAL(psa_crypto_init(), expected_init_status);
281 TEST_EQUAL(psa_crypto_init(), expected_init_status);
Dtest_suite_random.function107 PSA_ASSERT(psa_crypto_init());
113 PSA_ASSERT(psa_crypto_init());
133 PSA_ASSERT(psa_crypto_init());
138 PSA_ASSERT(psa_crypto_init());
165 PSA_ASSERT(psa_crypto_init());
190 PSA_ASSERT(psa_crypto_init());
Dtest_suite_psa_crypto_persistent_key.function132 PSA_ASSERT(psa_crypto_init());
163 PSA_ASSERT(psa_crypto_init());
174 PSA_ASSERT(psa_crypto_init());
186 PSA_ASSERT(psa_crypto_init());
212 PSA_ASSERT(psa_crypto_init());
230 PSA_ASSERT(psa_crypto_init());
272 PSA_ASSERT(psa_crypto_init());
286 PSA_ASSERT(psa_crypto_init());
Dtest_suite_psa_crypto_entropy.function52 PSA_ASSERT(psa_crypto_init());
92 PSA_ASSERT(psa_crypto_init());
150 PSA_ASSERT(psa_crypto_init());
178 status = psa_crypto_init();
182 status = psa_crypto_init();
Dtest_suite_psa_crypto_hash.function20 PSA_ASSERT(psa_crypto_init());
43 PSA_ASSERT(psa_crypto_init());
69 PSA_ASSERT(psa_crypto_init());
Dtest_suite_psa_crypto_not_supported.function21 PSA_ASSERT(psa_crypto_init());
41 PSA_ASSERT(psa_crypto_init());
Dtest_suite_psa_crypto_slot_management.function93 PSA_ASSERT(psa_crypto_init());
122 PSA_ASSERT(psa_crypto_init());
221 PSA_ASSERT(psa_crypto_init());
365 PSA_ASSERT(psa_crypto_init());
429 PSA_ASSERT(psa_crypto_init());
453 PSA_ASSERT(psa_crypto_init());
513 PSA_ASSERT(psa_crypto_init());
549 PSA_ASSERT(psa_crypto_init());
637 PSA_ASSERT(psa_crypto_init());
728 PSA_ASSERT(psa_crypto_init());
[all …]
Dtest_suite_psa_crypto_se_driver_hal_mocks.function304 TEST_EQUAL(psa_crypto_init(), expected_psa_status);
346 PSA_ASSERT(psa_crypto_init());
413 PSA_ASSERT(psa_crypto_init());
463 PSA_ASSERT(psa_crypto_init());
529 PSA_ASSERT(psa_crypto_init());
586 PSA_ASSERT(psa_crypto_init());
646 PSA_ASSERT(psa_crypto_init());
Dtest_suite_psa_crypto.function385 PSA_ASSERT(psa_crypto_init());
1301 PSA_ASSERT(psa_crypto_init());
1350 PSA_ASSERT(psa_crypto_init());
1403 PSA_ASSERT(psa_crypto_init());
1461 PSA_ASSERT(psa_crypto_init());
1513 PSA_ASSERT(psa_crypto_init());
1613 PSA_ASSERT(psa_crypto_init());
1670 PSA_ASSERT(psa_crypto_init());
1722 PSA_ASSERT(psa_crypto_init());
1818 PSA_ASSERT(psa_crypto_init());
[all …]
Dtest_suite_psa_crypto_se_driver_hal.function804 PSA_ASSERT(psa_crypto_init());
829 PSA_ASSERT(psa_crypto_init());
853 PSA_ASSERT(psa_crypto_init());
889 PSA_ASSERT(psa_crypto_init());
921 PSA_ASSERT(psa_crypto_init());
1021 PSA_ASSERT(psa_crypto_init());
1047 PSA_ASSERT(psa_crypto_init());
1110 PSA_ASSERT(psa_crypto_init());
1137 PSA_ASSERT(psa_crypto_init());
1185 PSA_ASSERT(psa_crypto_init());
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function515 PSA_ASSERT(psa_crypto_init());
585 PSA_ASSERT(psa_crypto_init());
643 PSA_ASSERT(psa_crypto_init());
714 PSA_ASSERT(psa_crypto_init());
787 PSA_ASSERT(psa_crypto_init());
849 PSA_ASSERT(psa_crypto_init());
891 PSA_ASSERT(psa_crypto_init());
966 PSA_ASSERT(psa_crypto_init());
1046 PSA_ASSERT(psa_crypto_init());
1154 PSA_ASSERT(psa_crypto_init());
[all …]
Dtest_suite_psa_crypto_generate_key.function26 PSA_ASSERT(psa_crypto_init());
Dtest_suite_pk.function160 PSA_ASSERT(psa_crypto_init());
165 TEST_ASSERT(psa_crypto_init() == PSA_SUCCESS);
258 PSA_ASSERT(psa_crypto_init());
1207 PSA_ASSERT(psa_crypto_init());
/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h36 #define psa_crypto_init \ macro
37 PSA_FUNCTION_NAME(psa_crypto_init)
/third_party/mbedtls/tests/include/test/
Dpsa_crypto_helpers.h37 #define PSA_INIT() PSA_ASSERT(psa_crypto_init())
/third_party/mbedtls/docs/architecture/testing/
Ddriver-interface-test-strategy.md77 * Test that keys in a secure element survive `mbedtls_psa_crypto_free(); psa_crypto_init()`.
78 * Test that the driver's persistent data survives `mbedtls_psa_crypto_free(); psa_crypto_init()`.
85 …2</sub>, ..., after M<sub>n</sub>), call `mbedtls_psa_crypto_free(); psa_crypto_init()` at that po…
88 * The recovery during `psa_crypto_init` can itself be interrupted. Test those interruptions too.
/third_party/mbedtls/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md88 … X.509 and TLS. When this option is enabled, applications must call `psa_crypto_init()` before cal…
138 * There is a PSA driver which has not been initialized (this happens in `psa_crypto_init()`).
139 …rst, and the application takes care that it happens before it calls `psa_crypto_init()`). A possib…
141 …he client has not yet activated the connection to the server (this happens in `psa_crypto_init()`).
173 * Possibly additional runtime state (for example, we might check whether `psa_crypto_init` has been…
199psa_crypto_init()` has been called. In some limited cases, such as `test_suite_psa_crypto_not_supp…
202 …mes from an accelerator driver), then SHA-256 only needs to work if `psa_crypto_init()` has been c…
208 …works if the connection to the server has been established, meaning `psa_crypto_init` has been cal…
241 * Mixed-domain code can call PSA code if it knows that `psa_crypto_init()` has been called, without…
479 …_can_do_hash()` (or a more general function `psa_can_do`) alongside `psa_crypto_init()`. Note that…
Dstrategy.md43 `psa_crypto_init()` before TLS/X.509 uses PSA functions. (This prevents us
82 1. Existing applications may not be calling `psa_crypto_init()` before using
296 without software implementation, users need to call `psa_crypto_init()` before
/third_party/mbedtls/programs/psa/
Dhmac_demo.c159 PSA_CHECK(psa_crypto_init()); in main()
Daead_demo.c281 PSA_CHECK(psa_crypto_init()); in main()
Dcrypto_examples.c326 ASSERT(psa_crypto_init() == PSA_SUCCESS); in main()
Dkey_ladder_demo.c547 PSA_CHECK(psa_crypto_init()); in run()
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c79 psa_crypto_init(); in rng_init()
/third_party/mbedtls/docs/
Duse-psa-crypto.md11 `psa_crypto_init()` before calling any function from the SSL/TLS, X.509 or PK
/third_party/mbedtls/include/psa/
Dcrypto.h106 psa_status_t psa_crypto_init(void);

12