Skip to content

Commit adbc391

Browse files
PARKJIHOONandrewc-arm
authored andcommitted
Update SSS header contents
Signed-off-by: PARKJIHOON <[email protected]>
1 parent 67b1639 commit adbc391

File tree

9 files changed

+123
-94
lines changed

9 files changed

+123
-94
lines changed

targets/TARGET_Samsung/security_subsystem/drivers/mb_cmd_hash.c

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
/**************************************************************************/
2-
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
3-
/* */
4-
/* -INSTRUCTIONS- */
5-
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
6-
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
7-
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
8-
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
9-
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
10-
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
11-
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
12-
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
13-
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
14-
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
15-
/**************************************************************************/
1+
/****************************************************************************
2+
*
3+
* Copyright 2019 Samsung Electronics All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15+
* either express or implied. See the License for the specific
16+
* language governing permissions and limitations under the License.
17+
*
18+
****************************************************************************/
1619

1720
/*************** Include Files ********************************************/
1821
/* Driver Common */

targets/TARGET_Samsung/security_subsystem/drivers/mb_cmd_hash.h

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
/**************************************************************************/
2-
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
3-
/* */
4-
/* -INSTRUCTIONS- */
5-
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
6-
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
7-
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
8-
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
9-
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
10-
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
11-
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
12-
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
13-
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
14-
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
15-
/**************************************************************************/
16-
1+
/****************************************************************************
2+
*
3+
* Copyright 2019 Samsung Electronics All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15+
* either express or implied. See the License for the specific
16+
* language governing permissions and limitations under the License.
17+
*
18+
****************************************************************************/
1719
#ifndef SSS_MB_CMD_HASH_H
1820
#define SSS_MB_CMD_HASH_H
1921

targets/TARGET_Samsung/security_subsystem/drivers/mb_cmd_rng.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* language governing permissions and limitations under the License.
1717
*
1818
****************************************************************************/
19-
2019
/*************** Include Files ********************************************/
2120
/* Driver Common */
2221
#include "sss_common.h"

targets/TARGET_Samsung/security_subsystem/drivers/mb_cmd_rng.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* language governing permissions and limitations under the License.
1717
*
1818
****************************************************************************/
19-
2019
#ifndef MB_CMD_RNG_H
2120
#define MB_CMD_RNG_H
2221

targets/TARGET_Samsung/security_subsystem/drivers/sss_common.h

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
/**************************************************************************/
2-
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
3-
/* */
4-
/* -INSTRUCTIONS- */
5-
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
6-
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
7-
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
8-
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
9-
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
10-
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
11-
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
12-
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
13-
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
14-
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
15-
/**************************************************************************/
16-
1+
/****************************************************************************
2+
*
3+
* Copyright 2019 Samsung Electronics All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15+
* either express or implied. See the License for the specific
16+
* language governing permissions and limitations under the License.
17+
*
18+
****************************************************************************/
1719
#ifndef SSS_COMMON_H
1820
#define SSS_COMMON_H
1921

targets/TARGET_Samsung/security_subsystem/drivers/sss_driver_sha2.c

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
/**************************************************************************/
2-
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
3-
/* */
4-
/* -INSTRUCTIONS- */
5-
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
6-
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
7-
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
8-
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
9-
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
10-
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
11-
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
12-
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
13-
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
14-
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
15-
/**************************************************************************/
1+
/****************************************************************************
2+
*
3+
* Copyright 2019 Samsung Electronics All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15+
* either express or implied. See the License for the specific
16+
* language governing permissions and limitations under the License.
17+
*
18+
****************************************************************************/
1619

1720
/*************** Include Files ********************************************/
1821
#include "sss_driver_error.h"

targets/TARGET_Samsung/security_subsystem/drivers/sss_driver_sha2.h

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
/**************************************************************************/
2-
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
3-
/* */
4-
/* -INSTRUCTIONS- */
5-
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
6-
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
7-
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
8-
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
9-
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
10-
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
11-
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
12-
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
13-
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
14-
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
15-
/**************************************************************************/
1+
/****************************************************************************
2+
*
3+
* Copyright 2019 Samsung Electronics All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15+
* either express or implied. See the License for the specific
16+
* language governing permissions and limitations under the License.
17+
*
18+
****************************************************************************/
1619

1720
#ifndef SSS_DRIVER_SHA2_H
1821
#define SSS_DRIVER_SHA2_H

targets/TARGET_Samsung/security_subsystem/drivers/sss_map.h

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
/**************************************************************************/
2-
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
3-
/* */
4-
/* -INSTRUCTIONS- */
5-
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
6-
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
7-
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
8-
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
9-
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
10-
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
11-
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
12-
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
13-
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
14-
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
15-
/**************************************************************************/
1+
/****************************************************************************
2+
*
3+
* Copyright 2019 Samsung Electronics All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15+
* either express or implied. See the License for the specific
16+
* language governing permissions and limitations under the License.
17+
*
18+
****************************************************************************/
1619

1720
#ifndef SSS_MAP_H
1821
#define SSS_MAP_H

targets/TARGET_Samsung/security_subsystem/sss_common.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/* mbed Microcontroller Library
2+
* Copyright (c) 2006-2019 ARM Limited
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
/****************************************************************************
217
*
318
* Copyright 2019 Samsung Electronics All Rights Reserved.

0 commit comments

Comments
 (0)