Home
last modified time | relevance | path

Searched defs:sj (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c78 uint8_t sj; in gf_deserialize() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_random.c275 uint8_t si, sj; in arc4_getbyte() local
/freebsd/sys/opencrypto/
H A Drmd160.c80 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument
/freebsd/contrib/ntp/sntp/libevent/
H A Darc4random.c418 unsigned char si, sj; in arc4_getbyte() local
/freebsd/contrib/libevent/
H A Darc4random.c418 unsigned char si, sj; in arc4_getbyte() local
/freebsd/contrib/lua/src/
H A Dlcode.c429 static int codesJ (FuncState *fs, OpCode o, int sj, int k) { in codesJ()