Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecdh.c649 NX_CRYPTO_ECDH *ecdh; in _nx_crypto_method_ecdh_operation() local
673 ecdh = (NX_CRYPTO_ECDH *)crypto_metadata; in _nx_crypto_method_ecdh_operation()
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()
702 ecdh -> nx_crypto_ecdh_scratch_buffer); 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()
712 status = _nx_crypto_ecdh_setup_x25519_448(ecdh, in _nx_crypto_method_ecdh_operation()
716 ecdh -> nx_crypto_ecdh_curve, in _nx_crypto_method_ecdh_operation()
[all …]