Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dprotected_data.rs46 let mut plaintext = Vec::new(); in from_cose_encrypt() localVariable
56 ctx.cipher_update_vec(ciphertext, &mut plaintext) in from_cose_encrypt()
58 ctx.cipher_final_vec(&mut plaintext).context("Error finalizing decryption")?; in from_cose_encrypt()
59 Ok::<Vec<u8>, anyhow::Error>(plaintext) in from_cose_encrypt()