Searched refs:dump_ecc_reg (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | crypto.c | 46 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count); 898 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 910 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 1063 dump_ecc_reg("CRPT_ECC_CURVE_A", crpt->ECC_A, 10); in ecc_init_curve() 1064 dump_ecc_reg("CRPT_ECC_CURVE_B", crpt->ECC_B, 10); in ecc_init_curve() 1065 dump_ecc_reg("CRPT_ECC_POINT_X1", crpt->ECC_X1, 10); in ecc_init_curve() 1066 dump_ecc_reg("CRPT_ECC_POINT_Y1", crpt->ECC_Y1, 10); in ecc_init_curve() 1081 dump_ecc_reg("CRPT_ECC_CURVE_N", crpt->ECC_N, 10); in ecc_init_curve()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | crypto.c | 48 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count); 861 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 873 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 1029 dump_ecc_reg("CRPT_ECC_CURVE_A", crpt->ECC_A, 10); in ecc_init_curve() 1030 dump_ecc_reg("CRPT_ECC_CURVE_B", crpt->ECC_B, 10); in ecc_init_curve() 1031 dump_ecc_reg("CRPT_ECC_POINT_X1", crpt->ECC_X1, 10); in ecc_init_curve() 1032 dump_ecc_reg("CRPT_ECC_POINT_Y1", crpt->ECC_Y1, 10); in ecc_init_curve() 1047 dump_ecc_reg("CRPT_ECC_CURVE_N", crpt->ECC_N, 10); in ecc_init_curve()
|