Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c82 ecjpake -> nx_crypto_ecjpake_curve = curve; in _nx_crypto_ecjpake_init()
171 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_hello_generate()
340 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_hello_process()
499 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_key_exchange_generate()
637 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_key_exchange_process()
1869 if (ecjpake -> nx_crypto_ecjpake_curve != NX_CRYPTO_NULL) in _nx_crypto_method_ecjpake_operation()
1871 _nx_crypto_ecjpake_init(ecjpake, ecjpake -> nx_crypto_ecjpake_curve, in _nx_crypto_method_ecjpake_operation()
1891 … (UCHAR *)&ecjpake -> nx_crypto_ecjpake_curve, in _nx_crypto_method_ecjpake_operation()
1903 _nx_crypto_ecjpake_init(ecjpake, ecjpake -> nx_crypto_ecjpake_curve, in _nx_crypto_method_ecjpake_operation()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecjpake.h84 NX_CRYPTO_EC *nx_crypto_ecjpake_curve; member