Searched refs:wrap_key (Results 1 – 5 of 5) sorted by relevance
196 pub fn wrap_key( in wrap_key() function306 wrap_key(&enc_key, None, &mut wrapped, &key_data).unwrap(), in test_wrap_unwrap()
176 pub(crate) fn wrap_key(template: &Template, private_key: &[u8], public_key: &[u8]) -> Document { in wrap_key() function
55 Ok(pkcs8::wrap_key( in generate_pkcs8()
88 Ok(pkcs8::wrap_key( in generate_pkcs8()
289 * Added `aes::{wrap_key, unwrap_key}`.