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

/system/keymaster/include/keymaster/
H A Dsoft_key_factory.h32 * CreateKeyBlob takes authorization sets and key material and produces a key blob and hardware
37 virtual keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
/system/keymaster/km_openssl/
H A Dsymmetric_key.cpp60 return blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_GENERATED, key_material, key_blob,
93 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material,
H A Dec_key_factory.cpp123 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob,
143 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material,
H A Drsa_key_factory.cpp99 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob,
120 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material,
/system/keymaster/legacy_support/
H A Drsa_keymaster0_key.cpp60 // blob_maker_->CreateKeyBlob doesn't put them in sw_enforced.
66 return blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
91 // blob_maker_->CreateKeyBlob doesn't put them in sw_enforced.
97 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
H A Dec_keymaster0_key.cpp58 // blob_maker_->CreateKeyBlob doesn't put them in sw_enforced.
64 return blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob,
91 // blob_maker_->CreateKeyBlob doesn't put them in sw_enforced.
96 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key,
/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h113 keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
H A Dpure_soft_keymaster_context.h82 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
H A Dsoft_keymaster_context.h101 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp213 keymaster_error_t Keymaster1PassthroughContext::CreateKeyBlob(const AuthorizationSet& key_description, function in class:keymaster::Keymaster1PassthroughContext
H A Dpure_soft_keymaster_context.cpp108 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, function in class:keymaster::PureSoftKeymasterContext
H A Dsoft_keymaster_context.cpp196 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, function in class:keymaster::SoftKeymasterContext

Completed in 591 milliseconds