Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/
Dpkey_ctx.rs115 pub struct NonceType(c_uint); struct
118 impl NonceType { impl
767 pub fn nonce_type(&mut self) -> Result<NonceType, ErrorStack> { in nonce_type()