Lines Matching defs:u8
26 fn validateCertChain(cert_buf: Vec<u8>, cert_len: u32, strict_issuer_check: bool) -> bool; in validateCertChain()
28 encrypted_secure_key: Vec<u8>, in createWrappedKey()
29 encrypted_transport_key: Vec<u8>, in createWrappedKey()
30 iv: Vec<u8>, in createWrappedKey()
31 tag: Vec<u8>, in createWrappedKey()
46 fn get_result(result: ffi::CxxResult) -> Result<Vec<u8>, Error> { in get_result()
58 encrypted_secure_key: &[u8], in create_wrapped_key()
59 encrypted_transport_key: &[u8], in create_wrapped_key()
60 iv: &[u8], in create_wrapped_key()
61 tag: &[u8], in create_wrapped_key()
62 ) -> Result<Vec<u8>, Error> { in create_wrapped_key()