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

/external/boringssl/src/crypto/bn/
H A Ddiv.c414 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, function
422 /* BN_mod_sub variant that may be used if both a and b are non-negative

Completed in 108 milliseconds