Searched refs:nx_crypto_ecjpake_public_x3 (Results 1 – 2 of 2) sorted by relevance
99 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()
88 NX_CRYPTO_EC_POINT nx_crypto_ecjpake_public_x3; /* x3 and x4 are always peer public keys */ member