Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dplatform.h440 typedef struct mbedtls_platform_context { struct
443 mbedtls_platform_context; typedef
464 int mbedtls_platform_setup(mbedtls_platform_context *ctx);
479 void mbedtls_platform_teardown(mbedtls_platform_context *ctx);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dplatform.h440 typedef struct mbedtls_platform_context { struct
443 mbedtls_platform_context; typedef
464 int mbedtls_platform_setup(mbedtls_platform_context *ctx);
479 void mbedtls_platform_teardown(mbedtls_platform_context *ctx);
/aosp_15_r20/external/mbedtls/tests/include/alt-dummy/
H A Dplatform_alt.h10 typedef struct mbedtls_platform_context { struct
13 mbedtls_platform_context; argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/alt-dummy/
H A Dplatform_alt.h10 typedef struct mbedtls_platform_context { struct
13 mbedtls_platform_context; argument
/aosp_15_r20/external/mbedtls/library/
H A Dplatform.c386 int mbedtls_platform_setup(mbedtls_platform_context *ctx) in mbedtls_platform_setup()
396 void mbedtls_platform_teardown(mbedtls_platform_context *ctx) in mbedtls_platform_teardown()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dplatform.c386 int mbedtls_platform_setup(mbedtls_platform_context *ctx) in mbedtls_platform_setup()
396 void mbedtls_platform_teardown(mbedtls_platform_context *ctx) in mbedtls_platform_teardown()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dgenerate_cpp_dummy_build.sh59 mbedtls_platform_context *ctx = NULL;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dgenerate_cpp_dummy_build.sh59 mbedtls_platform_context *ctx = NULL;
/aosp_15_r20/external/mbedtls/tests/src/
H A Dhelpers.c20 static mbedtls_platform_context platform_ctx;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A Dhelpers.c27 static mbedtls_platform_context platform_ctx;
/aosp_15_r20/external/mbedtls/
H A DChangeLog3551 and the context struct mbedtls_platform_context to perform
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog3811 and the context struct mbedtls_platform_context to perform