Home
last modified time | relevance | path

Searched defs:HMAC_KEY (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DHashingTest.kt113 val HMAC_KEY = constant
/aosp_15_r20/system/keymint/common/src/keyblob/
H A Dlegacy.rs32 const HMAC_KEY: &[u8] = b"IntegrityAssuredBlob0\0"; constant
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dkey_generations.rs1243 static HMAC_KEY: &[u8] = &[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; in import_hmac_key() constant
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Dintegrity_assured_key_blob.cpp32 static const char HMAC_KEY[] = "IntegrityAssuredBlob0"; variable