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

/external/openssl/crypto/bn/
H A Dbn_mod.c141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) function
148 /* BN_mod_add variant that may be used if both a and b are non-negative
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c388 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, function

Completed in 2688 milliseconds