Searched defs:x9 (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | chacha.c | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/dflybsd-src/sys/crypto/chacha20/ |
H A D | chacha.c | 113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/dflybsd-src/sys/crypto/curve25519/ |
H A D | curve25519.c | 279 const uint32_t x9 = in1[2]; in fe_add_impl() local 323 const uint32_t x9 = in1[2]; in fe_sub_impl() local 367 const uint32_t x9 = in1[2]; in fe_mul_impl() local 697 const uint32_t x9 = in1[2]; in fe_mul_121666_impl() local
|
/dflybsd-src/crypto/libressl/crypto/chacha/ |
H A D | chacha-merged.c | 126 u32 x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|