Home
last modified time | relevance | path

Searched defs:x7 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/dragonfly/sys/crypto/chacha20/
H A Dchacha.c113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/dragonfly/sys/crypto/curve25519/
H A Dcurve25519.c280 const uint32_t x7 = in1[1]; in fe_add_impl() local
324 const uint32_t x7 = in1[1]; in fe_sub_impl() local
368 const uint32_t x7 = in1[1]; in fe_mul_impl() local
698 const uint32_t x7 = in1[1]; in fe_mul_121666_impl() local
/dragonfly/crypto/libressl/crypto/chacha/
H A Dchacha-merged.c125 u32 x0, x1, x2, x3, x4, x5, x6, x7; in chacha_encrypt_bytes() local