Home
last modified time | relevance | path

Searched refs:j15 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/crypto/chacha20/
H A Dchacha.c117 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
139 j15 = x->input[15]; in chacha_encrypt_bytes()
165 x15 = j15; in chacha_encrypt_bytes()
191 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
221 j15 = PLUSONE(j15); in chacha_encrypt_bytes()
252 x->input[15] = j15; in chacha_encrypt_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c18 j15; in crypto_core_salsa() local
24 j15 = x15 = 0x6b206574; in crypto_core_salsa()
29 j15 = x15 = LOAD32_LE(c + 12); in crypto_core_salsa()
94 STORE32_LE(out + 60, x15 + j15); in crypto_core_salsa()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c87 j15; in chacha20_encrypt_bytes() local
113 j15 = ctx->input[15]; in chacha20_encrypt_bytes()
140 x15 = j15; in chacha20_encrypt_bytes()
166 x15 = PLUS(x15, j15); in chacha20_encrypt_bytes()