Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpk.h804 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pk.function836 mbedtls_pk_verify_ext(pk_type, NULL,
841 mbedtls_pk_verify_ext(pk_type, NULL,
930 TEST_ASSERT(mbedtls_pk_verify_ext(MBEDTLS_PK_NONE, options,
1187 ret = mbedtls_pk_verify_ext(pk_type, options, &pk,
1198 * However, currently `mbedtls_pk_verify_ext()` may use either the
1702 TEST_EQUAL(mbedtls_pk_verify_ext(MBEDTLS_PK_RSASSA_PSS, NULL, &pk,
2025 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
2095 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, &pss_opts, &pk, md_alg,
2099 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, NULL, &pk, md_alg,
2118 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
Dtest_suite_x509write.function61 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md130 - verification: `mbedtls_pk_verify_ext()`
171 The verification is done using `mbedtls_pk_verify_ext()`.
174 `mbedtls_pk_verify_ext()` uses encoding hash = mgf1 hash, it looks like all
Dpsa-legacy-bridges.md324 [OPEN] What about `mbedtls_pk_sign_ext` and `mbedtls_pk_verify_ext`?
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c2082 if (mbedtls_pk_verify_ext(crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
2167 return mbedtls_pk_verify_ext(child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature()
Dpk.c1103 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
Dssl_tls13_generic.c315 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
Dssl_tls12_client.c2416 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md464 * `mbedtls_pk_verify_ext`
Dpsa-transition.md940 The equivalent of `mbedtls_pk_verify` or `mbedtls_pk_verify_ext` to verify an already calculated ha…
1006 This mechanism corresponds to `mbedtls_pk_sign_ext` and `mbedtls_pk_verify_ext` for an RSA key, as …
/openthread-latest/third_party/mbedtls/repo/
DChangeLog225 * Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using