Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
uint32_t SizeOfAlgorithmID |
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.
uint32_t SizeOfSuppPrivInfo |
Size of the private information.
Definition at line 132 of file crys_kdf.h.
uint32_t SizeOfSuppPubInfo |
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.
Generated on Tue Jul 12 2022 12:46:55 by
