Searched refs:mbedtls_pk_verify_ext (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | pk.h | 804 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pk.function | 836 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,
|
D | test_suite_x509write.function | 61 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-limitations.md | 130 - 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
|
D | psa-legacy-bridges.md | 324 [OPEN] What about `mbedtls_pk_sign_ext` and `mbedtls_pk_verify_ext`?
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 2082 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()
|
D | pk.c | 1103 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
|
D | ssl_tls13_generic.c | 315 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
|
D | ssl_tls12_client.c | 2416 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 464 * `mbedtls_pk_verify_ext`
|
D | psa-transition.md | 940 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/ |
D | ChangeLog | 225 * Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using
|