Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecdh.c88 if (local_private_key_len > sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer)) in _nx_crypto_ecdh_key_pair_import()
103 NX_CRYPTO_MEMSET(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer, 0, in _nx_crypto_ecdh_key_pair_import()
104 sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer)); in _nx_crypto_ecdh_key_pair_import()
107 private_key.nx_crypto_huge_number_data = ecdh_ptr -> nx_crypto_ecdh_private_key_buffer; in _nx_crypto_ecdh_key_pair_import()
108 private_key.nx_crypto_huge_buffer_size = sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer); in _nx_crypto_ecdh_key_pair_import()
189 …private_key.nx_crypto_huge_number_data = (HN_UBASE *)ecdh_ptr -> nx_crypto_ecdh_private_key_buffer; in _nx_crypto_ecdh_private_key_export()
282 private_key.nx_crypto_huge_number_data = ecdh_ptr -> nx_crypto_ecdh_private_key_buffer; in _nx_crypto_ecdh_setup()
284 private_key.nx_crypto_huge_buffer_size = sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer); in _nx_crypto_ecdh_setup()
288 NX_CRYPTO_MEMSET(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer, 0, in _nx_crypto_ecdh_setup()
289 sizeof(ecdh_ptr -> nx_crypto_ecdh_private_key_buffer)); in _nx_crypto_ecdh_setup()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecdh.h82 HN_UBASE nx_crypto_ecdh_private_key_buffer[NX_CRYPTO_ECDH_MAX_KEY_SIZE >> HN_SIZE_SHIFT]; member