_nx_crypto_ecjpake_public_key_generate() is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesnetxduo_nx_crypto_ecjpake_public_key_generate()

_nx_crypto_ecjpake_public_key_generate() function

Syntax

VOID _nx_crypto_ecjpake_public_key_generate(NX_CRYPTO_EC *curve,     NX_CRYPTO_EC_POINT *x1,     NX_CRYPTO_EC_POINT *x3,     NX_CRYPTO_EC_POINT *x4,     NX_CRYPTO_HUGE_NUMBER *x2,     NX_CRYPTO_HUGE_NUMBER *s,     NX_CRYPTO_EC_POINT *g,     NX_CRYPTO_EC_POINT *public_key,     NX_CRYPTO_HUGE_NUMBER *private_key,     HN_UBASE *scratch);
Implemented in nx_crypto_ecjpake.c:1315

Arguments

curve

x1

x3

x4

x2

s

g

public_key

private_key

scratch

References

LocationReferrerText
nx_crypto_ecjpake.c:1315
NX_CRYPTO_KEEP VOID _nx_crypto_ecjpake_public_key_generate(NX_CRYPTO_EC *curve,
nx_crypto_ecjpake.h:172
VOID _nx_crypto_ecjpake_public_key_generate(NX_CRYPTO_EC *curve,
nx_crypto_ecjpake.c:520_nx_crypto_ecjpake_key_exchange_generate()
_nx_crypto_ecjpake_public_key_generate(curve,

Call Tree

Functions calling _nx_crypto_ecjpake_public_key_generate()
Functions called by _nx_crypto_ecjpake_public_key_generate()
_nx_crypto_ecjpake_public_key_generate()
Type of _nx_crypto_ecjpake_public_key_generate()
_nx_crypto_ecjpake_public_key_generate()
all items filtered out