Searched refs:CreateKeyBlob (Results 1 – 9 of 9) sorted by relevance
/system/keymaster/ |
D | rsa_keymaster0_key.cpp | 66 return context_->CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob, in GenerateKey() 97 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key, in ImportKey()
|
D | ec_keymaster0_key.cpp | 64 return context_->CreateKeyBlob(key_description, KM_ORIGIN_UNKNOWN, key_material, key_blob, in GenerateKey() 96 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_UNKNOWN, imported_hw_key, in ImportKey()
|
D | symmetric_key.cpp | 61 return context_->CreateKeyBlob(key_description, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey() 99 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
|
D | rsa_key_factory.cpp | 101 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey() 122 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
|
D | ec_key_factory.cpp | 123 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_GENERATED, key_material, key_blob, in GenerateKey() 143 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
|
D | attestation_record_test.cpp | 54 keymaster_error_t CreateKeyBlob(const AuthorizationSet& /* key_description */, in CreateKeyBlob() function in keymaster::test::TestContext
|
D | soft_keymaster_context.cpp | 447 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob() function in keymaster::SoftKeymasterContext
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 103 virtual keymaster_error_t CreateKeyBlob(const AuthorizationSet& key_description,
|
D | soft_keymaster_context.h | 67 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
|