Searched refs:nx_crypto_ecjpake_public_x1 (Results 1 – 2 of 2) sorted by relevance
95 NX_CRYPTO_EC_POINT_INITIALIZE(&ecjpake -> nx_crypto_ecjpake_public_x1, in _nx_crypto_ecjpake_init()185 &ecjpake -> nx_crypto_ecjpake_public_x1, scratch); in _nx_crypto_ecjpake_hello_generate()197 &ecjpake -> nx_crypto_ecjpake_public_x1, in _nx_crypto_ecjpake_hello_generate()209 &ecjpake -> nx_crypto_ecjpake_public_x1, in _nx_crypto_ecjpake_hello_generate()521 &ecjpake -> nx_crypto_ecjpake_public_x1, in _nx_crypto_ecjpake_key_exchange_generate()665 &ecjpake -> nx_crypto_ecjpake_public_x1.nx_crypto_ec_point_x); in _nx_crypto_ecjpake_key_exchange_process()667 &ecjpake -> nx_crypto_ecjpake_public_x1.nx_crypto_ec_point_y); in _nx_crypto_ecjpake_key_exchange_process()
86 … NX_CRYPTO_EC_POINT nx_crypto_ecjpake_public_x1; /* x1 and x2 are always local public keys */ member