Home
last modified time | relevance | path

Searched refs:unwrap_pkcs8 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs78 unwrap_pkcs8(pkcs8::Version::V2Only, untrusted::Input::from(pkcs8))?; in from_pkcs8()
101 unwrap_pkcs8(pkcs8::Version::V1OrV2, untrusted::Input::from(pkcs8))?; in from_pkcs8_maybe_unchecked()
240 fn unwrap_pkcs8( in unwrap_pkcs8() function