Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs23 pub fn BN_clear_free(bn: *mut BIGNUM); in BN_clear_free() function
/third_party/openssl/crypto/bn/
Dbn_lib.c213 void BN_clear_free(BIGNUM *a) in BN_clear_free() function