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

  /src/sbin/nvmectl/
bn.h 128 int BN_mod_sub(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*b*/, const BIGNUM */*m*/, BN_CTX */*ctx*/);
bignum.c 5698 BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)

Completed in 49 milliseconds