Searched refs:PLUSONE (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 45 #define PLUSONE(v) (PLUS((v),1)) macro 209 j12 = PLUSONE(j12); in chacha_encrypt_bytes() 211 j13 = PLUSONE(j13); in chacha_encrypt_bytes() 216 j14 = PLUSONE(j14); in chacha_encrypt_bytes() 218 j15 = PLUSONE(j15); in chacha_encrypt_bytes()
|
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_rpc.c | 108 #define PLUSONE 1 macro 125 case PLUSONE: in server() 171 rv = clnt_call(clnt, PLUSONE, (xdrproc_t)xdr_int, (void *)&num, in rawtest() 222 rv = clnt_call(clnt, PLUSONE, (xdrproc_t)xdr_int, (void *)&num, in regtest()
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 43 #define PLUSONE(v) (PLUS((v),1)) macro 185 j12 = PLUSONE(j12); in chacha_encrypt_bytes() 187 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 45 #define PLUSONE(v) (PLUS((v),1)) macro 187 j12 = PLUSONE(j12); in chacha_encrypt_bytes() 189 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 43 #define PLUSONE(v) (PLUS((v),1)) macro 183 j12 = PLUSONE(j12); in chacha_encrypt_bytes() 185 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 33 #define PLUSONE(v) (PLUS((v), 1)) macro 185 j12 = PLUSONE(j12); in chacha20_encrypt_bytes() 188 j13 = PLUSONE(j13); in chacha20_encrypt_bytes()
|