Searched refs:RND (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kadmin/
H A Drandom_password.c81 RND(unsigned char *key, int keylen, int *left) function
106 Since it uses the RND function above, neither the size of each
108 larger than 127 (without fixing RND).
145 int x = RND(rbuf, sizeof(rbuf), &rleft) % (len - i);
149 (*pw)[i] = classes[j].str[RND(rbuf, sizeof(rbuf), &rleft)
/freebsd-13-stable/crypto/openssl/crypto/sm3/
H A Dsm3_local.h53 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ macro
67 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0)
70 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dsha256-internal.c106 #define RND(a,b,c,d,e,f,g,h,i) \ macro
113 RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c115 #define RND(a, b, c, d, e, f, g, h, k) \ macro
122 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
H A Dsha512c.c139 #define RND(a, b, c, d, e, f, g, h, k) \ macro
146 RND(S[(80 - i) % 8], S[(81 - i) % 8], \
/freebsd-13-stable/sys/crypto/sha2/
H A Dsha256c.c113 #define RND(a, b, c, d, e, f, g, h, k) \ macro
120 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
H A Dsha512c.c139 #define RND(a, b, c, d, e, f, g, h, k) \ macro
146 RND(S[(80 - i) % 8], S[(81 - i) % 8], \
/freebsd-13-stable/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-13-stable/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], \

Completed in 247 milliseconds