Searched refs:SUPERKEY_PAYLOAD (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/src/legacy_blob/test_utils/ |
D | legacy_blob_test_vectors.rs | 302 pub static SUPERKEY_PAYLOAD: &[u8] = &[ variable
|
/system/security/keystore2/tests/legacy_blobs/ |
D | keystore2_legacy_blob_tests.rs | 181 TestKey(pw_key.decrypt(SUPERKEY_PAYLOAD, SUPERKEY_IV, SUPERKEY_TAG).unwrap()); in keystore2_encrypted_characteristics() 438 TestKey(pw_key.decrypt(SUPERKEY_PAYLOAD, SUPERKEY_IV, SUPERKEY_TAG).unwrap()); in keystore2_encrypted_certificates()
|
/system/security/keystore2/src/ |
D | legacy_blob.rs | 1958 Arc::new(TestKey(pw_key.decrypt(SUPERKEY_PAYLOAD, SUPERKEY_IV, SUPERKEY_TAG).unwrap())); in test_with_encrypted_characteristics() 2045 Arc::new(TestKey(pw_key.decrypt(SUPERKEY_PAYLOAD, SUPERKEY_IV, SUPERKEY_TAG).unwrap())); in test_with_encrypted_certificates() 2133 Arc::new(TestKey(pw_key.decrypt(SUPERKEY_PAYLOAD, SUPERKEY_IV, SUPERKEY_TAG).unwrap())); in test_in_place_key_migration()
|