Update SSS header contents

Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
pull/12106/head
PARKJIHOON 2020-01-13 20:17:56 +09:00 committed by Andrew Chong
parent 67b1639810
commit adbc391a2c
9 changed files with 123 additions and 94 deletions

View File

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

View File

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

View File

@ -16,7 +16,6 @@
* language governing permissions and limitations under the License. * language governing permissions and limitations under the License.
* *
****************************************************************************/ ****************************************************************************/
/*************** Include Files ********************************************/ /*************** Include Files ********************************************/
/* Driver Common */ /* Driver Common */
#include "sss_common.h" #include "sss_common.h"

View File

@ -16,7 +16,6 @@
* language governing permissions and limitations under the License. * language governing permissions and limitations under the License.
* *
****************************************************************************/ ****************************************************************************/
#ifndef MB_CMD_RNG_H #ifndef MB_CMD_RNG_H
#define MB_CMD_RNG_H #define MB_CMD_RNG_H

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
/* mbed Microcontroller Library
* Copyright (c) 2006-2019 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**************************************************************************** /****************************************************************************
* *
* Copyright 2019 Samsung Electronics All Rights Reserved. * Copyright 2019 Samsung Electronics All Rights Reserved.