Searched defs:RND (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/kadmin/ |
H A D | random_password.c | 81 RND(unsigned char *key, int keylen, int *left) in RND() function
|
/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
|
/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
|
/freebsd/crypto/openssl/crypto/sm3/ |
H A D | sm3_local.h | 54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ macro
|
/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
|
/freebsd/sys/crypto/sha2/ |
H A D | sha256c.c | 117 #define RND(a, b, c, d, e, f, g, h, k) \ macro
|
H A D | sha512c.c | 146 #define RND(a, b, c, d, e, f, g, h, k) \ macro
|