Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdsa.function256 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
265 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
267 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
272 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
278 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
284 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
325 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
334 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
336 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
341 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdsa.function256 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
265 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
267 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
272 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
278 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
284 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
325 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
334 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
336 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
341 TEST_ASSERT(mbedtls_ecdsa_read_signature(&ctx, hash, sizeof(hash),
[all …]
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdsa.h554 int mbedtls_ecdsa_read_signature(mbedtls_ecdsa_context *ctx,
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdsa.c196 if ((ret = mbedtls_ecdsa_read_signature(&ctx_verify, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdsa.h554 int mbedtls_ecdsa_read_signature(mbedtls_ecdsa_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdsa.c198 if ((ret = mbedtls_ecdsa_read_signature(&ctx_verify, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdsa.c703 int mbedtls_ecdsa_read_signature(mbedtls_ecdsa_context *ctx, in mbedtls_ecdsa_read_signature() function
H A Dpk_wrap.c678 ret = mbedtls_ecdsa_read_signature((mbedtls_ecdsa_context *) pk->pk_ctx, in ecdsa_verify_wrap()
/aosp_15_r20/external/mbedtls/library/
H A Decdsa.c703 int mbedtls_ecdsa_read_signature(mbedtls_ecdsa_context *ctx, in mbedtls_ecdsa_read_signature() function
H A Dpk_wrap.c858 ret = mbedtls_ecdsa_read_signature((mbedtls_ecdsa_context *) pk->pk_ctx, in ecdsa_verify_wrap()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1093 ret = mbedtls_ecdsa_read_signature(&ecdsa, buf, curve_info->bit_size, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1181 ret = mbedtls_ecdsa_read_signature(&ecdsa, buf, curve_info->bit_size, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md942 …edtls_rsa_rsassa_pss_verify_ext`, `mbedtls_ecdsa_verify` amd `mbedtls_ecdsa_read_signature`. Note …
962 …t_ext`, `mbedtls_ecdsa_write_signature`, `mbedtls_ecdsa_verify` and `mbedtls_ecdsa_read_signature`.