Home
last modified time | relevance | path

Searched refs:mbedtls_lmots_calculate_public_key (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_lmots.function43 TEST_EQUAL(mbedtls_lmots_calculate_public_key(&pub_ctx, &priv_ctx), 0);
66 TEST_EQUAL(mbedtls_lmots_calculate_public_key(&pub_ctx, &priv_ctx), 0);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_lmots.function43 TEST_EQUAL(mbedtls_lmots_calculate_public_key(&pub_ctx, &priv_ctx), 0);
66 TEST_EQUAL(mbedtls_lmots_calculate_public_key(&pub_ctx, &priv_ctx), 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dlmots.h246 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx,
H A Dlmots.c650 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx, in mbedtls_lmots_calculate_public_key() function
H A Dlms.c620 ret = mbedtls_lmots_calculate_public_key(&ctx->ots_public_keys[idx], in mbedtls_lms_generate_private_key()
/aosp_15_r20/external/mbedtls/library/
H A Dlmots.h269 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx,
H A Dlmots.c691 int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx, in mbedtls_lmots_calculate_public_key() function
H A Dlms.c634 ret = mbedtls_lmots_calculate_public_key(&ctx->ots_public_keys[idx], in mbedtls_lms_generate_private_key()