Searched refs:dump_ecc_reg (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | crypto.c | 47 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count); 839 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 851 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 1007 dump_ecc_reg("CRPT_ECC_CURVE_A", crpt->ECC_A, 10); in ecc_init_curve() 1008 dump_ecc_reg("CRPT_ECC_CURVE_B", crpt->ECC_B, 10); in ecc_init_curve() 1009 dump_ecc_reg("CRPT_ECC_POINT_X1", crpt->ECC_X1, 10); in ecc_init_curve() 1010 dump_ecc_reg("CRPT_ECC_POINT_Y1", crpt->ECC_Y1, 10); in ecc_init_curve() 1025 dump_ecc_reg("CRPT_ECC_CURVE_N", crpt->ECC_N, 10); in ecc_init_curve()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | crypto.c | 48 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count); 786 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() function 798 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) { (void)str; (void)reg… in dump_ecc_reg() function 927 dump_ecc_reg("CRPT_ECC_CURVE_A", crpt->ECC_A, 10); in ecc_init_curve() 928 dump_ecc_reg("CRPT_ECC_CURVE_B", crpt->ECC_B, 10); in ecc_init_curve() 929 dump_ecc_reg("CRPT_ECC_POINT_X1", crpt->ECC_X1, 10); in ecc_init_curve() 930 dump_ecc_reg("CRPT_ECC_POINT_Y1", crpt->ECC_Y1, 10); in ecc_init_curve() 945 dump_ecc_reg("CRPT_ECC_CURVE_N", crpt->ECC_N, 10); in ecc_init_curve()
|