Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_mod.c28 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs49 pub fn BN_mod_add( in BN_mod_add() function