Home
last modified time | relevance | path

Searched refs:CreateKeyBlob (Results 1 – 10 of 10) 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()
95 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Drsa_key_factory.cpp97 error = blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
138 error = blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Dec_key_factory.cpp127 error = blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
166 error = blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
/system/keymaster/include/keymaster/
Dsoft_key_factory.h35 virtual keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
/system/keymaster/include/keymaster/contexts/
Dkeymaster1_passthrough_context.h124 keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
Dsoft_keymaster_context.h104 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
Dpure_soft_keymaster_context.h118 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp214 keymaster_error_t Keymaster1PassthroughContext::CreateKeyBlob( in CreateKeyBlob() function in keymaster::Keymaster1PassthroughContext
Dsoft_keymaster_context.cpp179 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp123 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::PureSoftKeymasterContext