Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs19 pub fn BN_set_flags(b: *mut BIGNUM, n: c_int); in BN_set_flags() function
/third_party/openssl/crypto/bn/
Dbn_lib.c984 void BN_set_flags(BIGNUM *b, int n) in BN_set_flags() function