HomeSort by relevance Sort by last modified time
    Searched refs:mp_prime_random (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtommath/
tommath.h 184 /* callback for mp_prime_random, should fill dst with random bytes and return how many read [upto len] */
501 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==1)?LTM_PRIME_BBS:0, cb, dat) macro
bn.tex     [all...]

Completed in 19 milliseconds