Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kadmin/
H A Drandom_password.c81 RND(unsigned char *key, int keylen, int *left) in RND() function
145 int x = RND(rbuf, sizeof(rbuf), &rleft) % (len - i); in generate_password()
149 (*pw)[i] = classes[j].str[RND(rbuf, sizeof(rbuf), &rleft) in generate_password()
/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3_local.h100 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ macro
114 RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF0, GG0)
117 RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF1, GG1)
/freebsd/contrib/wpa/src/crypto/
H A Dsha256-internal.c103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() macro
110 RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i); in sha256_compress()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c83 #define RND(a, b, c, d, e, f, g, h, k) \ macro
89 RND(S[(64 - i) % 8], S[(65 - i) % 8], S[(66 - i) % 8], S[(67 - i) % 8], \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c99 #define RND(a, b, c, d, e, f, g, h, k) \ macro
105 RND(S[(80 - i) % 8], S[(81 - i) % 8], S[(82 - i) % 8], S[(83 - i) % 8], \
/freebsd/sys/crypto/sha2/
H A Dsha256c.c117 #define RND(a, b, c, d, e, f, g, h, k) \ macro
124 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
H A Dsha512c.c146 #define RND(a, b, c, d, e, f, g, h, k) \ macro
153 RND(S[(80 - i) % 8], S[(81 - i) % 8], \
/titanic_51/usr/src/uts/common/os/
H A Dmsg.c961 #define RND(x) roundup((x), sizeof (size_t)) macro
1008 size += RND(mp->msg_size); in msgsnap()
1065 buf += RND(mp->msg_size); in msgsnap()
/freebsd/lib/libc++/
H A DMakefile1046 INCSGROUPS+= RND
1086 RND+= ${HDRDIR}/__random/${hdr}
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1323 def SETRNDi : PPCCustomInserterPseudo<(outs f8rc:$FRT), (ins u2imm:$RND),
1324 "#SETRNDi", [(set f64:$FRT, (int_ppc_setrnd (i32 imm:$RND)))]>;