mirror of https://github.com/ARMmbed/mbed-os.git
Update SSS header contents
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>pull/12106/head
parent
67b1639810
commit
adbc391a2c
|
@ -1,18 +1,21 @@
|
|||
/**************************************************************************/
|
||||
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
|
||||
/* */
|
||||
/* -INSTRUCTIONS- */
|
||||
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
|
||||
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
|
||||
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
|
||||
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
|
||||
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
|
||||
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
|
||||
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
|
||||
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
|
||||
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
|
||||
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
|
||||
/**************************************************************************/
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright 2019 Samsung Electronics All Rights Reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/*************** Include Files ********************************************/
|
||||
/* Driver Common */
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
/**************************************************************************/
|
||||
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
|
||||
/* */
|
||||
/* -INSTRUCTIONS- */
|
||||
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
|
||||
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
|
||||
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
|
||||
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
|
||||
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
|
||||
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
|
||||
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
|
||||
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
|
||||
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
|
||||
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
|
||||
/**************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright 2019 Samsung Electronics All Rights Reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef SSS_MB_CMD_HASH_H
|
||||
#define SSS_MB_CMD_HASH_H
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
* language governing permissions and limitations under the License.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/*************** Include Files ********************************************/
|
||||
/* Driver Common */
|
||||
#include "sss_common.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
* language governing permissions and limitations under the License.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef MB_CMD_RNG_H
|
||||
#define MB_CMD_RNG_H
|
||||
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
/**************************************************************************/
|
||||
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
|
||||
/* */
|
||||
/* -INSTRUCTIONS- */
|
||||
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
|
||||
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
|
||||
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
|
||||
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
|
||||
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
|
||||
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
|
||||
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
|
||||
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
|
||||
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
|
||||
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
|
||||
/**************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright 2019 Samsung Electronics All Rights Reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef SSS_COMMON_H
|
||||
#define SSS_COMMON_H
|
||||
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
/**************************************************************************/
|
||||
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
|
||||
/* */
|
||||
/* -INSTRUCTIONS- */
|
||||
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
|
||||
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
|
||||
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
|
||||
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
|
||||
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
|
||||
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
|
||||
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
|
||||
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
|
||||
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
|
||||
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
|
||||
/**************************************************************************/
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright 2019 Samsung Electronics All Rights Reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/*************** Include Files ********************************************/
|
||||
#include "sss_driver_error.h"
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
/**************************************************************************/
|
||||
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
|
||||
/* */
|
||||
/* -INSTRUCTIONS- */
|
||||
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
|
||||
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
|
||||
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
|
||||
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
|
||||
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
|
||||
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
|
||||
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
|
||||
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
|
||||
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
|
||||
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
|
||||
/**************************************************************************/
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright 2019 Samsung Electronics All Rights Reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSS_DRIVER_SHA2_H
|
||||
#define SSS_DRIVER_SHA2_H
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
/**************************************************************************/
|
||||
/* Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. */
|
||||
/* */
|
||||
/* -INSTRUCTIONS- */
|
||||
/* THIS SOFTWARE IS A CONFIDENTIAL STUFFS AND PROPRIETARY OF SAMSUNG ELEC */
|
||||
/* TRONICS CO.,LTD. SO YOU SHALL NOT DISCLOSE THIS SOFTWARE OTHER COMPANY */
|
||||
/* OR PERSONS WITHOUT PERMISSION OF SAMSUNG AND SHALL USE THIS SOFTWARE */
|
||||
/* ONLY IN ACCORDANCE WITH THE LICENSE AGREEMENT OF SAMSUNG. */
|
||||
/* SAMSUNG MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY */
|
||||
/* OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED */
|
||||
/* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR */
|
||||
/* PURPOSE, OR NON-INFRINGEMENT. SAMSUNG SHALL NOT BE LIABLE FOR ANY */
|
||||
/* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR */
|
||||
/* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */
|
||||
/**************************************************************************/
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright 2019 Samsung Electronics All Rights Reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSS_MAP_H
|
||||
#define SSS_MAP_H
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue