OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RsaKeymaster1KeyFactory
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
rsa_keymaster1_key.h
32
*
RsaKeymaster1KeyFactory
is a KeyFactory that creates and loads keys which are actually backed by
41
class
RsaKeymaster1KeyFactory
: public RsaKeyFactory {
43
RsaKeymaster1KeyFactory
(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
rsa_keymaster1_key.cpp
30
RsaKeymaster1KeyFactory
::
RsaKeymaster1KeyFactory
(const SoftKeymasterContext* context,
85
keymaster_error_t
RsaKeymaster1KeyFactory
::GenerateKey(const AuthorizationSet& key_description,
94
keymaster_error_t
RsaKeymaster1KeyFactory
::ImportKey(
104
keymaster_error_t
RsaKeymaster1KeyFactory
::LoadKey(const KeymasterKeyBlob& key_material,
128
OperationFactory*
RsaKeymaster1KeyFactory
::GetOperationFactory(keymaster_purpose_t purpose) const {
Completed in 38 milliseconds