OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_prime_is_prime
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtommath/
bn_mp_prime_is_prime.c
25
int
mp_prime_is_prime
(mp_int * a, int t, int *result)
function
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
494
#define
mp_prime_is_prime
(a, b, c) ltc_mp.isprime(a, c)
macro
/external/dropbear/libtommath/pre_gen/
mpi.c
5666
int
mp_prime_is_prime
(mp_int * a, int t, int *result)
function
[
all
...]
Completed in 82 milliseconds