Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs105 pub type PasswordCallback = unsafe extern "C" fn( typedef
/third_party/node/src/crypto/
Dcrypto_util.cc97 int PasswordCallback(char* buf, int size, int rwflag, void* u) { in PasswordCallback() function