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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 31 milliseconds