Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

CRYS_KDF_OtherInfo_t Struct Reference

CRYS_KDF_OtherInfo_t Struct Reference
[CryptoCell Key Derivation APIs]

#include <crys_kdf.h>

Data Fields

uint8_t AlgorithmID [CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]
uint32_t SizeOfAlgorithmID
uint8_t PartyUInfo [CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]
uint32_t SizeOfPartyUInfo
uint8_t PartyVInfo [CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]
uint32_t SizeOfPartyVInfo
uint8_t SuppPrivInfo [CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]
uint32_t SizeOfSuppPrivInfo
uint8_t SuppPubInfo [CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]
uint32_t SizeOfSuppPubInfo

Detailed Description

Structure, containing the optional data (other info) for KDF, if any data is not needed, then the pointer value and the size must be set to NULL

Definition at line 117 of file crys_kdf.h.


Field Documentation

uint8_t AlgorithmID[CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]

A unique object identifier (OID), indicating algorithm(s) for which the keying data is used.

Definition at line 121 of file crys_kdf.h.

uint8_t PartyUInfo[CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]

Public information contributed by the initiator.

Definition at line 124 of file crys_kdf.h.

uint8_t PartyVInfo[CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]

Public information contributed by the responder.

Definition at line 127 of file crys_kdf.h.

Size of algorithm ID.

Definition at line 122 of file crys_kdf.h.

uint32_t SizeOfPartyUInfo

Size of the Public information contributed by the initiator.

Definition at line 125 of file crys_kdf.h.

uint32_t SizeOfPartyVInfo

Size of the responder's public information.

Definition at line 128 of file crys_kdf.h.

Size of the private information.

Definition at line 132 of file crys_kdf.h.

Size of the public information.

Definition at line 135 of file crys_kdf.h.

uint8_t SuppPrivInfo[CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]

Mutually-known private information, e.g. shared information communicated throgh a separate channel.

Definition at line 131 of file crys_kdf.h.

uint8_t SuppPubInfo[CRYS_KDF_MAX_SIZE_OF_OTHER_INFO_ENTRY]

Mutually-known public information,

Definition at line 134 of file crys_kdf.h.