/system/keymaster/km_openssl/ |
D | symmetric_key.cpp | 60 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()
|
D | rsa_key_factory.cpp | 99 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()
|
D | ec_key_factory.cpp | 123 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/ |
D | soft_key_factory.h | 37 virtual keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
|
/system/keymaster/legacy_support/ |
D | ec_keymaster0_key.cpp | 64 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()
|
D | rsa_keymaster0_key.cpp | 66 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/ |
D | keymaster1_passthrough_context.h | 112 keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
|
D | pure_soft_keymaster_context.h | 84 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
|
D | soft_keymaster_context.h | 101 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
|
/system/keymaster/contexts/ |
D | keymaster1_passthrough_context.cpp | 213 keymaster_error_t Keymaster1PassthroughContext::CreateKeyBlob(const AuthorizationSet& key_descripti… in CreateKeyBlob() function in keymaster::Keymaster1PassthroughContext
|
D | soft_keymaster_context.cpp | 196 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::SoftKeymasterContext
|
D | pure_soft_keymaster_context.cpp | 108 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::PureSoftKeymasterContext
|