Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_exp.c40 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs89 pub fn BN_exp(r: *mut BIGNUM, a: *const BIGNUM, p: *const BIGNUM, ctx: *mut BN_CTX) -> c_int; in BN_exp() function