Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_copy (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Drsa.h1137 int mbedtls_rsa_copy(mbedtls_rsa_context *dst, const mbedtls_rsa_context *src);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_rsa.function472 mbedtls_rsa_context ctx, ctx2; /* Also test mbedtls_rsa_copy() while at it */
500 TEST_ASSERT(mbedtls_rsa_copy(&ctx2, &ctx) == 0);
528 mbedtls_rsa_context ctx, ctx2; /* Also test mbedtls_rsa_copy() while at it */
569 TEST_ASSERT(mbedtls_rsa_copy(&ctx2, &ctx) == 0);
Dtest_suite_pk.function1763 TEST_ASSERT(mbedtls_rsa_copy(&raw, mbedtls_pk_rsa(rsa)) == 0);
/openthread-latest/third_party/mbedtls/repo/library/
Drsa.c2772 int mbedtls_rsa_copy(mbedtls_rsa_context *dst, const mbedtls_rsa_context *src) in mbedtls_rsa_copy() function
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md1302 A PSA key object is immutable, so there is no need for an equivalent of `mbedtls_rsa_copy`. (There …