Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/chacha/
Dchacha_vec.c139 #define WRITE_XOR(in, op, d, v0, v1, v2, v3) \ macro
236 WRITE_XOR(ip, op, 0, v0+s0, v1+s1, v2+s2, v3+s3) in CRYPTO_chacha_20_neon()
238 WRITE_XOR(ip, op, 16, v4+s0, v5+s1, v6+s2, v7+s3) in CRYPTO_chacha_20_neon()
241 WRITE_XOR(ip, op, 32, v8+s0, v9+s1, v10+s2, v11+s3) in CRYPTO_chacha_20_neon()
245 WRITE_XOR(ip, op, 48, v12+s0, v13+s1, v14+s2, v15+s3) in CRYPTO_chacha_20_neon()
280 WRITE_XOR(ip, op, 0, v0+s0, v1+s1, v2+s2, v3+s3) in CRYPTO_chacha_20_neon()