Home
last modified time | relevance | path

Searched refs:MBEDTLS_PK_OPAQUE (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpkwrite.c66 if (mbedtls_pk_get_type(pk) == MBEDTLS_PK_OPAQUE) { in pk_write_rsa_der()
96 if (mbedtls_pk_get_type(pk) == MBEDTLS_PK_OPAQUE) { in pk_write_ec_pubkey()
124 if (mbedtls_pk_get_type(pk) == MBEDTLS_PK_OPAQUE) { in pk_write_ec_pubkey()
164 if (mbedtls_pk_get_type(pk) == MBEDTLS_PK_OPAQUE) { in pk_write_ec_private()
193 if (mbedtls_pk_get_type(pk) == MBEDTLS_PK_OPAQUE) { in pk_write_ec_private()
386 if (pk_type == MBEDTLS_PK_OPAQUE) { in pk_get_type_ext()
428 if (mbedtls_pk_get_type(key) == MBEDTLS_PK_OPAQUE) { in mbedtls_pk_write_pubkey()
Dpk.c76 if ((ctx->pk_info != NULL) && (ctx->pk_info->type != MBEDTLS_PK_OPAQUE)) { in mbedtls_pk_free()
282 if (mbedtls_pk_get_type(ctx) != MBEDTLS_PK_OPAQUE) { in mbedtls_pk_can_do_ext()
523 case MBEDTLS_PK_OPAQUE: in mbedtls_pk_get_psa_attributes()
730 case MBEDTLS_PK_OPAQUE: in import_pair_into_psa()
809 case MBEDTLS_PK_OPAQUE: in import_public_into_psa()
1329 if (mbedtls_pk_get_type(ctx) == MBEDTLS_PK_OPAQUE) { in mbedtls_pk_sign_ext()
1465 if ((prv->pk_info->type != MBEDTLS_PK_OPAQUE) && in mbedtls_pk_check_pair()
Dpk_internal.h91 if (mbedtls_pk_get_type(pk) == MBEDTLS_PK_OPAQUE) { in mbedtls_pk_get_ec_group_id()
Dpk_wrap.c1431 .type = MBEDTLS_PK_OPAQUE,
1558 .type = MBEDTLS_PK_OPAQUE,
Dssl_tls12_server.c2614 case MBEDTLS_PK_OPAQUE: in ssl_get_ecdh_params_from_cert()
2634 if (pk_type == MBEDTLS_PK_OPAQUE) { in ssl_get_ecdh_params_from_cert()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpk.h81 MBEDTLS_PK_OPAQUE, enumerator
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md168MBEDTLS_PK_OPAQUE` that wraps the PSA key. This is good enough in some scenarios, but not others. …
275 …0? Resetting is more convenient for the case where the pk key is a `MBEDTLS_PK_OPAQUE`. But that's…
288 …* For a `MBEDTLS_PK_OPAQUE`, this function reads the attributes of the existing PK key and copies …
309 * The resulting pk object has a transparent type, not `MBEDTLS_PK_OPAQUE`. That's `MBEDTLS_PK_RSA` …
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c1301 case MBEDTLS_PK_OPAQUE: in mbedtls_test_key_consistency_psa_pk()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509write.function459 TEST_ASSERT(mbedtls_pk_get_type(&issuer_key) == MBEDTLS_PK_OPAQUE);
Dtest_suite_pk.function703 TEST_ASSERT(mbedtls_pk_get_type(&pk) == MBEDTLS_PK_OPAQUE);
796 TEST_EQUAL(mbedtls_pk_get_type(&pk), MBEDTLS_PK_OPAQUE);
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c580 if (mbedtls_pk_get_type(cert->pkey) == MBEDTLS_PK_OPAQUE) { in test_ssl_endpoint_certificate_free()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md913 …en `MBEDTLS_USE_PSA_CRYPTO` is enabled. The PK object has the type `MBEDTLS_PK_OPAQUE` regardless …