Searched refs:ciphertext_blob (Results 1 – 1 of 1) sorted by relevance
71 let mut ciphertext_blob = DATA_BLOB { in crypt_protect_data() localVariable88 &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() localVariable126 &mut ciphertext_blob as *mut _, in crypt_unprotect_data()