Home
last modified time | relevance | path

Searched refs:check_attributes (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c3168 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
3171 if (psa_get_key_attributes(ecjpake_pw_slot, &check_attributes) != in main()
Dssl_server2.c4284 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT; in main() local
4287 if (psa_get_key_attributes(ecjpake_pw_slot, &check_attributes) != in main()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function3496 psa_key_attributes_t check_attributes = PSA_KEY_ATTRIBUTES_INIT;
3509 TEST_EQUAL(psa_get_key_attributes(pwd_slot, &check_attributes),