Searched defs:mp_sqrmod (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_sqrmod.c22 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.h153 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) macro
H A Dmpi.c1605 mp_err mp_sqrmod(mp_int *a, mp_int *m, mp_int *c) function

Completed in 109 milliseconds