Searched refs:STATIC_KEY (Results 1 – 1 of 1) sorted by relevance
11 const STATIC_KEY: &str = "ABC"; constant55 Ok(STATIC_KEY.as_bytes().to_vec()) in auth_handle()79 nonces.insert(STATIC_KEY.to_owned(), Instant::now()); in test_allocation_lifetime_deletion_zero_lifetime()105 MessageIntegrity(STATIC_KEY.as_bytes().to_vec()).add_to(&mut m)?; in test_allocation_lifetime_deletion_zero_lifetime()106 Nonce::new(ATTR_NONCE, STATIC_KEY.to_owned()).add_to(&mut m)?; in test_allocation_lifetime_deletion_zero_lifetime()107 Realm::new(ATTR_REALM, STATIC_KEY.to_owned()).add_to(&mut m)?; in test_allocation_lifetime_deletion_zero_lifetime()108 Username::new(ATTR_USERNAME, STATIC_KEY.to_owned()).add_to(&mut m)?; in test_allocation_lifetime_deletion_zero_lifetime()