Lines Matching refs:tree_index

44 …unsigned int i, row, m, tree_index = 0, pts_index[S2N_SIKE_P434_R3_MAX_INT_POINTS_ALICE], npts = 0…  in EphemeralKeyGeneration_A()  local
66 tree_index = 0; in EphemeralKeyGeneration_A()
68 while (tree_index < S2N_SIKE_P434_R3_MAX_ALICE-row) { in EphemeralKeyGeneration_A()
71 pts_index[npts++] = tree_index; in EphemeralKeyGeneration_A()
74 tree_index += m; in EphemeralKeyGeneration_A()
87 tree_index = pts_index[npts-1]; in EphemeralKeyGeneration_A()
119 …unsigned int i, row, m, tree_index = 0, pts_index[S2N_SIKE_P434_R3_MAX_INT_POINTS_BOB], npts = 0, … in EphemeralKeyGeneration_B() local
141 tree_index = 0; in EphemeralKeyGeneration_B()
143 while (tree_index < S2N_SIKE_P434_R3_MAX_BOB-row) { in EphemeralKeyGeneration_B()
146 pts_index[npts++] = tree_index; in EphemeralKeyGeneration_B()
149 tree_index += m; in EphemeralKeyGeneration_B()
162 tree_index = pts_index[npts-1]; in EphemeralKeyGeneration_B()
197 …unsigned int i, row, m, tree_index = 0, pts_index[S2N_SIKE_P434_R3_MAX_INT_POINTS_ALICE], npts = 0… in EphemeralSecretAgreement_A() local
216 tree_index = 0; in EphemeralSecretAgreement_A()
218 while (tree_index < S2N_SIKE_P434_R3_MAX_ALICE-row) { in EphemeralSecretAgreement_A()
221 pts_index[npts++] = tree_index; in EphemeralSecretAgreement_A()
224 tree_index += m; in EphemeralSecretAgreement_A()
234 tree_index = pts_index[npts-1]; in EphemeralSecretAgreement_A()
261 …unsigned int i, row, m, tree_index = 0, pts_index[S2N_SIKE_P434_R3_MAX_INT_POINTS_BOB], npts = 0, … in EphemeralSecretAgreement_B() local
280 tree_index = 0; in EphemeralSecretAgreement_B()
282 while (tree_index < S2N_SIKE_P434_R3_MAX_BOB-row) { in EphemeralSecretAgreement_B()
285 pts_index[npts++] = tree_index; in EphemeralSecretAgreement_B()
288 tree_index += m; in EphemeralSecretAgreement_B()
298 tree_index = pts_index[npts-1]; in EphemeralSecretAgreement_B()