Lines Matching full:our
55 * The following global variables simulate our shared "data bus"
64 * all our curves).
73 * all our curves).
150 /* Now map the curve parameters to our libecc internal representation */ in ECDH_helper()
153 /* Initialize our projective point with the curve parameters */ in ECDH_helper()
157 /* We have already generated and sent our parameters, skip to in ECDH_helper()
164 /* Generate our ECDH parameters: a private scalar d and a public value Q = dG where G is the in ECDH_helper()
176 * Our export size is exactly 2 coordinates in Fp (affine point representation), in ECDH_helper()
190 /* If our private value d is not initialized, this means that we have already in ECDH_helper()
239 /* Traverse all the possible curves we have at our disposal (known curves and in main()
245 /* All our possible curves are in ../curves/curves_list.h in main()
266 /* We have to call our ECDH helper again for Alice in main()
268 * This is our loose way of dealing with 'concurrency' in main()