Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/suites/
Dtest_suite_pk.function318 mbedtls_pk_verify_ext(pk_type, NULL,
323 mbedtls_pk_verify_ext(pk_type, NULL,
401 TEST_ASSERT(mbedtls_pk_verify_ext(MBEDTLS_PK_NONE, options,
599 ret = mbedtls_pk_verify_ext(pk_type, options, &pk,
610 * However, currently `mbedtls_pk_verify_ext()` may use either the
1076 TEST_ASSERT(mbedtls_pk_verify_ext(MBEDTLS_PK_RSASSA_PSS, NULL, &pk,
1365 TEST_ASSERT(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
1442 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
Dtest_suite_x509write.function62 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
/mbedtls-3.5.0/include/mbedtls/
Dpk.h541 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
/mbedtls-3.5.0/docs/architecture/psa-migration/
Dpsa-limitations.md122 - verification: `mbedtls_pk_verify_ext()`
163 The verification is done using `mbedtls_pk_verify_ext()`.
166 `mbedtls_pk_verify_ext()` uses encoding hash = mgf1 hash, it looks like all
/mbedtls-3.5.0/library/
Dpk.c481 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
Dx509_crt.c1943 if (mbedtls_pk_verify_ext(crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
2024 return mbedtls_pk_verify_ext(child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature()
Dssl_tls13_generic.c262 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
Dssl_tls12_client.c2411 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()
/mbedtls-3.5.0/docs/
D3.0-migration-guide.md464 * `mbedtls_pk_verify_ext`