Home
last modified time | relevance | path

Searched defs:BN_nnmod (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_mod.c13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() function
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_mod.c13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs45 pub fn BN_nnmod( in BN_nnmod() function