Searched refs:mp_gcd (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_lcm.c32 if ((res = mp_gcd (a, b, &t1)) != MP_OKAY) {
H A Dbn_mp_gcd.c21 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function
H A Dtommath.h378 int mp_gcd(mp_int *a, mp_int *b, mp_int *c);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.c307 if ((err = mp_gcd( tmp1, tmp3, tmp2)) != CRYPT_OK) {
323 if ((err = mp_gcd( tmp1, tmp3, tmp2)) != CRYPT_OK) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-ltm.c544 mp_gcd(&t1, &el, &t2);
559 mp_gcd(&t1, &el, &t2);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drsa.c307 if ((err = mp_gcd( tmp1, tmp3, tmp2)) != CRYPT_OK) {
323 if ((err = mp_gcd( tmp1, tmp3, tmp2)) != CRYPT_OK) {
H A Dbignum.c5145 mp_gcd(mp_int *a, mp_int *b, mp_int *c) function
5806 return mp_gcd(a, b, r);
/netbsd-current/sbin/nvmectl/
H A Dbignum.c5123 mp_gcd(mp_int *a, mp_int *b, mp_int *c) function
5772 return mp_gcd(a, b, r);

Completed in 244 milliseconds