Searched refs:HmacKey (Results 1 - 8 of 8) sorted by relevance

/system/keymaster/
H A Dhmac_key.h49 class HmacKey : public SymmetricKey { class in namespace:keymaster
51 HmacKey(const KeymasterKeyBlob& key_material, const AuthorizationSet& hw_enforced, function in class:keymaster::HmacKey
H A Dhmac_key.cpp58 key->reset(new (std::nothrow) HmacKey(key_material, hw_enforced, sw_enforced, &error));
H A Dandroid_keymaster_test.cpp408 .HmacKey(128)
421 .HmacKey(key_size)
427 .HmacKey(key_size)
438 .HmacKey(128)
449 .HmacKey(128)
459 .HmacKey(128)
469 .HmacKey(128)
479 .HmacKey(128)
823 .HmacKey(128)
836 .HmacKey(12
[all...]
H A Dandroid_keymaster_test_utils.cpp623 .HmacKey(key.size() * 8)
/system/security/keystore/include/keystore/
H A Dauthorization_set.h247 AuthorizationSetBuilder& HmacKey(uint32_t key_size);
287 inline AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { function in class:keystore::AuthorizationSetBuilder
/system/keymaster/include/keymaster/
H A Dauthorization_set.h517 AuthorizationSetBuilder& HmacKey(uint32_t key_size);
568 inline AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { function in class:keymaster::AuthorizationSetBuilder
/system/security/keystore/
H A Dkeystore_cli_v2.cpp169 parameters.HmacKey(key_size)
H A Dkeystore_client_impl.cpp420 key_parameters.HmacKey(kHMACKeySize)

Completed in 104 milliseconds