Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_verify (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crt.h670 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crt.h670 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt,
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_app.c317 if ((ret = mbedtls_x509_crt_verify(&crt, &cacert, &cacrl, NULL, &flags, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_app.c317 if ((ret = mbedtls_x509_crt_verify(&crt, &cacert, &cacrl, NULL, &flags, in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509write.function562 ret = mbedtls_x509_crt_verify(&crt_parse, &trusted, NULL, NULL, &flags,
H A Dtest_suite_x509parse.function1355 ret = mbedtls_x509_crt_verify(&chain, &trusted, NULL, NULL, &flags,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509write.function546 ret = mbedtls_x509_crt_verify(&crt_parse, &trusted, NULL, NULL, &flags,
H A Dtest_suite_x509parse.function1433 ret = mbedtls_x509_crt_verify(&chain, &trusted, NULL, NULL, &flags,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md595 of the verification callback function passed to `mbedtls_x509_crt_verify()` (see
1022 …profile, call `mbedtls_x509_crt_verify_with_profile` instead of `mbedtls_x509_crt_verify` and pass…
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md595 of the verification callback function passed to `mbedtls_x509_crt_verify()` (see
1022 …profile, call `mbedtls_x509_crt_verify_with_profile` instead of `mbedtls_x509_crt_verify` and pass…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crt.c3149 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() function
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crt.c3148 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() function
/aosp_15_r20/external/mbedtls/
H A DChangeLog1964 mbedtls_x509_crt_verify()) with the actual certificate name: when the
3963 * mbedtls_x509_crt_verify(_with_profile)() now also checks the key type and
4163 mbedtls_x509_crt_verify() (flags, f_vrfy -> needs to be updated)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2224 mbedtls_x509_crt_verify()) with the actual certificate name: when the
4223 * mbedtls_x509_crt_verify(_with_profile)() now also checks the key type and
4423 mbedtls_x509_crt_verify() (flags, f_vrfy -> needs to be updated)