Home
last modified time | relevance | path

Searched refs:nx_crypto_ecjpake_public_x3 (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c99 NX_CRYPTO_EC_POINT_INITIALIZE(&ecjpake -> nx_crypto_ecjpake_public_x3, in _nx_crypto_ecjpake_init()
353 status = _nx_crypto_ec_point_setup(&ecjpake -> nx_crypto_ecjpake_public_x3, in _nx_crypto_ecjpake_hello_process()
384 &ecjpake -> nx_crypto_ecjpake_public_x3, in _nx_crypto_ecjpake_hello_process()
522 &ecjpake -> nx_crypto_ecjpake_public_x3, in _nx_crypto_ecjpake_key_exchange_generate()
669 curve -> nx_crypto_ec_add(curve, &ga, &ecjpake -> nx_crypto_ecjpake_public_x3, scratch); in _nx_crypto_ecjpake_key_exchange_process()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecjpake.h88 NX_CRYPTO_EC_POINT nx_crypto_ecjpake_public_x3; /* x3 and x4 are always peer public keys */ member