Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AMF
Commits
02afb2c0
Commit
02afb2c0
authored
Aug 02, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove author header for Security Alg
parent
5bc68422
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
8 additions
and
66 deletions
+8
-66
src/secu_algorithms/5gaka/rijndael.cpp
src/secu_algorithms/5gaka/rijndael.cpp
+0
-7
src/secu_algorithms/5gaka/sha256.cpp
src/secu_algorithms/5gaka/sha256.cpp
+0
-7
src/secu_algorithms/5gaka/sha256.hpp
src/secu_algorithms/5gaka/sha256.hpp
+0
-7
src/secu_algorithms/CODEOWNERS
src/secu_algorithms/CODEOWNERS
+7
-0
src/secu_algorithms/nas_enc_int/nas_algorithms.cpp
src/secu_algorithms/nas_enc_int/nas_algorithms.cpp
+0
-7
src/secu_algorithms/nas_enc_int/nas_algorithms.hpp
src/secu_algorithms/nas_enc_int/nas_algorithms.hpp
+0
-7
src/secu_algorithms/nas_enc_int/rijndael.c
src/secu_algorithms/nas_enc_int/rijndael.c
+0
-7
src/secu_algorithms/nas_enc_int/rijndael.h
src/secu_algorithms/nas_enc_int/rijndael.h
+0
-7
src/secu_algorithms/nas_enc_int/snow3g.c
src/secu_algorithms/nas_enc_int/snow3g.c
+0
-6
src/secu_algorithms/nas_enc_int/snow3g.h
src/secu_algorithms/nas_enc_int/snow3g.h
+1
-11
No files found.
src/secu_algorithms/5gaka/rijndael.cpp
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file rijndael.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "authentication_algorithms_with_5gaka.hpp"
typedef
uint8_t
u8
;
...
...
src/secu_algorithms/5gaka/sha256.cpp
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file sha256.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "sha256.hpp"
#include <cstring>
...
...
src/secu_algorithms/5gaka/sha256.hpp
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file sha256.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef Sha256_H
#define Sha256_H
#include <string>
...
...
src/secu_algorithms/CODEOWNERS
0 → 100644
View file @
02afb2c0
# CODEOWNERS
SNOW3G Library
- Kharbach Othmane
- GAUTHIER Lionel
Others:
- Keliang DU
src/secu_algorithms/nas_enc_int/nas_algorithms.cpp
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file nas_algorithms.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "nas_algorithms.hpp"
#include "logger.hpp"
...
...
src/secu_algorithms/nas_enc_int/nas_algorithms.hpp
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file nas_algorithms.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _NAS_ALGORITHMS_H_
#define _NAS_ALGORITHMS_H_
...
...
src/secu_algorithms/nas_enc_int/rijndael.c
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file rijndael.c
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include <stdint.h>
/* Rijndael S-box SR */
...
...
src/secu_algorithms/nas_enc_int/rijndael.h
View file @
02afb2c0
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file rijndael.h
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef FILE_RIJNDAEL_SEEN
#define FILE_RIJNDAEL_SEEN
/* Rijndael S-box SR */
...
...
src/secu_algorithms/nas_enc_int/snow3g.c
View file @
02afb2c0
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file snow3g.c
\brief
\date 2020
\email: contact@openairinterface.org
*/
#include "snow3g.h"
#include <stdint.h>
...
...
src/secu_algorithms/nas_enc_int/snow3g.h
View file @
02afb2c0
...
...
@@ -19,19 +19,9 @@
* contact@openairinterface.org
*/
/*! \file snow3g.h
* \brief
* \author Open source Adapted from Specification of the 3GPP Confidentiality
* and Integrity Algorithms UEA2 & UIA2. Document 2: SNOW 3G Specification
* \integrators Kharbach Othmane, GAUTHIER Lionel.
* \date 2014
* \version
* \note
* \bug
* \warning
*/
#ifndef FILE_SNOW3G_SEEN
#define FILE_SNOW3G_SEEN
#include <stdint.h>
typedef
struct
snow_3g_context_s
{
uint32_t
LFSR_S0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment