Bluetooth LE Stack
uECC_HashContext
is only used within Bluetooth LE Stack.
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
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
uECC_HashContext
uECC_HashContext struct
Syntax
Show:
Summary
Declaration
from
uECC.h:188
typedef
struct
uECC_HashContext
{
void
(
*
init_hash
)
(
struct
uECC_HashContext
*
context
)
;
void
(
*
update_hash
)
(
struct
uECC_HashContext
*
context
,
const
uint8_t
*
message
,
unsigned
message_size
)
;
void
(
*
finish_hash
)
(
struct
uECC_HashContext
*
context
,
uint8_t
*
hash_result
)
;
unsigned
block_size
;
unsigned
result_size
;
uint8_t
*
tmp
;
}
uECC_HashContext
;
Fields
Field
Declared as
uECC_HashContext::init_hash
void
(
*
)
(
struct
uECC_HashContext
*
context
)
uECC_HashContext::update_hash
void
(
*
)
(
struct
uECC_HashContext
*
context
,
const
uint8_t
*
message
,
unsigned
message_size
)
uECC_HashContext::finish_hash
void
(
*
)
(
struct
uECC_HashContext
*
context
,
uint8_t
*
hash_result
)
uECC_HashContext::block_size
unsigned
uECC_HashContext::result_size
unsigned
uECC_HashContext::tmp
uint8_t
*
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