Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Dpkcs8.rs176 pub(crate) fn wrap_key(template: &Template, private_key: &[u8], public_key: &[u8]) -> Document { in wrap_key() function
/external/rust/crates/openssl/src/
Daes.rs196 pub fn wrap_key( in wrap_key() function