ESP-IDF
otCryptoKeyRef
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCryptoKeyRef
otCryptoKeyRef
This datatype represents the key reference.
Syntax
Show:
Summary
Declaration
from
crypto.h:103
typedef
uint32_t
otCryptoKeyRef
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint32_t
otCryptoKeyRef
;
crypto.h:103
otError
otPlatCryptoImportKey
(
otCryptoKeyRef
*
aKeyRef
,
crypto.h:241
otPlatCryptoImportKey()
otPlatCryptoImportKey()::aKeyRef
otError
otPlatCryptoExportKey
(
otCryptoKeyRef
aKeyRef
,
uint8_t
*
aBuffer
,
size_t
aBufferLen
,
size_t
*
aKeyLen
)
;
crypto.h:263
otPlatCryptoExportKey()
otPlatCryptoExportKey()::aKeyRef
otError
otPlatCryptoDestroyKey
(
otCryptoKeyRef
aKeyRef
)
;
crypto.h:275
otPlatCryptoDestroyKey()
otPlatCryptoDestroyKey()::aKeyRef
bool
otPlatCryptoHasKey
(
otCryptoKeyRef
aKeyRef
)
;
crypto.h:287
otPlatCryptoHasKey()
otPlatCryptoHasKey()::aKeyRef
otError
otPlatCryptoEcdsaSignUsingKeyRef
(
otCryptoKeyRef
aKeyRef
,
crypto.h:626
otPlatCryptoEcdsaSignUsingKeyRef()
otPlatCryptoEcdsaSignUsingKeyRef()::aKeyRef
otError
otPlatCryptoEcdsaExportPublicKey
(
otCryptoKeyRef
aKeyRef
,
otPlatCryptoEcdsaPublicKey
*
aPublicKey
)
;
crypto.h:648
otPlatCryptoEcdsaExportPublicKey()
otPlatCryptoEcdsaExportPublicKey()::aKeyRef
otError
otPlatCryptoEcdsaGenerateAndImportKey
(
otCryptoKeyRef
aKeyRef
)
;
crypto.h:662
otPlatCryptoEcdsaGenerateAndImportKey()
otPlatCryptoEcdsaGenerateAndImportKey()::aKeyRef
otError
otPlatCryptoEcdsaVerifyUsingKeyRef
(
otCryptoKeyRef
aKeyRef
,
crypto.h:680
otPlatCryptoEcdsaVerifyUsingKeyRef()
otPlatCryptoEcdsaVerifyUsingKeyRef()::aKeyRef
typedef
otCryptoKeyRef
otNetworkKeyRef
;
///< Reference to Key
dataset.h:77
otNetworkKeyRef
typedef
otCryptoKeyRef
otPskcRef
;
///< Reference to Key
dataset.h:133
otPskcRef
typedef
otCryptoKeyRef
otMacKeyRef
;
radio.h:201
otMacKeyRef
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
Instance
Scope
Location
Project
otPlatCryptoImportKey()::aKeyRef
otPlatCryptoImportKey()
crypto.h:241
otPlatCryptoExportKey()::aKeyRef
otPlatCryptoExportKey()
crypto.h:263
otPlatCryptoDestroyKey()::aKeyRef
otPlatCryptoDestroyKey()
crypto.h:275
otPlatCryptoHasKey()::aKeyRef
otPlatCryptoHasKey()
crypto.h:287
otPlatCryptoEcdsaSignUsingKeyRef()::aKeyRef
otPlatCryptoEcdsaSignUsingKeyRef()
crypto.h:626
otPlatCryptoEcdsaExportPublicKey()::aKeyRef
otPlatCryptoEcdsaExportPublicKey()
crypto.h:648
otPlatCryptoEcdsaGenerateAndImportKey()::aKeyRef
otPlatCryptoEcdsaGenerateAndImportKey()
crypto.h:662
otPlatCryptoEcdsaVerifyUsingKeyRef()::aKeyRef
otPlatCryptoEcdsaVerifyUsingKeyRef()
crypto.h:680
Lifecycle
from
examples
All items filtered out
All items filtered out