Searched defs:mp_sqr (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_sqr.c22 mp_sqr (mp_int * a, mp_int * b) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.h133 #define mp_sqr(a, b) mp_mul(a, a, b) macro
H A Dmpi.c1112 mp_err mp_sqr(mp_int *a, mp_int *b) function
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c2096 static int mp_sqr (mp_int * a, mp_int * b) function
[all...]

Completed in 114 milliseconds