Home
last modified time | relevance | path

Searched refs:mbedtls_pk_get_psa_attributes (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pkwrite.function123 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&key, PSA_KEY_USAGE_SIGN_MESSAGE, &key_attr), 0);
203 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&priv_key, PSA_KEY_USAGE_SIGN_HASH, &key_attr), 0);
H A Dtest_suite_pk.function315 /* Usage implied by mbedtls_pk_get_psa_attributes() */
1062 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&prv, PSA_KEY_USAGE_SIGN_HASH,
1623 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, PSA_KEY_USAGE_DECRYPT, &key_attr), 0);
1779 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&alt,
1911 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, PSA_KEY_USAGE_SIGN_HASH, &attributes), 0);
2076 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, PSA_KEY_USAGE_SIGN_HASH, &key_attr), 0);
2165 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, usage, &attributes), 0);
2213 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, usage, &attributes), 0);
2254 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, usage, &attributes),
2318 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&pk, to_usage,
[all …]
H A Dtest_suite_x509write.function305 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&key, PSA_KEY_USAGE_SIGN_HASH, &key_attr), 0);
449 TEST_EQUAL(mbedtls_pk_get_psa_attributes(&issuer_key, PSA_KEY_USAGE_SIGN_HASH,
H A Dtest_suite_pkparse.function49 TEST_EQUAL(mbedtls_pk_get_psa_attributes(ctx, usage_flag, &attributes), 0);
H A Dtest_suite_pk.data1104 # For a PK_OPAQUE key, mbedtls_pk_get_psa_attributes() ignores the input
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dpsa-legacy-bridges.md245 …y a nice way to present this conversion. For a specific key, `mbedtls_pk_get_psa_attributes` and `…
263 …](https://github.com/Mbed-TLS/mbedtls/issues/8708) Implement `mbedtls_pk_get_psa_attributes` and `…
266 int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
274 * `mbedtls_pk_get_psa_attributes` does not change the id/lifetime fields of the attributes (which i…
276 * `mbedtls_pk_get_psa_attributes` sets the type and size based on what's in the pk context.
278 * `mbedtls_pk_get_psa_attributes` sets the usage flags based on the `usage` parameter. It extends t…
283 * `mbedtls_pk_get_psa_attributes` sets the algorithm usage policy based on information in the key o…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h592 int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_test_lib.c285 ret = mbedtls_pk_get_psa_attributes(pk, PSA_KEY_USAGE_SIGN_HASH, &key_attr); in pk_wrap_as_opaque()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk.c404 int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk, in mbedtls_pk_get_psa_attributes() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c690 TEST_EQUAL(mbedtls_pk_get_psa_attributes(cert->pkey, PSA_KEY_USAGE_SIGN_HASH, in mbedtls_test_ssl_endpoint_certificate_init()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md812 2. Call [`mbedtls_pk_get_psa_attributes`](https://mbed-tls.readthedocs.io/projects/api/en/developme…
832 mbedtls_pk_get_psa_attributes(&pk, PSA_KEY_USAGE_SIGN_HASH, &attributes);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dall.sh1356 grep mbedtls_pk_get_psa_attributes library/libmbedcrypto.a
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog35 same behavior mbedtls_pk_get_psa_attributes() and
100 * The new functions mbedtls_pk_get_psa_attributes() and