Searched refs:mbedtls_ecp_check_budget (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 401 int mbedtls_ecp_check_budget(const mbedtls_ecp_group *grp, 407 MBEDTLS_MPI_CHK(mbedtls_ecp_check_budget(grp, rs_ctx, \
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 402 int mbedtls_ecp_check_budget(const mbedtls_ecp_group *grp, 408 MBEDTLS_MPI_CHK(mbedtls_ecp_check_budget(grp, rs_ctx, \
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdsa.c | 150 MBEDTLS_MPI_CHK(mbedtls_ecp_check_budget(grp, ECDSA_RS_ECP, ops));
|
H A D | ecp.c | 246 int mbedtls_ecp_check_budget(const mbedtls_ecp_group *grp, in mbedtls_ecp_check_budget() function
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdsa.c | 150 MBEDTLS_MPI_CHK(mbedtls_ecp_check_budget(grp, ECDSA_RS_ECP, ops));
|
H A D | ecp.c | 246 int mbedtls_ecp_check_budget(const mbedtls_ecp_group *grp, in mbedtls_ecp_check_budget() function
|