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

  /src/sbin/nvmectl/
bignum.c 4734 square_modulo(mp_int *a, mp_int *b, mp_int *c) function
4802 if ((err = square_modulo(&y, a, &y)) != MP_OKAY) {
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 4757 square_modulo(mp_int *a, mp_int *b, mp_int *c) function
4825 if ((err = square_modulo(&y, a, &y)) != MP_OKAY) {

Completed in 36 milliseconds