OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetKeyFactory
(Results
1 - 4
of
4
) sorted by null
/system/keymaster/contexts/
keymaster2_passthrough_context.cpp
43
KeyFactory* Keymaster2PassthroughContext::
GetKeyFactory
(keymaster_algorithm_t algorithm) const {
52
auto keyfactory =
GetKeyFactory
(algorithm);
96
//
GetKeyFactory
104
auto factory =
GetKeyFactory
(algorithm);
keymaster1_passthrough_context.cpp
55
KeyFactory* Keymaster1PassthroughContext::
GetKeyFactory
(keymaster_algorithm_t algorithm) const {
84
auto keyfactory =
GetKeyFactory
(algorithm);
164
//
GetKeyFactory
170
auto factory =
GetKeyFactory
(algorithm);
soft_keymaster_context.cpp
109
KeyFactory* SoftKeymasterContext::
GetKeyFactory
(keymaster_algorithm_t algorithm) const {
137
KeyFactory* key_factory =
GetKeyFactory
(algorithm);
285
//
GetKeyFactory
292
auto factory =
GetKeyFactory
(algorithm);
pure_soft_keymaster_context.cpp
74
KeyFactory* PureSoftKeymasterContext::
GetKeyFactory
(keymaster_algorithm_t algorithm) const {
102
KeyFactory* key_factory =
GetKeyFactory
(algorithm);
169
//
GetKeyFactory
176
auto factory =
GetKeyFactory
(algorithm);
349
auto aes_factory =
GetKeyFactory
(KM_ALGORITHM_AES);
Completed in 153 milliseconds