Add security auth backend implementation 82/321982/11
authorDongik Lee <dongik.lee@samsung.com>
Wed, 19 Mar 2025 07:54:35 +0000 (16:54 +0900)
committerDongik Lee <dongik.lee@samsung.com>
Tue, 15 Apr 2025 09:12:35 +0000 (18:12 +0900)
commit59a2f34329f46c21f338084d4348dadac63114ba
tree9b80b49643e48a2bd2d4fce10249b97775bd1f0c
parent27308cadd970b977f2f866d6bf579c39f49bda3c
Add security auth backend implementation

Change-Id: Id1796f29d50bdd8f0996ef2843d620f7b980fb83
21 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
packaging/hal-backend-security-auth.manifest [new file with mode: 0644]
packaging/hal-backend-security-auth.spec [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/hal_backend_security_auth.cpp [new file with mode: 0644]
src/hal_backend_security_auth.h [new file with mode: 0644]
src/hal_backend_security_auth_api.cpp [new file with mode: 0644]
src/util/error-description.cpp [new file with mode: 0644]
src/util/error-description.h [new file with mode: 0644]
src/util/exception.h [new file with mode: 0644]
src/util/fstream_accessors.h [new file with mode: 0644]
src/util/ipassword-file.h [new file with mode: 0644]
src/util/ipassword.cpp [new file with mode: 0644]
src/util/ipassword.h [new file with mode: 0644]
src/util/log.cpp [new file with mode: 0644]
src/util/log.h [new file with mode: 0644]
src/util/password-file-buffer.cpp [new file with mode: 0644]
src/util/password-file-buffer.h [new file with mode: 0644]
src/util/serialization.h [new file with mode: 0644]
src/util/symbol-visibility.h [new file with mode: 0644]