OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateKeyBlob
(Results
1 - 9
of
9
) sorted by null
/system/keymaster/
ec_keymaster0_key.cpp
58
// context_->
CreateKeyBlob
doesn't put them in sw_enforced.
64
return context_->
CreateKeyBlob
(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
91
// context_->
CreateKeyBlob
doesn't put them in sw_enforced.
96
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
rsa_keymaster0_key.cpp
60
// context_->
CreateKeyBlob
doesn't put them in sw_enforced.
66
return context_->
CreateKeyBlob
(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
91
// context_->
CreateKeyBlob
doesn't put them in sw_enforced.
97
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
symmetric_key.cpp
61
return context_->
CreateKeyBlob
(key_description, KM_ORIGIN_GENERATED, key_material, key_blob,
99
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_IMPORTED, input_key_material,
rsa_key_factory.cpp
95
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob,
116
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_IMPORTED, input_key_material,
attestation_record_test.cpp
54
keymaster_error_t
CreateKeyBlob
(const AuthorizationSet& /* key_description */,
ec_key_factory.cpp
123
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob,
143
return context_->
CreateKeyBlob
(authorizations, KM_ORIGIN_IMPORTED, input_key_material,
soft_keymaster_context.cpp
449
keymaster_error_t SoftKeymasterContext::
CreateKeyBlob
(const AuthorizationSet& key_description,
[
all
...]
/system/keymaster/include/keymaster/
keymaster_context.h
96
*
CreateKeyBlob
takes authorization sets and key material and produces a key blob and hardware
103
virtual keymaster_error_t
CreateKeyBlob
(const AuthorizationSet& key_description,
soft_keymaster_context.h
67
keymaster_error_t
CreateKeyBlob
(const AuthorizationSet& auths, keymaster_key_origin_t origin,
Completed in 232 milliseconds