HomeSort by: relevance | last modified time | path
    Searched defs:mp_jacobi (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_jacobi.c 23 int mp_jacobi (mp_int * a, mp_int * p, int *c) function
91 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {

Completed in 14 milliseconds