Searched refs:getVmInstanceSecret (Results 1 – 3 of 3) sorted by relevance
78 byte[] getVmInstanceSecret(in byte[] identifier, int size); in getVmInstanceSecret() method
43 fn getVmInstanceSecret(&self, identifier: &[u8], size: i32) -> binder::Result<Vec<u8>> { in getVmInstanceSecret() method
200 .getVmInstanceSecret(identifier, i32::try_from(size)?) in try_get_vm_instance_secret()