OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsymmetricKeyFactory
(Results
1 - 4
of
4
) sorted by null
/system/keymaster/include/keymaster/
asymmetric_key_factory.h
28
class
AsymmetricKeyFactory
: public KeyFactory {
30
AsymmetricKeyFactory
(const KeymasterContext* context) : KeyFactory(context) {}
rsa_key_factory.h
27
class RsaKeyFactory : public
AsymmetricKeyFactory
{
29
RsaKeyFactory(const KeymasterContext* context) :
AsymmetricKeyFactory
(context) {}
ec_key_factory.h
27
class EcKeyFactory : public
AsymmetricKeyFactory
{
29
EcKeyFactory(const KeymasterContext* context) :
AsymmetricKeyFactory
(context) {}
/system/keymaster/
asymmetric_key_factory.cpp
29
AsymmetricKeyFactory
::SupportedImportFormats(size_t* format_count) const {
36
AsymmetricKeyFactory
::SupportedExportFormats(size_t* format_count) const {
41
keymaster_error_t
AsymmetricKeyFactory
::LoadKey(const KeymasterKeyBlob& key_material,
Completed in 245 milliseconds