Home
last modified time | relevance | path

Searched refs:BN_exp (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs98 pub fn BN_exp(r: *mut BIGNUM, a: *const BIGNUM, p: *const BIGNUM, ctx: *mut BN_CTX) -> c_int; in BN_exp() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs677 #[corresponds(BN_exp)]
685 cvt(ffi::BN_exp( in exp()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h279 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h303 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dbn.h303 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/third_party/openssl/crypto/bn/
H A Dbn_exp.c49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() function
/third_party/openssl/test/
H A Dbntest.c1703 if (!TEST_true(BN_exp(ret, a, e, ctx)) in file_exp()

Completed in 15 milliseconds