Lines Matching refs:arc4random
95 __crypt_to64(&salt[0], arc4random(), 2);
121 __crypt_to64(&salt[5], arc4random(), 4);
137 __crypt_to64(&salt[3], arc4random(), 4);
138 __crypt_to64(&salt[7], arc4random(), 4);
160 __crypt_to64(&salt[n], arc4random(), 4);
161 __crypt_to64(&salt[n + 4], arc4random(), 4);
259 __crypt_tobase64(&salt[n], arc4random(), 4);
260 __crypt_tobase64(&salt[n + 4], arc4random(), 4);
261 __crypt_tobase64(&salt[n + 8], arc4random(), 4);
262 __crypt_tobase64(&salt[n + 12], arc4random(), 4);