Searched refs:Hex2Reg (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | crypto.c | 50 static void Hex2Reg(char input[], uint32_t volatile reg[]); 896 static void Hex2Reg(char input[], uint32_t volatile reg[]) in Hex2Reg() function 997 Hex2Reg(input, reg); in CRPT_Hex2Reg() 1023 Hex2Reg(pCurve->Ea, crpt->ECC_A); in ecc_init_curve() 1024 Hex2Reg(pCurve->Eb, crpt->ECC_B); in ecc_init_curve() 1025 Hex2Reg(pCurve->Px, crpt->ECC_X1); in ecc_init_curve() 1026 Hex2Reg(pCurve->Py, crpt->ECC_Y1); in ecc_init_curve() 1044 Hex2Reg(pCurve->Pp, crpt->ECC_N); in ecc_init_curve() 1152 Hex2Reg(private_k, crpt->ECC_K); in ECC_GeneratePublicKey() 1287 Hex2Reg(x1, crpt->ECC_X1); in ECC_Mutiply() [all …]
|
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | crypto.c | 48 static void Hex2Reg(char input[], uint32_t volatile reg[]); 932 static void Hex2Reg(char input[], uint32_t volatile reg[]) in Hex2Reg() function 1057 Hex2Reg(pCurve->Ea, crpt->ECC_A); in ecc_init_curve() 1058 Hex2Reg(pCurve->Eb, crpt->ECC_B); in ecc_init_curve() 1059 Hex2Reg(pCurve->Px, crpt->ECC_X1); in ecc_init_curve() 1060 Hex2Reg(pCurve->Py, crpt->ECC_Y1); in ecc_init_curve() 1078 Hex2Reg(pCurve->Pp, crpt->ECC_N); in ecc_init_curve() 1227 Hex2Reg(private_k, crpt->ECC_K); in ECC_GeneratePublicKey() 1284 Hex2Reg(x1, crpt->ECC_X1); in ECC_Mutiply() 1285 Hex2Reg(y1, crpt->ECC_Y1); in ECC_Mutiply() [all …]
|