Searched defs:HMAC_KEY (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A D | HashingTest.kt | 113 val HMAC_KEY = constant
|
/aosp_15_r20/system/keymint/common/src/keyblob/ |
H A D | legacy.rs | 32 const HMAC_KEY: &[u8] = b"IntegrityAssuredBlob0\0"; constant
|
/aosp_15_r20/system/security/keystore2/test_utils/ |
H A D | key_generations.rs | 1243 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 D | integrity_assured_key_blob.cpp | 32 static const char HMAC_KEY[] = "IntegrityAssuredBlob0"; variable
|