From: Lukasz Pawelczyk Date: Mon, 11 Jul 2016 11:27:10 +0000 (+0200) Subject: Convert CRLF to LF in doc/ directory X-Git-Tag: accepted/tizen/common/20160810.161523~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea84a140caeeccf26e2236875f162e6831e9fb39;p=platform%2Fcore%2Fsecurity%2Fyaca.git Convert CRLF to LF in doc/ directory Change-Id: I299418907c312731706a7d30e73fbbe679202ecc --- diff --git a/doc/yaca_doc.h b/doc/yaca_doc.h index 41248a8..86fed86 100755 --- a/doc/yaca_doc.h +++ b/doc/yaca_doc.h @@ -1,62 +1,62 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * 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 __TIZEN_CORE_YACA_DOC_H__ -#define __TIZEN_CORE_YACA_DOC_H__ -/** - * @ingroup CAPI_SECURITY_FRAMEWORK - * @defgroup CAPI_YACA_MODULE yaca crypto module - * @brief The YACA (Yet Another Crypto Api) provides a crypto function such as key management, data integrity and data en/decryption. - * Key management provides APIs for generating secured key,importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. - * Data Integrity provides Advanced/Simpled API for the integrity handling - HMAC, CMAC, message digests and digital signature. - * Data en/decryption provides Advanced/Simpled APIs for en/decrypting and sealing/opening a data. - * - * @section CAPI_YACA_MODULE_OVERVIEW Overview - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
APIDescription
@ref CAPI_YACA_ENCRYPTION_MODULE Provides APIs for encryption/decryption operations with symmetric keys and sealing/opening operations with asymmetric keys.
@ref CAPI_YACA_INTEGRITY_MODULE Provides APIs for creating/verifying a signature, calculating HMAC/CMAC and calculating a message digest.
@ref CAPI_YACA_KEY_MODULE Provides APIs for key handling operations such as generating, importing, and exporting a key and deriving a key from password.
@ref CAPI_YACA_SIMPLE_MODULE Provides simple APIs for cryptographic operations.
- * - * The yaca provides a crypto function such as key management, integrity handling and data en/decryption. - * Key management provides APIs for generating secured key, importing a key trying to match it to the key type specified and exporting a key to arbitrary format. - * Data Integrity provides Advanced/Simpled API for the integrity handling - HMAC, CMAC, message digest and digital signature. - * Data en/decryption provides Advanced/Simpled APIs for en/decrypting a data and creating a IV. - * - * @image html capi_yaca_overview_diagram.png - * - * The yaca provides 3 types of API. - * - key management APIs : These APIs provides generating key using random number or password, importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. - * - data en/decryption APIs : These APIs provides Advanced/Simpled API for the data encryption. - * - integrity APIs : These APIs provides creating a signature using asymmetric private key, verifying a signature using asymmetric public key, calculating a HMAC/CMAC of given message using symmetric key and calculating message digests of given message without key. - * - * - */ - -#endif /* __TIZEN_CORE_YACA_DOC_H__ */ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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 __TIZEN_CORE_YACA_DOC_H__ +#define __TIZEN_CORE_YACA_DOC_H__ +/** + * @ingroup CAPI_SECURITY_FRAMEWORK + * @defgroup CAPI_YACA_MODULE yaca crypto module + * @brief The YACA (Yet Another Crypto Api) provides a crypto function such as key management, data integrity and data en/decryption. + * Key management provides APIs for generating secured key,importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. + * Data Integrity provides Advanced/Simpled API for the integrity handling - HMAC, CMAC, message digests and digital signature. + * Data en/decryption provides Advanced/Simpled APIs for en/decrypting and sealing/opening a data. + * + * @section CAPI_YACA_MODULE_OVERVIEW Overview + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
APIDescription
@ref CAPI_YACA_ENCRYPTION_MODULE Provides APIs for encryption/decryption operations with symmetric keys and sealing/opening operations with asymmetric keys.
@ref CAPI_YACA_INTEGRITY_MODULE Provides APIs for creating/verifying a signature, calculating HMAC/CMAC and calculating a message digest.
@ref CAPI_YACA_KEY_MODULE Provides APIs for key handling operations such as generating, importing, and exporting a key and deriving a key from password.
@ref CAPI_YACA_SIMPLE_MODULE Provides simple APIs for cryptographic operations.
+ * + * The yaca provides a crypto function such as key management, integrity handling and data en/decryption. + * Key management provides APIs for generating secured key, importing a key trying to match it to the key type specified and exporting a key to arbitrary format. + * Data Integrity provides Advanced/Simpled API for the integrity handling - HMAC, CMAC, message digest and digital signature. + * Data en/decryption provides Advanced/Simpled APIs for en/decrypting a data and creating a IV. + * + * @image html capi_yaca_overview_diagram.png + * + * The yaca provides 3 types of API. + * - key management APIs : These APIs provides generating key using random number or password, importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. + * - data en/decryption APIs : These APIs provides Advanced/Simpled API for the data encryption. + * - integrity APIs : These APIs provides creating a signature using asymmetric private key, verifying a signature using asymmetric public key, calculating a HMAC/CMAC of given message using symmetric key and calculating message digests of given message without key. + * + * + */ + +#endif /* __TIZEN_CORE_YACA_DOC_H__ */ diff --git a/doc/yaca_encryption_doc.h b/doc/yaca_encryption_doc.h index ed5403f..dff823a 100755 --- a/doc/yaca_encryption_doc.h +++ b/doc/yaca_encryption_doc.h @@ -1,35 +1,35 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * 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 __TIZEN_CORE_YACA_ENCRYPTION_DOC_H__ -#define __TIZEN_CORE_YACA_ENCRYPTION_DOC_H__ -/** - * @ingroup CAPI_YACA_MODULE - * @defgroup CAPI_YACA_ENCRYPTION_MODULE yaca encryption module - * @brief Provides APIs for encryption and decryption operations. - * - * @section CAPI_YACA_ENCRYPTION_MODULE_HEADER Required Header - * \#include \n - * \#include \n - * \#include \n - * \#include \n - * \#include \n - * - * @section CAPI_YACA_ENCRYPTION_MODULE_OVERVIEW Overview - * It provides advanced APIs for encryption/decryption operations with symmetric keys and sealing/opening operations with asymmetric keys. - * - */ - -#endif /* __TIZEN_CORE_YACA_ENCRYPTION_DOC_H__ */ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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 __TIZEN_CORE_YACA_ENCRYPTION_DOC_H__ +#define __TIZEN_CORE_YACA_ENCRYPTION_DOC_H__ +/** + * @ingroup CAPI_YACA_MODULE + * @defgroup CAPI_YACA_ENCRYPTION_MODULE yaca encryption module + * @brief Provides APIs for encryption and decryption operations. + * + * @section CAPI_YACA_ENCRYPTION_MODULE_HEADER Required Header + * \#include \n + * \#include \n + * \#include \n + * \#include \n + * \#include \n + * + * @section CAPI_YACA_ENCRYPTION_MODULE_OVERVIEW Overview + * It provides advanced APIs for encryption/decryption operations with symmetric keys and sealing/opening operations with asymmetric keys. + * + */ + +#endif /* __TIZEN_CORE_YACA_ENCRYPTION_DOC_H__ */ diff --git a/doc/yaca_integrity_doc.h b/doc/yaca_integrity_doc.h index f10d3a4..023d812 100755 --- a/doc/yaca_integrity_doc.h +++ b/doc/yaca_integrity_doc.h @@ -1,32 +1,32 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * 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 __TIZEN_CORE_YACA_INTEGRITY_DOC_H__ -#define __TIZEN_CORE_YACA_INTEGRITY_DOC_H__ -/** - * @ingroup CAPI_YACA_MODULE - * @defgroup CAPI_YACA_INTEGRITY_MODULE yaca integrity module - * @brief Provides APIs for creating/verifying a signature and digesting a message. - * - * @section CAPI_YACA_INTEGRITY_MODULE_HEADER Required Header - * \#include \n - * \#include \n - * - * @section CAPI_YACA_INTEGRITY_MODULE_OVERVIEW Overview - * It provides advanced APIs for creating a signature using asymmetric private key, verifying a signature using asymmetric public key, calculating a HMAC/CMAC of given message using symmetric key and calculating message digests of given message without key. - * - */ - -#endif /* __TIZEN_CORE_YACA_INTEGRITY_DOC_H__ */ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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 __TIZEN_CORE_YACA_INTEGRITY_DOC_H__ +#define __TIZEN_CORE_YACA_INTEGRITY_DOC_H__ +/** + * @ingroup CAPI_YACA_MODULE + * @defgroup CAPI_YACA_INTEGRITY_MODULE yaca integrity module + * @brief Provides APIs for creating/verifying a signature and digesting a message. + * + * @section CAPI_YACA_INTEGRITY_MODULE_HEADER Required Header + * \#include \n + * \#include \n + * + * @section CAPI_YACA_INTEGRITY_MODULE_OVERVIEW Overview + * It provides advanced APIs for creating a signature using asymmetric private key, verifying a signature using asymmetric public key, calculating a HMAC/CMAC of given message using symmetric key and calculating message digests of given message without key. + * + */ + +#endif /* __TIZEN_CORE_YACA_INTEGRITY_DOC_H__ */ diff --git a/doc/yaca_key_doc.h b/doc/yaca_key_doc.h index 91d57e5..382dfdc 100755 --- a/doc/yaca_key_doc.h +++ b/doc/yaca_key_doc.h @@ -1,31 +1,31 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * 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 __TIZEN_CORE_YACA_KEY_DOC_H__ -#define __TIZEN_CORE_YACA_KEY_DOC_H__ -/** - * @ingroup CAPI_YACA_MODULE - * @defgroup CAPI_YACA_KEY_MODULE yaca key management module - * @brief Provides APIs for key handling operations such as generating and importing a key. - * - * @section CAPI_YACA_KEY_MODULE_HEADER Required Header - * \#include \n - * - * @section CAPI_YACA_KEY_MODULE_OVERVIEW Overview - * It provides APIs for generating key using random number or password, importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. - * - */ - -#endif /* __TIZEN_CORE_YACA_KEY_DOC_H__ */ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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 __TIZEN_CORE_YACA_KEY_DOC_H__ +#define __TIZEN_CORE_YACA_KEY_DOC_H__ +/** + * @ingroup CAPI_YACA_MODULE + * @defgroup CAPI_YACA_KEY_MODULE yaca key management module + * @brief Provides APIs for key handling operations such as generating and importing a key. + * + * @section CAPI_YACA_KEY_MODULE_HEADER Required Header + * \#include \n + * + * @section CAPI_YACA_KEY_MODULE_OVERVIEW Overview + * It provides APIs for generating key using random number or password, importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. + * + */ + +#endif /* __TIZEN_CORE_YACA_KEY_DOC_H__ */ diff --git a/doc/yaca_simple_doc.h b/doc/yaca_simple_doc.h index 0e0339d..3e1125f 100755 --- a/doc/yaca_simple_doc.h +++ b/doc/yaca_simple_doc.h @@ -1,31 +1,31 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * 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 __TIZEN_CORE_YACA_SIMPLE_DOC_H__ -#define __TIZEN_CORE_YACA_SIMPLE_DOC_H__ -/** - * @ingroup CAPI_YACA_MODULE - * @defgroup CAPI_YACA_SIMPLE_MODULE yaca simple crypto module - * @brief Provides simple APIs for cryptographic operations. - * - * @section CAPI_YACA_SIMPLE_MODULE_HEADER Required Header - * \#include \n - * - * @section CAPI_YACA_SIMPLE_MODULE_OVERVIEW Overview - * It provides simple APIs for encryption/decryption, signing/verification, and message digestion. - * - */ - -#endif /* __TIZEN_CORE_YACA_SIMPLE_DOC_H__ */ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * 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 __TIZEN_CORE_YACA_SIMPLE_DOC_H__ +#define __TIZEN_CORE_YACA_SIMPLE_DOC_H__ +/** + * @ingroup CAPI_YACA_MODULE + * @defgroup CAPI_YACA_SIMPLE_MODULE yaca simple crypto module + * @brief Provides simple APIs for cryptographic operations. + * + * @section CAPI_YACA_SIMPLE_MODULE_HEADER Required Header + * \#include \n + * + * @section CAPI_YACA_SIMPLE_MODULE_OVERVIEW Overview + * It provides simple APIs for encryption/decryption, signing/verification, and message digestion. + * + */ + +#endif /* __TIZEN_CORE_YACA_SIMPLE_DOC_H__ */