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

/external/openssh/
H A Dsmult_curve25519_ref.c52 unsigned int aorig[32]; local
56 for (j = 0;j < 32;++j) aorig[j] = a[j];
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);

Completed in 88 milliseconds