HomeSort by relevance Sort by last modified time
    Searched full:prime_t (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bn/
bn_prime.pl 104 printf "typedef unsigned short prime_t;\n";
107 printf "typedef unsigned char prime_t;\n";
109 print "static const prime_t primes[NUMPRIMES]=\n\t{\n\t";
bn_prime.h 61 typedef unsigned short prime_t; typedef
64 typedef unsigned char prime_t; typedef
66 static const prime_t primes[NUMPRIMES]=
bn_prime.c 380 prime_t mods[NUMPRIMES];
387 mods[i]=(prime_t)BN_mod_word(rnd,(BN_ULONG)primes[i]);

Completed in 38 milliseconds