Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ring/tests/
Drsa_tests.rs343 const _65537: &[u8] = &[0x01, 0x00, 0x01]; in test_public_key_coverage() constant
/external/rust/android-crates-io/crates/ring/src/rsa/
Dpublic_exponent.rs14 pub(super) const _65537: Self = Self(unwrap_const(NonZeroU64::new(65537))); constant