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

/freebsd-11-stable/crypto/openssl/crypto/seed/
H A Dseed.c529 # define KC0 0x9e3779b9 macro
548 KC0, KC1, KC2, KC3, KC4, KC5, KC6, KC7,
572 t0 = (x1 + x3 - KC0) & 0xffffffff;
573 t1 = (x2 - x4 + KC0) & 0xffffffff;

Completed in 73 milliseconds