Mã hoá – Ngăn xếp luồng

Mô-đun này bao gồm các hàm mã hoá.

Tóm tắt

Typedef

otCryptoSha256Hash typedef
Đại diện cho hàm băm SHA-256.

Hàm

otCryptoAesCcm(const otCryptoKey *aKey, uint8_t aTagLength, const void *aNonce, uint8_t aNonceLength, const void *aHeader, uint32_t aHeaderLength, void *aPlainText, void *aCipherText, uint32_t aLength, bool aEncrypt, void *aTag)
void
Thực hiện tính toán AES CCM.
otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash)
void
Thực hiện tính toán HMAC.

Typedef

otCryptoSha256Hash

otPlatCryptoSha256Hash otCryptoSha256Hash

Đại diện cho hàm băm SHA-256.

Hàm

otCryptoAesCcm

void otCryptoAesCcm(
  const otCryptoKey *aKey,
  uint8_t aTagLength,
  const void *aNonce,
  uint8_t aNonceLength,
  const void *aHeader,
  uint32_t aHeaderLength,
  void *aPlainText,
  void *aCipherText,
  uint32_t aLength,
  bool aEncrypt,
  void *aTag
)

Thực hiện tính toán AES CCM.

Thông tin chi tiết
Các tham số
[in] aKey
Con trỏ đến khoá.
[in] aTagLength
Độ dài của thẻ tính bằng byte.
[in] aNonce
Con trỏ đến số chỉ dùng một lần.
[in] aNonceLength
Độ dài của số chỉ dùng một lần tính bằng byte.
[in] aHeader
Con trỏ đến tiêu đề.
[in] aHeaderLength
Độ dài của tiêu đề tính bằng byte.
[in,out] aPlainText
Con trỏ đến văn bản thuần tuý.
[in,out] aCipherText
Con trỏ dẫn đến bản mật mã.
[in] aLength
Độ dài văn bản thuần tuý tính bằng byte.
[in] aEncrypt
true khi mã hoá và false khi giải mã.
[out] aTag
Con trỏ đến thẻ.

otCryptoHmacSha256

void otCryptoHmacSha256(
  const otCryptoKey *aKey,
  const uint8_t *aBuf,
  uint16_t aBufLength,
  otCryptoSha256Hash *aHash
)

Thực hiện tính toán HMAC.

Thông tin chi tiết
Các tham số
[in] aKey
Con trỏ đến khoá.
[in] aBuf
Con trỏ đến vùng đệm nhập.
[in] aBufLength
Độ dài của aBuf tính bằng byte.
[out] aHash
Con trỏ đến cấu trúc otCryptoSha256Hash để xuất giá trị băm.

Tài nguyên

Các chủ đề tham khảo API OpenThread bắt nguồn từ mã nguồn, có trên GitHub. Để biết thêm thông tin hoặc để đóng góp cho tài liệu của chúng tôi, hãy tham khảo Tài nguyên.