Searched defs:crypto (Results 1 – 4 of 4) sorted by relevance
73 void *crypto = nullptr; variable
84 let mut crypto = Crypto::build(secret_key, valid_time)?; in pre_query() localVariable
104 let mut crypto = Crypto::build(secret_key.clone(), 600).unwrap(); in crypto_init() localVariable119 let mut crypto = Crypto::build(secret_key.clone(), 600).unwrap(); in crypto_exec() localVariable
18 pub mod crypto; module