Searched defs:crypto (Results 1 – 8 of 8) sorted by relevance
73 void *crypto = nullptr; variable
80 let mut crypto = Crypto::build(secret_key, calling_info.clone(), valid_time)?; in pre_query() localVariable
107 let mut crypto = Crypto::build(secret_key.clone(), calling_info, 600).unwrap(); in crypto_init() localVariable123 let mut crypto = Crypto::build(secret_key.clone(), calling_info, 600).unwrap(); in crypto_exec() localVariable
18 pub mod crypto; module
75 std::shared_ptr<Crypto> crypto = std::make_shared<Crypto>(); variable
372 struct CryptoSettings crypto; /**< Cryptography information */ member
390 WifiCryptoSetting *crypto; member
509 WifiCryptoSetting *crypto; member