Home
last modified time | relevance | path

Searched refs:OutBlob (Results 1 - 2 of 2) sorted by relevance

/base/security/asset/services/crypto_manager/src/
H A Dcrypto.rs23 use crate::{secret_key::SecretKey, HksBlob, KeyId, OutBlob};
26 fn EncryptData(keyId: *const KeyId, aad: *const HksBlob, in_data: *const HksBlob, out_data: *mut OutBlob) -> i32; in EncryptData()
27 fn DecryptData(keyId: *const KeyId, aad: *const HksBlob, in_data: *const HksBlob, out_data: *mut OutBlob) -> i32; in DecryptData()
28 fn InitKey(keyId: *const KeyId, valid_time: u32, challenge: *mut OutBlob, handle: *mut OutBlob) -> i32; in InitKey()
34 out_data: *mut OutBlob, in ExecCrypt()
70 let mut challenge = OutBlob { size: self.challenge.len() as u32, data: self.challenge.as_mut_ptr() }; in init_key()
71 let mut handle = OutBlob { size: self.handle.len() as u32, data: self.handle.as_mut_ptr() }; in init_key()
78 &mut challenge as *mut OutBlob, in init_key()
79 &mut handle as *mut OutBlob, in init_key()
[all...]
H A Dlib.rs31 struct OutBlob { structure names

Completed in 1 milliseconds