OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HmacKeyFactory
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
hmac_key.h
26
class
HmacKeyFactory
: public SymmetricKeyFactory {
28
HmacKeyFactory
(const KeymasterContext* context) : SymmetricKeyFactory(context) {}
hmac_key.cpp
31
OperationFactory*
HmacKeyFactory
::GetOperationFactory(keymaster_purpose_t purpose) const {
42
keymaster_error_t
HmacKeyFactory
::LoadKey(const KeymasterKeyBlob& key_material,
64
keymaster_error_t
HmacKeyFactory
::validate_algorithm_specific_new_key_params(
soft_keymaster_context.cpp
311
aes_factory_(new AesKeyFactory(this)), hmac_factory_(new
HmacKeyFactory
(this)),
[
all
...]
Completed in 66 milliseconds