Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_pk.function812 mbedtls_pk_verify_ext(pk_type, NULL,
817 mbedtls_pk_verify_ext(pk_type, NULL,
906 TEST_ASSERT(mbedtls_pk_verify_ext(MBEDTLS_PK_NONE, options,
1169 ret = mbedtls_pk_verify_ext(pk_type, options, &pk,
1180 * However, currently `mbedtls_pk_verify_ext()` may use either the
1683 TEST_EQUAL(mbedtls_pk_verify_ext(MBEDTLS_PK_RSASSA_PSS, NULL, &pk,
1999 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
2078 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, &pss_opts, &pk, md_alg,
2082 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, NULL, &pk, md_alg,
2101 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
Dtest_suite_x509write.function65 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
/mbedtls-latest/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`?
/mbedtls-latest/include/mbedtls/
Dpk.h812 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
/mbedtls-latest/library/
Dx509_crt.c2084 if (mbedtls_pk_verify_ext(crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
2169 return mbedtls_pk_verify_ext(child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature()
Dssl_tls13_generic.c325 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
Dpk.c1099 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
Dssl_tls12_client.c2418 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()
/mbedtls-latest/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 …
/mbedtls-latest/
DChangeLog420 * Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using