_nx_crypto_ec_validate_public_key() is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesnetxduo_nx_crypto_ec_validate_public_key()

_nx_crypto_ec_validate_public_key() function

Syntax

UINT _nx_crypto_ec_validate_public_key(NX_CRYPTO_EC_POINT *public_key,     NX_CRYPTO_EC *chosen_curve,     UINT partial,     HN_UBASE *scratch);
Implemented in nx_crypto_ec.c:4287

Arguments

public_key

chosen_curve

partial

scratch

References

LocationReferrerText
nx_crypto_ec.c:4287
UINT _nx_crypto_ec_validate_public_key(NX_CRYPTO_EC_POINT *public_key,
nx_crypto_ec.h:573
UINT _nx_crypto_ec_validate_public_key(NX_CRYPTO_EC_POINT *public_key,
nx_crypto_ecdh.c:416_nx_crypto_ecdh_compute_secret()
status = _nx_crypto_ec_validate_public_key(&public_key, curve, NX_CRYPTO_TRUE, scratch_buf_ptr);
nx_crypto_ecdsa.c:386_nx_crypto_ecdsa_verify()
status = _nx_crypto_ec_validate_public_key(&pubkey, curve, NX_CRYPTO_FALSE, scratch);

Call Tree

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