Searched refs:p256_shr1 (Results 1 - 1 of 1) sorted by relevance

/external/libconstrainedcrypto/
H A Dp256.c223 static void p256_shr1(const p256_int* a, int highbit, p256_int* b) { function
301 p256_shr1(&U, 0, &U);
303 p256_shr1(&R, 0, &R);
306 p256_shr1(&R, p256_add(&R, MOD, &R), &R);
309 p256_shr1(&V, 0, &V);
311 p256_shr1(&S, 0, &S);
314 p256_shr1(&S, p256_add(&S, MOD, &S) , &S);

Completed in 211 milliseconds