/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecdsa.function | 33 TEST_ASSERT(mbedtls_ecdsa_verify(&grp, buf, sizeof(buf), &Q, &r, &s) == 0); 68 TEST_ASSERT(mbedtls_ecdsa_verify(&grp, buf, sizeof(buf), &Q, &r, &s) == 0); 125 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, 129 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, 136 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 138 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 140 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 146 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 148 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 150 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecdsa.function | 33 TEST_ASSERT(mbedtls_ecdsa_verify(&grp, buf, sizeof(buf), &Q, &r, &s) == 0); 68 TEST_ASSERT(mbedtls_ecdsa_verify(&grp, buf, sizeof(buf), &Q, &r, &s) == 0); 125 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, 129 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, 136 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 138 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 140 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 146 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 148 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, 150 TEST_EQUAL(mbedtls_ecdsa_verify(&grp, hash->x, hash->len, &Q, [all …]
|
/aosp_15_r20/external/pigweed/pw_crypto/ |
H A D | ecdsa_mbedtls.cc | 106 if (mbedtls_ecdsa_verify( in VerifyP256Signature()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdsa.h | 373 int mbedtls_ecdsa_verify(mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdsa.h | 373 int mbedtls_ecdsa_verify(mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdsa.c | 596 int mbedtls_ecdsa_verify(mbedtls_ecp_group *grp, in mbedtls_ecdsa_verify() function 747 if ((ret = mbedtls_ecdsa_verify(&ctx->grp, hash, hlen, in mbedtls_ecdsa_read_signature_restartable()
|
H A D | psa_crypto_ecp.c | 501 status = mbedtls_to_psa_error(mbedtls_ecdsa_verify(&ecp->grp, hash, in mbedtls_psa_ecdsa_verify_hash()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdsa.c | 596 int mbedtls_ecdsa_verify(mbedtls_ecp_group *grp, in mbedtls_ecdsa_verify() function 747 if ((ret = mbedtls_ecdsa_verify(&ctx->grp, hash, hlen, in mbedtls_ecdsa_read_signature_restartable()
|
H A D | psa_crypto_ecp.c | 466 status = mbedtls_to_psa_error(mbedtls_ecdsa_verify(&ecp->grp, hash, in mbedtls_psa_ecdsa_verify_hash()
|
/aosp_15_r20/system/chre/platform/tinysys/ |
H A D | authentication.cc | 170 int result = mbedtls_ecdsa_verify(&mGroup, digest, ARRAY_SIZE(digest), &mQ, in authenticate()
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 492 n = mbedtls_ecdsa_verify(&ECDSACTX(ctx, grp), in, hlen, in lws_genecdsa_hash_sig_verify_jws()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | crypto_platform.cpp | 649 …ret = mbedtls_ecdsa_verify(&ecdsa.MBEDTLS_PRIVATE(grp), aHash->m8, Sha256::Hash::kSize, &ecdsa.MBE… in otPlatCryptoEcdsaVerify()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 942 …tls_rsa_rsassa_pss_verify`, `mbedtls_rsa_rsassa_pss_verify_ext`, `mbedtls_ecdsa_verify` amd `mbedt… 962 …, `mbedtls_ecdsa_sign_det_ext`, `mbedtls_ecdsa_write_signature`, `mbedtls_ecdsa_verify` and `mbedt…
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 3395 mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey().
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 3655 mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey().
|