Searched refs:nx_crypto_ec_id (Results 1 – 3 of 3) sorted by relevance
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()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()
3790 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()
126 UINT nx_crypto_ec_id; member