Searched refs:gcry_randomize (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c121 gcry_randomize (tmp1, sizeof tmp1, GCRY_STRONG_RANDOM);
133 gcry_randomize (tmp1c, sizeof tmp1c, GCRY_STRONG_RANDOM);
143 gcry_randomize (tmp1p, sizeof tmp1p, GCRY_STRONG_RANDOM);
H A Dbenchmark.c388 gcry_randomize (buf, sizeof buf, GCRY_STRONG_RANDOM);
395 gcry_randomize (buf, 8,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom.c215 gcry_randomize (void *buffer, size_t length, enum gcry_random_level level)
214 gcry_randomize (void *buffer, size_t length, enum gcry_random_level level) function
H A Drandom-csprng.c1370 a failure of gcry_randomize won't affect us too much. Don't
1378 gcry_randomize (nonce_buffer+20, 8, GCRY_WEAK_RANDOM);
1386 gcry_randomize (nonce_buffer+20, 8, GCRY_WEAK_RANDOM);
H A Drandom-fips.c1005 gcry_randomize (buffer, sizeof buffer, GCRY_STRONG_RANDOM);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.h166 #define gcry_randomize _gcry_randomize macro
516 #undef gcry_randomize macro
732 MARK_VISIBLE (gcry_randomize)
H A Dgcryptrnd.c455 gcry_randomize (buf+2, length, level);
H A Dvisibility.c1225 gcry_randomize (void *buffer, size_t length, enum gcry_random_level level) function
H A Dgcrypt.h1719 void gcry_randomize (void *buffer, size_t length,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx2_passwd.c211 gcry_randomize(Ra_binary, PRIMEBITS/8, GCRY_STRONG_RANDOM);
H A Duams_dhx2_pam.c257 gcry_randomize(Ra_binary, PRIMEBITS/8, GCRY_STRONG_RANDOM);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_ntlm_msgs.c720 gcry_randomize(entropy, 8, GCRY_STRONG_RANDOM);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c1271 gcry_randomize (frame + 1, hlen, GCRY_STRONG_RANDOM);
1593 gcry_randomize (salt, saltlen, GCRY_STRONG_RANDOM);

Completed in 1229 milliseconds