Searched refs:p_pre_comp (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 741 const fe p_pre_comp[17][3]) { in batch_mul() 801 select_point(digit, 17, p_pre_comp, tmp); in batch_mul() 897 fe p_pre_comp[17][3]; in ec_GFp_nistp256_points_mul() local 903 OPENSSL_memset(&p_pre_comp, 0, sizeof(p_pre_comp)); in ec_GFp_nistp256_points_mul() 905 fe_from_generic(p_pre_comp[1][0], &p->X); in ec_GFp_nistp256_points_mul() 906 fe_from_generic(p_pre_comp[1][1], &p->Y); in ec_GFp_nistp256_points_mul() 907 fe_from_generic(p_pre_comp[1][2], &p->Z); in ec_GFp_nistp256_points_mul() 910 point_add(p_pre_comp[j][0], p_pre_comp[j][1], in ec_GFp_nistp256_points_mul() 911 p_pre_comp[j][2], p_pre_comp[1][0], in ec_GFp_nistp256_points_mul() 912 p_pre_comp[1][1], p_pre_comp[1][2], in ec_GFp_nistp256_points_mul() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p224-64.c | 881 const p224_felem p_pre_comp[17][3]) { in p224_batch_mul() 940 p224_select_point(digit, 17, p_pre_comp, tmp); in p224_batch_mul() 1034 p224_felem p_pre_comp[17][3]; in ec_GFp_nistp224_points_mul() local 1040 OPENSSL_memset(&p_pre_comp, 0, sizeof(p_pre_comp)); in ec_GFp_nistp224_points_mul() 1046 p224_felem_assign(p_pre_comp[1][0], x_out); in ec_GFp_nistp224_points_mul() 1047 p224_felem_assign(p_pre_comp[1][1], y_out); in ec_GFp_nistp224_points_mul() 1048 p224_felem_assign(p_pre_comp[1][2], z_out); in ec_GFp_nistp224_points_mul() 1052 p224_point_add(p_pre_comp[j][0], p_pre_comp[j][1], p_pre_comp[j][2], in ec_GFp_nistp224_points_mul() 1053 p_pre_comp[1][0], p_pre_comp[1][1], p_pre_comp[1][2], 0, in ec_GFp_nistp224_points_mul() 1054 p_pre_comp[j - 1][0], p_pre_comp[j - 1][1], in ec_GFp_nistp224_points_mul() [all …]
|