| /freebsd/crypto/heimdal/kadmin/ |
| H A D | random_password.c | 81 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 D | sm3_local.h | 100 #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 D | sha256-internal.c | 103 #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 D | hash_sha256_cp.c | 83 #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 D | hash_sha512_cp.c | 99 #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 D | sha256c.c | 117 #define RND(a, b, c, d, e, f, g, h, k) \ macro 124 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
|
| H A D | sha512c.c | 146 #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 D | msg.c | 961 #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 D | Makefile | 1046 INCSGROUPS+= RND 1086 RND+= ${HDRDIR}/__random/${hdr}
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 1323 def SETRNDi : PPCCustomInserterPseudo<(outs f8rc:$FRT), (ins u2imm:$RND), 1324 "#SETRNDi", [(set f64:$FRT, (int_ppc_setrnd (i32 imm:$RND)))]>;
|