ESP-IDF
crypto_dh_derive_secret()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
crypto_dh_derive_secret()
crypto_dh_derive_secret() function
Syntax
Show:
Summary
Declaration
from
crypto.h:423
int
crypto_dh_derive_secret
(
u8
generator
,
const
u8
*
prime
,
size_t
prime_len
,
const
u8
*
order
,
size_t
order_len
,
const
u8
*
privkey
,
size_t
privkey_len
,
const
u8
*
pubkey
,
size_t
pubkey_len
,
u8
*
secret
,
size_t
*
len
)
;
Arguments
Argument
Declared as
generator
u8
prime
const
u8
*
prime_len
size_t
order
const
u8
*
order_len
size_t
privkey
const
u8
*
privkey_len
size_t
pubkey
const
u8
*
pubkey_len
size_t
secret
u8
*
len
size_t
*
Examples
References
from
examples
Code
Location
int
crypto_dh_derive_secret
(
u8
generator
,
const
u8
*
prime
,
size_t
prime_len
,
crypto.h:423
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