Home
last modified time | relevance | path

Searched refs:ciphertext_blob (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/win_util/src/
H A Ddpapi.rs71 let mut ciphertext_blob = DATA_BLOB { in crypt_protect_data() localVariable
88 &mut ciphertext_blob as *mut _, in crypt_protect_data()
95 let ciphertext_len: usize = ciphertext_blob in crypt_protect_data()
102 Ok(unsafe { LocalAllocBuffer::new(ciphertext_blob.pbData, ciphertext_len) }) in crypt_protect_data()
108 let mut ciphertext_blob = DATA_BLOB { in crypt_unprotect_data() localVariable
126 &mut ciphertext_blob as *mut _, in crypt_unprotect_data()