Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecdh.c175 curve = ecdh_ptr -> nx_crypto_ecdh_curve; in _nx_crypto_ecdh_private_key_export()
272 ecdh_ptr -> nx_crypto_ecdh_curve = curve; in _nx_crypto_ecdh_setup()
386 curve = ecdh_ptr -> nx_crypto_ecdh_curve; in _nx_crypto_ecdh_compute_secret()
684 … (UCHAR *)&ecdh -> nx_crypto_ecdh_curve, in _nx_crypto_method_ecdh_operation()
692 if (ecdh -> nx_crypto_ecdh_curve == NX_CRYPTO_NULL) in _nx_crypto_method_ecdh_operation()
698 status = _nx_crypto_ec_key_pair_stream_generate(ecdh -> nx_crypto_ecdh_curve, in _nx_crypto_method_ecdh_operation()
709 if (ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X25519 || in _nx_crypto_method_ecdh_operation()
710 ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X448) in _nx_crypto_method_ecdh_operation()
716 ecdh -> nx_crypto_ecdh_curve, in _nx_crypto_method_ecdh_operation()
726 ecdh -> nx_crypto_ecdh_curve, in _nx_crypto_method_ecdh_operation()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecdh.h85 NX_CRYPTO_EC *nx_crypto_ecdh_curve; member