Home
last modified time | relevance | path

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

/system/security/keystore2/src/legacy_blob/test_utils/
Dlegacy_blob_test_vectors.rs302 pub static SUPERKEY_PAYLOAD: &[u8] = &[ variable
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs181 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/
Dlegacy_blob.rs1958 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()