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
Code
Location
Scope
Referrer
typedef
struct
otCryptoKey
crypto.h:110
}
otCryptoKey
;
crypto.h:115
void
otCryptoHmacSha256
(
const
otCryptoKey
*
aKey
,
const
uint8_t
*
aBuf
,
uint16_t
aBufLength
,
otCryptoSha256Hash
*
aHash
)
;
crypto.h:70
otCryptoHmacSha256()
otCryptoHmacSha256()::aKey
void
otCryptoAesCcm
(
const
otCryptoKey
*
aKey
,
crypto.h:90
otCryptoAesCcm()
otCryptoAesCcm()::aKey
}
otCryptoKey
;
crypto.h:115
otCryptoKey
otError
otPlatCryptoHmacSha256Start
(
otCryptoContext
*
aContext
,
const
otCryptoKey
*
aKey
)
;
crypto.h:324
otPlatCryptoHmacSha256Start()
otPlatCryptoHmacSha256Start()::aKey
otError
otPlatCryptoAesSetKey
(
otCryptoContext
*
aContext
,
const
otCryptoKey
*
aKey
)
;
crypto.h:377
otPlatCryptoAesSetKey()
otPlatCryptoAesSetKey()::aKey
const
otCryptoKey
*
aInputKey
)
;
crypto.h:450
otPlatCryptoHkdfExtract()
otPlatCryptoHkdfExtract()::aInputKey
void
otCryptoHmacSha256
(
const
otCryptoKey
*
aKey
,
const
uint8_t
*
aBuf
,
uint16_t
aBufLength
,
otCryptoSha256Hash
*
aHash
)
crypto_api.cpp:44
otCryptoHmacSha256()
otCryptoHmacSha256()::aKey
void
otCryptoAesCcm
(
const
otCryptoKey
*
aKey
,
crypto_api.cpp:55
otCryptoAesCcm()
otCryptoAesCcm()::aKey
OT_TOOL_WEAK
otError
otPlatCryptoAesSetKey
(
otCryptoContext
*
aContext
,
const
otCryptoKey
*
aKey
)
crypto_platform.cpp:103
otPlatCryptoAesSetKey()
otPlatCryptoAesSetKey()::aKey
OT_TOOL_WEAK
otError
otPlatCryptoHmacSha256Start
(
otCryptoContext
*
aContext
,
const
otCryptoKey
*
aKey
)
crypto_platform.cpp:186
otPlatCryptoHmacSha256Start()
otPlatCryptoHmacSha256Start()::aKey
const
otCryptoKey
*
aInputKey
)
crypto_platform.cpp:311
otPlatCryptoHkdfExtract()
otPlatCryptoHkdfExtract()::aInputKey
class
Key
:
public
otCryptoKey
,
public
Clearable
<
Key
>
storage.hpp:199
ot::Crypto::Key
DefineCoreType
(
otCryptoKey
,
Crypto
::
Key
)
;
storage.hpp:323
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
otCryptoKey
inherits 1 classes:
ot::Crypto::Key
All items filtered out
otCryptoKey
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
Instance
Scope
Location
Project
otPlatCryptoHmacSha256Start()::aKey
otPlatCryptoHmacSha256Start()
crypto.h:324
otPlatCryptoAesSetKey()::aKey
otPlatCryptoAesSetKey()
crypto.h:377
otPlatCryptoHkdfExtract()::aInputKey
otPlatCryptoHkdfExtract()
crypto.h:450
otCryptoHmacSha256()::aKey
otCryptoHmacSha256()
crypto.h:70
otCryptoAesCcm()::aKey
otCryptoAesCcm()
crypto.h:90
otCryptoHmacSha256()::aKey
otCryptoHmacSha256()
crypto_api.cpp:44
otCryptoAesCcm()::aKey
otCryptoAesCcm()
crypto_api.cpp:55
otPlatCryptoAesSetKey()::aKey
otPlatCryptoAesSetKey()
crypto_platform.cpp:103
otPlatCryptoHmacSha256Start()::aKey
otPlatCryptoHmacSha256Start()
crypto_platform.cpp:186
otPlatCryptoHkdfExtract()::aInputKey
otPlatCryptoHkdfExtract()
crypto_platform.cpp:311
Lifecycle
from
examples
All items filtered out
All items filtered out