mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
Rename function to follow naming convention
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
@@ -85,7 +85,7 @@ int mbedtls_ecp_gen_privkey_mx(size_t n_bits,
|
||||
* \param[in] Nn The address of the modulus.
|
||||
*/
|
||||
MBEDTLS_STATIC_TESTABLE
|
||||
int ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
|
||||
int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
|
||||
|
||||
#endif /* MBEDTLS_ECP_DP_SECP192R1_ENABLED */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user