Searched refs:tr_cryptoRandInt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.h101 int tr_cryptoRandInt( int n );
106 * This is faster, BUT WEAKER, than tr_cryptoRandInt() and never
108 * @see tr_cryptoRandInt()
H A Dcrypto.c297 tr_cryptoRandInt( int upperBound ) function
H A Dutils-test.c458 /* test that tr_cryptoRandInt() stays in-bounds */
461 const int val = tr_cryptoRandInt( 100 );
H A Dhandshake.c337 len = tr_cryptoRandInt( PadA_MAXLEN );
763 len = tr_cryptoRandInt( PadB_MAXLEN );
H A Dannouncer.c27 #include "crypto.h" /* tr_cryptoRandInt(), tr_cryptoWeakRandInt() */
167 a->key = tr_cryptoRandInt( INT_MAX );

Completed in 101 milliseconds