File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 414
414
* unsigned char mbedtls_internal_ecp_grp_capable(
415
415
* const mbedtls_ecp_group *grp )
416
416
* int mbedtls_internal_ecp_init( const mbedtls_ecp_group *grp )
417
- * void mbedtls_internal_ecp_deinit ( const mbedtls_ecp_group *grp )
417
+ * void mbedtls_internal_ecp_free ( const mbedtls_ecp_group *grp )
418
418
* The mbedtls_internal_ecp_grp_capable function should return 1 if the
419
419
* replacement functions implement arithmetic for the given group and 0
420
420
* otherwise.
421
- * The functions mbedtls_internal_ecp_init and mbedtls_internal_ecp_deinit are
421
+ * The functions mbedtls_internal_ecp_init and mbedtls_internal_ecp_free are
422
422
* called before and after each point operation and provide an opportunity to
423
423
* implement optimized set up and tear down instructions.
424
424
*
You can’t perform that action at this time.
0 commit comments