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