Home
last modified time | relevance | path

Searched refs:mbedtls_psa_get_stats (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_crypto_helpers.c71 mbedtls_psa_get_stats(&stats); in mbedtls_test_helper_is_psa_leaking()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h244 void mbedtls_psa_get_stats(mbedtls_psa_stats_t *stats);
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c650 void mbedtls_psa_get_stats(mbedtls_psa_stats_t *stats) in mbedtls_psa_get_stats() function
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function940 mbedtls_psa_get_stats(&psa_key_slots_stats);
Dtest_suite_ssl.function3329 mbedtls_psa_get_stats(&stats);
3344 mbedtls_psa_get_stats(&stats);
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md302 `PSA_DONE` is a macro defined in `psa_crypto_helpers.h` which uses `mbedtls_psa_get_stats()` to get…