Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp32 static const char HMAC_KEY[] = "IntegrityAssuredBlob0"; variable
58 if (!HMAC_Init_ex(&ctx, HMAC_KEY, sizeof(HMAC_KEY), md, nullptr /* engine */)) in ComputeHmac()
/system/keymint/common/src/keyblob/
Dlegacy.rs32 const HMAC_KEY: &[u8] = b"IntegrityAssuredBlob0\0"; constant
266 crypto::hmac::Key(try_to_vec(HMAC_KEY)?).into(), in compute_hmac()
/system/security/keystore2/test_utils/
Dkey_generations.rs1140 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
1141 let key_size = HMAC_KEY.len() * 8; in import_hmac_key()
1157 HMAC_KEY, in import_hmac_key()