Home
last modified time | relevance | path

Searched refs:CreateKeyBlob (Results 1 – 12 of 12) sorted by relevance

/system/keymaster/km_openssl/
Dsymmetric_key.cpp60 return blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
93 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Drsa_key_factory.cpp99 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
120 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Dec_key_factory.cpp123 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
143 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
/system/keymaster/include/keymaster/
Dsoft_key_factory.h37 virtual keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp64 return blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob, in GenerateKey()
96 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key, in ImportKey()
Drsa_keymaster0_key.cpp66 return blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob, in GenerateKey()
97 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key, in ImportKey()
/system/keymaster/include/keymaster/contexts/
Dkeymaster1_passthrough_context.h112 keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
Dpure_soft_keymaster_context.h84 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
Dsoft_keymaster_context.h101 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp213 keymaster_error_t Keymaster1PassthroughContext::CreateKeyBlob(const AuthorizationSet& key_descripti… in CreateKeyBlob() function in keymaster::Keymaster1PassthroughContext
Dsoft_keymaster_context.cpp196 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp108 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::PureSoftKeymasterContext