Searched defs:mp_sqrmod (Results 1 – 4 of 4) sorted by relevance
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_mp_sqrmod.c | 22 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) in mp_sqrmod() function
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/ |
H A D | mpi.h | 153 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) macro
|
H A D | mpi.c | 1605 mp_err mp_sqrmod(mp_int *a, mp_int *m, mp_int *c) in mp_sqrmod() function
|
/minix3/crypto/external/bsd/netpgp/dist/src/libbn/ |
H A D | bignum.c | 4802 mp_sqrmod(mp_int *a, mp_int *b, mp_int *c) in mp_sqrmod() function
|