ESP-IDF
otCryptoContext
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
otCryptoContext
otCryptoContext struct
@struct otCryptoContext Stores the context object for platform APIs.
Syntax
Show:
Summary
Declaration
from
crypto.h:122
typedef
struct
otCryptoContext
{
void
*
mContext
;
uint16_t
mContextSize
;
}
otCryptoContext
;
Fields
Field
Declared as
otCryptoContext::mContext
void
*
otCryptoContext::mContextSize
uint16_t
Related Functions
Found 18 other functions taking a
otCryptoContext
argument:
Function
Description
otPlatCryptoHmacSha256Init()
Initialize the HMAC operation.
otPlatCryptoHmacSha256Deinit()
Uninitialize the HMAC operation.
otPlatCryptoHmacSha256Update()
Update the HMAC operation with new input.
otPlatCryptoHmacSha256Finish()
Complete the HMAC operation.
otPlatCryptoAesInit()
Initialise the AES operation.
otPlatCryptoAesEncrypt()
Encrypt the given data.
otPlatCryptoAesFree()
Free the AES context.
otPlatCryptoHkdfInit()
Initialise the HKDF context.
otPlatCryptoHkdfExpand()
Perform HKDF Expand step.
otPlatCryptoHkdfDeinit()
Uninitialize the HKDF context.
otPlatCryptoSha256Init()
Initialise the SHA-256 operation.
otPlatCryptoSha256Deinit()
Uninitialize the SHA-256 operation.
otPlatCryptoSha256Start()
Start SHA-256 operation.
otPlatCryptoSha256Update()
Update SHA-256 operation with new input.
otPlatCryptoSha256Finish()
Finish SHA-256 operation.
otPlatCryptoHmacSha256Start()
Start HMAC operation.
otPlatCryptoAesSetKey()
Set the key for AES operation.
otPlatCryptoHkdfExtract()
Perform HKDF Extract step.
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