Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_ctx.c134 BN_CTX *BN_CTX_new(void) in BN_CTX_new() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs5 pub fn BN_CTX_new() -> *mut BN_CTX; in BN_CTX_new() function