Searched refs:psa_crypto_init (Results 1 – 25 of 31) sorted by relevance
12
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_init.function | 140 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);
|
D | test_suite_random.function | 107 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());
|
D | test_suite_psa_crypto_persistent_key.function | 132 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());
|
D | test_suite_psa_crypto_entropy.function | 52 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();
|
D | test_suite_psa_crypto_hash.function | 20 PSA_ASSERT(psa_crypto_init()); 43 PSA_ASSERT(psa_crypto_init()); 69 PSA_ASSERT(psa_crypto_init());
|
D | test_suite_psa_crypto_not_supported.function | 21 PSA_ASSERT(psa_crypto_init()); 41 PSA_ASSERT(psa_crypto_init());
|
D | test_suite_psa_crypto_slot_management.function | 93 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 …]
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 304 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());
|
D | test_suite_psa_crypto.function | 385 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 …]
|
D | test_suite_psa_crypto_se_driver_hal.function | 804 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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 515 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 …]
|
D | test_suite_psa_crypto_generate_key.function | 26 PSA_ASSERT(psa_crypto_init());
|
D | test_suite_pk.function | 160 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/ |
D | crypto_spe.h | 36 #define psa_crypto_init \ macro 37 PSA_FUNCTION_NAME(psa_crypto_init)
|
/third_party/mbedtls/tests/include/test/ |
D | psa_crypto_helpers.h | 37 #define PSA_INIT() PSA_ASSERT(psa_crypto_init())
|
/third_party/mbedtls/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 77 * 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/ |
D | md-cipher-dispatch.md | 88 … 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… 199 …psa_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…
|
D | strategy.md | 43 `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/ |
D | hmac_demo.c | 159 PSA_CHECK(psa_crypto_init()); in main()
|
D | aead_demo.c | 281 PSA_CHECK(psa_crypto_init()); in main()
|
D | crypto_examples.c | 326 ASSERT(psa_crypto_init() == PSA_SUCCESS); in main()
|
D | key_ladder_demo.c | 547 PSA_CHECK(psa_crypto_init()); in run()
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_test_lib.c | 79 psa_crypto_init(); in rng_init()
|
/third_party/mbedtls/docs/ |
D | use-psa-crypto.md | 11 `psa_crypto_init()` before calling any function from the SSL/TLS, X.509 or PK
|
/third_party/mbedtls/include/psa/ |
D | crypto.h | 106 psa_status_t psa_crypto_init(void);
|
12