Home
last modified time | relevance | path

Searched defs:got_pt (Results 1 – 2 of 2) sorted by relevance

/system/keymint/tests/src/
Dlib.rs445 let mut got_pt = op.update(&got_ct).unwrap(); in test_aes_gcm() localVariable
460 let mut got_pt = op.update(&got_ct[..got_ct.len() - 4]).unwrap(); in test_aes_gcm() localVariable
517 let mut got_pt = op.update(&got_ct).unwrap(); in test_des() localVariable
/system/authgraph/tests/src/
Dlib.rs257 let got_pt = aes.decrypt(&key, &got, &aad, &nonce).unwrap(); in test_aes_gcm() localVariable