Google은 흑인 공동체를 위한 인종적 평등을 추구하기 위해 노력하고 있습니다.
자세히 알아보기
엔트로피
이 모듈에는 엔트로피 생성을 위한 플랫폼 추상화가 포함되어 있습니다.
요약
함수
otPlatEntropyGet
otError otPlatEntropyGet(
uint8_t *aOutput,
uint16_t aOutputLength
)
버퍼를 엔트로피로 채웁니다.
이 함수는 순수 난수 생성기(TRNG)를 사용하여 구현해야 합니다(MUST).
세부정보 |
매개변수 |
[out] aOutput
|
실제 임의의 값이 배치되는 위치를 가리키는 포인터입니다. NULL일 수 없습니다.
|
[in] aOutputLength
|
aBuffer 의 크기입니다.
|
|
반환 값 |
OT_ERROR_NONE
|
임의의 임의의 값으로 aBuffer 이(가) 채워졌습니다.
|
OT_ERROR_FAILED
|
aBuffer 값을 실제 임의의 값으로 채우지 못했습니다.
|
OT_ERROR_INVALID_ARGS
|
aBuffer 이 NULL로 설정되었습니다.
|
|
리소스
OpenThread API 참조 주제는 GitHub에서 제공되는 소스 코드에서 시작됩니다.
자세한 내용을 알아보거나 문서에 기여하려면 리소스를 참조하세요.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Thread is a registered trademark of the Thread Group, Inc.
Last updated 2021-12-30 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]