Searched refs:mp_find_prime (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_find_prime.c11 int mp_find_prime(mp_int *a, int t) function
H A Dtommath.h525 int mp_find_prime(mp_int *a, int t);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-ltm.c541 CHECK(mp_find_prime(&p,128), MP_YES);
553 CHECK(mp_find_prime(&q,128), MP_YES);

Completed in 106 milliseconds