mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Rename HexParam_t -> data_t for consistent coding style
This commit is contained in:
parent
62a5d7d65a
commit
5fcca46a3a
36 changed files with 248 additions and 248 deletions
|
|
@ -43,8 +43,8 @@ exit:
|
|||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void ecdh_primitive_testvec( int id, HexParam_t * rnd_buf_A, char * xA_str,
|
||||
char * yA_str, HexParam_t * rnd_buf_B,
|
||||
void ecdh_primitive_testvec( int id, data_t * rnd_buf_A, char * xA_str,
|
||||
char * yA_str, data_t * rnd_buf_B,
|
||||
char * xB_str, char * yB_str, char * z_str )
|
||||
{
|
||||
mbedtls_ecp_group grp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue