Home
last modified time | relevance | path

Searched refs:RND (Results 1 – 9 of 9) 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.h54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ macro
68 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0)
71 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
/freebsd/contrib/wpa/src/crypto/
H A Dsha256-internal.c106 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() macro
113 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], \
/freebsd/lib/libc++/
H A DMakefile1001 INCSGROUPS+= RND
1041 RND+= ${HDRDIR}/__random/${hdr}
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1321 def SETRNDi : PPCCustomInserterPseudo<(outs f8rc:$FRT), (ins u2imm:$RND),
1322 "#SETRNDi", [(set f64:$FRT, (int_ppc_setrnd (i32 imm:$RND)))]>;