OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LTM_PRIME_BBS
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtommath/
bn_mp_prime_random_ex.c
22
*
LTM_PRIME_BBS
- make prime congruent to 3 mod 4
23
* LTM_PRIME_SAFE - make sure (p-1)/2 is prime as well (implies
LTM_PRIME_BBS
)
44
/* LTM_PRIME_SAFE implies
LTM_PRIME_BBS
*/
46
flags |=
LTM_PRIME_BBS
;
70
if (flags &
LTM_PRIME_BBS
) {
tommath.h
151
#define
LTM_PRIME_BBS
0x0001 /* BBS style prime */
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)
507
*
LTM_PRIME_BBS
- make prime congruent to 3 mod 4
508
* LTM_PRIME_SAFE - make sure (p-1)/2 is prime as well (implies
LTM_PRIME_BBS
)
/external/dropbear/libtommath/pre_gen/
mpi.c
[
all
...]
Completed in 1861 milliseconds