Lines Matching refs:NX_CRYPTO_ECDH
76 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_key_pair_import(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_key_pair_import()
157 UINT _nx_crypto_ecdh_private_key_export(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_private_key_export()
254 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_setup(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_setup()
363 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_compute_secret(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_compute_secret()
516 if(crypto_metadata_size < sizeof(NX_CRYPTO_ECDH)) in _nx_crypto_method_ecdh_init()
574 NX_CRYPTO_MEMSET(crypto_metadata, 0, sizeof(NX_CRYPTO_ECDH)); in _nx_crypto_method_ecdh_cleanup()
649 NX_CRYPTO_ECDH *ecdh; in _nx_crypto_method_ecdh_operation()
668 if(crypto_metadata_size < sizeof(NX_CRYPTO_ECDH)) in _nx_crypto_method_ecdh_operation()
673 ecdh = (NX_CRYPTO_ECDH *)crypto_metadata; in _nx_crypto_method_ecdh_operation()
865 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_key_pair_import_x25519_448(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_key_pair_import_x25519_448()
939 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_private_key_export_x25519_448(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_private_key_export_x25519_448()
1024 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_setup_x25519_448(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_setup_x25519_448()
1128 NX_CRYPTO_KEEP UINT _nx_crypto_ecdh_compute_secret_x25519_448(NX_CRYPTO_ECDH *ecdh_ptr, in _nx_crypto_ecdh_compute_secret_x25519_448()