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 D | test_suite_pkwrite.function | 123 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 D | test_suite_pk.function | 315 /* 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 D | test_suite_x509write.function | 305 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 D | test_suite_pkparse.function | 49 TEST_EQUAL(mbedtls_pk_get_psa_attributes(ctx, usage_flag, &attributes), 0);
|
H A D | test_suite_pk.data | 1104 # 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 D | psa-legacy-bridges.md | 245 …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 D | pk.h | 592 int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_test_lib.c | 285 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 D | pk.c | 404 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 D | ssl_helpers.c | 690 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 D | psa-transition.md | 812 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 D | all.sh | 1356 grep mbedtls_pk_get_psa_attributes library/libmbedcrypto.a
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 35 same behavior mbedtls_pk_get_psa_attributes() and 100 * The new functions mbedtls_pk_get_psa_attributes() and
|