Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A 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()
H A Drsa_key_factory.cpp97 error = blob_maker_.CreateKeyBlob(key_description, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
137 error = blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
H A Dec_key_factory.cpp127 error = blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey()
165 error = blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
/aosp12/system/keymaster/include/keymaster/
H A Dsoft_key_factory.h35 virtual keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h124 keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
H A Dsoft_keymaster_context.h104 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
H A Dpure_soft_keymaster_context.h118 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
/aosp12/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp214 keymaster_error_t Keymaster1PassthroughContext::CreateKeyBlob( in CreateKeyBlob() function in keymaster::Keymaster1PassthroughContext
H A Dsoft_keymaster_context.cpp179 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::SoftKeymasterContext
H A Dpure_soft_keymaster_context.cpp123 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::PureSoftKeymasterContext