요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
==========
2
Crypto API
3
==========
5
:Author: Stephan Mueller
6
:Author: Marek Vasut
8
This documentation outlines the Linux kernel crypto API with its
9
concepts, details about developing cipher implementations, employment of the API
10
for cryptographic use cases, as well as programming examples.
12
.. toctree::
13
:caption: Table of contents
14
:maxdepth: 2
16
intro
17
api-intro
18
architecture
20
async-tx-api
21
asymmetric-keys
22
devel-algos
23
userspace-if
24
crypto_engine
25
api
26
api-samples
27
descore-readme
28
device_drivers/index
29
krb5
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Crypto API
1-10Crypto API
저자: Stephan Mueller
저자: Marek Vasut
이 문서는 Linux kernel Crypto API의 개념, 암호 구현 개발 세부 사항, 암호 사용 사례를 위한 API 활용법, programming 예제를 설명합니다.
목차
11-29목차
이 `toctree`는 Crypto API 소개와 아키텍처, async_tx, 비대칭 키, 알고리즘 개발, 사용자 공간 interface, Crypto Engine, programming API와 예제, desCore README, hardware device driver, KRB5 문서를 최대 두 단계 깊이로 연결합니다.
.. toctree::
:caption: Table of contents
:maxdepth: 2
intro
api-intro
architecture
async-tx-api
asymmetric-keys
devel-algos
userspace-if
crypto_engine
api
api-samples
descore-readme
device_drivers/index
krb5
요약과 해설
index.rst:1-29이 페이지는 Linux Crypto API 문서 모음의 최상위 진입점입니다. 기본 개념부터 구현 개발, in-kernel·userspace 사용, hardware 지원과 Kerberos 암호까지 14개 하위 문서를 연결합니다.
목차의 source path와 순서는 원문 그대로 보존했으며 각 항목은 해당 전문 번역 페이지로 이어집니다.