Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pk.function378 mbedtls_pk_verify_ext(pk_type, NULL,
383 mbedtls_pk_verify_ext(pk_type, NULL,
463 TEST_ASSERT(mbedtls_pk_verify_ext(MBEDTLS_PK_NONE, options,
689 ret = mbedtls_pk_verify_ext(pk_type, options, &pk,
700 * However, currently `mbedtls_pk_verify_ext()` may use either the
1171 TEST_ASSERT(mbedtls_pk_verify_ext(MBEDTLS_PK_RSASSA_PSS, NULL, &pk,
1464 TEST_ASSERT(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
1541 TEST_EQUAL(mbedtls_pk_verify_ext(key_pk_type, options, &pk, md_alg,
H A Dtest_suite_x509write.function60 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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,
H A Dtest_suite_x509write.function61 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/romlib/
Djmptbl.i38 mbedtls mbedtls_pk_verify_ext
/aosp_15_r20/external/arm-trusted-firmware/lib/romlib/
H A Djmptbl.i38 mbedtls mbedtls_pk_verify_ext
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/juno/
H A Djmptbl.i54 mbedtls mbedtls_pk_verify_ext
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/
Djmptbl.i59 mbedtls mbedtls_pk_verify_ext
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp/
H A Djmptbl.i55 mbedtls mbedtls_pk_verify_ext
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/juno/
Djmptbl.i57 mbedtls mbedtls_pk_verify_ext
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A 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
H A Dpsa-legacy-bridges.md324 [OPEN] What about `mbedtls_pk_sign_ext` and `mbedtls_pk_verify_ext`?
/aosp_15_r20/external/mbedtls/docs/architecture/psa-migration/
H A 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
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c124 rc = mbedtls_pk_verify_ext(pk_alg, sig_opts, &pk, md_alg, hash, in verify_signature()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpk.h580 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h804 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c151 rc = mbedtls_pk_verify_ext(pk_alg, sig_opts, &pk, md_alg, hash, in verify_signature()
/aosp_15_r20/external/mbedtls/library/
H A Dpk.c475 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
H A Dx509_crt.c2081 if (mbedtls_pk_verify_ext(crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
2166 return mbedtls_pk_verify_ext(child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature()
H A Dssl_tls13_generic.c315 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
H A Dssl_tls12_client.c2419 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
H A Dssl_tls13_generic.c315 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
H A Dpk.c1103 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
H A Dssl_tls12_client.c2416 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()

12