Home
last modified time | relevance | path

Searched refs:nx_crypto_ec_id (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecdh.c709 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()
738 if (ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X25519 || in _nx_crypto_method_ecdh_operation()
739 ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X448) in _nx_crypto_method_ecdh_operation()
763 if (ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X25519 || in _nx_crypto_method_ecdh_operation()
764 ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X448) in _nx_crypto_method_ecdh_operation()
787 if (ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X25519 || in _nx_crypto_method_ecdh_operation()
788 ecdh -> nx_crypto_ecdh_curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X448) in _nx_crypto_method_ecdh_operation()
Dnx_crypto_ec.c3790 if (curve_id == _nx_crypto_ec_named_curves[i] -> nx_crypto_ec_id) in _nx_crypto_ec_get_named_curve()
4612 if (curve -> nx_crypto_ec_id == NX_CRYPTO_EC_X25519) in _nx_crypto_ec_x25519_448_multiple()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h126 UINT nx_crypto_ec_id; member