Home
last modified time | relevance | path

Searched defs:c6 (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/whrlpool/
H A Dwp_block.c123 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 argument
134 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ argument
153 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ argument
/dflybsd-src/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c4191 int64_t c6 = 2097151 & (load_4(c + 15) >> 6); in sc_muladd() local