ESP-IDF
otCryptoKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCryptoKey
otCryptoKey struct
@struct otCryptoKey Represents the Key Material required for Crypto operations.
Syntax
Show:
Summary
Declaration
from
crypto.h:110
typedef
struct
otCryptoKey
{
const
uint8_t
*
mKey
;
uint16_t
mKeyLength
;
uint32_t
mKeyRef
;
}
otCryptoKey
;
Fields
Field
Declared as
otCryptoKey::mKey
const
uint8_t
*
otCryptoKey::mKeyLength
uint16_t
otCryptoKey::mKeyRef
uint32_t
Related Functions
Found 5 other functions taking a
otCryptoKey
argument:
Function
Description
otPlatCryptoHmacSha256Start()
Start HMAC operation.
otPlatCryptoAesSetKey()
Set the key for AES operation.
otPlatCryptoHkdfExtract()
Perform HKDF Extract step.
otCryptoHmacSha256()
Performs HMAC computation.
otCryptoAesCcm()
Performs AES CCM computation.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out