Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 41) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_sha256_rfc_test.c70 NX_SHA256_HMAC context; in TEST() local
149 NX_SHA256_HMAC context; in TEST() local
236 NX_SHA256_HMAC context; in TEST() local
323 NX_SHA256_HMAC context; in TEST() local
404 NX_SHA256_HMAC context; in TEST() local
494 NX_SHA256_HMAC context; in TEST() local
585 NX_SHA256_HMAC context; in TEST() local
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_3des.c71 NX_CRYPTO_KEEP UINT _nx_crypto_3des_key_set(NX_CRYPTO_3DES *context, UCHAR key[24]) in _nx_crypto_3des_key_set()
133 NX_CRYPTO_KEEP UINT _nx_crypto_3des_encrypt(NX_CRYPTO_3DES *context, UCHAR source[8], in _nx_crypto_3des_encrypt()
199 NX_CRYPTO_KEEP UINT _nx_crypto_3des_decrypt(NX_CRYPTO_3DES *context, UCHAR source[8], in _nx_crypto_3des_decrypt()
449 NX_CRYPTO_3DES *context; in _nx_crypto_method_3des_operation() local
Dnx_crypto_des.c199 NX_CRYPTO_KEEP UINT _nx_crypto_des_key_set(NX_CRYPTO_DES *context, UCHAR key[8]) in _nx_crypto_des_key_set()
363 NX_CRYPTO_KEEP UINT _nx_crypto_des_encrypt(NX_CRYPTO_DES *context, UCHAR source[8], UCHAR destinat… in _nx_crypto_des_encrypt()
425 NX_CRYPTO_KEEP UINT _nx_crypto_des_decrypt(NX_CRYPTO_DES *context, UCHAR source[8], UCHAR destinat… in _nx_crypto_des_decrypt()
792 NX_CRYPTO_DES *context; in _nx_crypto_method_des_operation() local
Dnx_crypto_sha1.c117 NX_CRYPTO_KEEP UINT _nx_crypto_sha1_initialize(NX_CRYPTO_SHA1 *context, UINT algorithm) in _nx_crypto_sha1_initialize()
188 NX_CRYPTO_KEEP UINT _nx_crypto_sha1_update(NX_CRYPTO_SHA1 *context, UCHAR *input_ptr, UINT input_l… in _nx_crypto_sha1_update()
320 NX_CRYPTO_KEEP UINT _nx_crypto_sha1_digest_calculate(NX_CRYPTO_SHA1 *context, UCHAR digest[20], UI… in _nx_crypto_sha1_digest_calculate()
424 NX_CRYPTO_KEEP VOID _nx_crypto_sha1_process_buffer(NX_CRYPTO_SHA1 *context, UCHAR buffer[64]) in _nx_crypto_sha1_process_buffer()
Dnx_crypto_sha5.c117 NX_CRYPTO_KEEP UINT _nx_crypto_sha512_initialize(NX_CRYPTO_SHA512 *context, UINT algorithm) in _nx_crypto_sha512_initialize()
236 NX_CRYPTO_KEEP UINT _nx_crypto_sha512_update(NX_CRYPTO_SHA512 *context, UCHAR *input_ptr, UINT inpu… in _nx_crypto_sha512_update()
364 NX_CRYPTO_KEEP UINT _nx_crypto_sha512_digest_calculate(NX_CRYPTO_SHA512 *context, UCHAR *digest, UI… in _nx_crypto_sha512_digest_calculate()
500 NX_CRYPTO_KEEP VOID _nx_crypto_sha512_process_buffer(NX_CRYPTO_SHA512 *context, UCHAR *buffer) in _nx_crypto_sha512_process_buffer()
Dnx_crypto_sha2.c97 NX_CRYPTO_KEEP UINT _nx_crypto_sha256_initialize(NX_CRYPTO_SHA256 *context, UINT algorithm ) in _nx_crypto_sha256_initialize()
188 NX_CRYPTO_KEEP UINT _nx_crypto_sha256_update(NX_CRYPTO_SHA256 *context, UCHAR *input_ptr, UINT inpu… in _nx_crypto_sha256_update()
318 NX_CRYPTO_KEEP UINT _nx_crypto_sha256_digest_calculate(NX_CRYPTO_SHA256 *context, UCHAR *digest, UI… in _nx_crypto_sha256_digest_calculate()
436 NX_CRYPTO_KEEP VOID _nx_crypto_sha256_process_buffer(NX_CRYPTO_SHA256 *context, UCHAR buffer[64]) in _nx_crypto_sha256_process_buffer()
Dnx_crypto_hmac.c379 VOID *context, in _nx_crypto_hmac_metadata_set()
436 UINT _nx_crypto_hmac_hash_initialize(VOID *context, UINT algorithm) in _nx_crypto_hmac_hash_initialize()
514 UINT _nx_crypto_hmac_hash_update(VOID *context, UCHAR *input, UINT input_length) in _nx_crypto_hmac_hash_update()
590 UINT _nx_crypto_hmac_hash_digest_calculate(VOID *context, UCHAR *digest, UINT algorithm) in _nx_crypto_hmac_hash_digest_calculate()
Dnx_crypto_md5.c137 NX_CRYPTO_KEEP UINT _nx_crypto_md5_initialize(NX_CRYPTO_MD5 *context, UINT algorithm) in _nx_crypto_md5_initialize()
208 NX_CRYPTO_KEEP UINT _nx_crypto_md5_update(NX_CRYPTO_MD5 *context, UCHAR *input_ptr, UINT input_len… in _nx_crypto_md5_update()
338 NX_CRYPTO_KEEP UINT _nx_crypto_md5_digest_calculate(NX_CRYPTO_MD5 *context, UCHAR digest[16], UINT… in _nx_crypto_md5_digest_calculate()
438 NX_CRYPTO_KEEP VOID _nx_crypto_md5_process_buffer(NX_CRYPTO_MD5 *context, UCHAR buffer[64]) in _nx_crypto_md5_process_buffer()
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_sha1.c116 UINT _nx_sha1_initialize(NX_SHA1 *context) in _nx_sha1_initialize()
183 UINT _nx_sha1_update(NX_SHA1 *context, UCHAR *input_ptr, UINT input_length) in _nx_sha1_update()
309 UINT _nx_sha1_digest_calculate(NX_SHA1 *context, UCHAR digest[20]) in _nx_sha1_digest_calculate()
407 VOID _nx_sha1_process_buffer(NX_SHA1 *context, UCHAR buffer[64]) in _nx_sha1_process_buffer()
/NetX-Duo-v6.2.1/addons/snmp/
Dnx_sha1.c116 UINT _nx_sha1_initialize(NX_SHA1 *context) in _nx_sha1_initialize()
183 UINT _nx_sha1_update(NX_SHA1 *context, UCHAR *input_ptr, UINT input_length) in _nx_sha1_update()
309 UINT _nx_sha1_digest_calculate(NX_SHA1 *context, UCHAR digest[20]) in _nx_sha1_digest_calculate()
407 VOID _nx_sha1_process_buffer(NX_SHA1 *context, UCHAR buffer[64]) in _nx_sha1_process_buffer()
Dnx_des.c202 UINT _nx_des_key_set(NX_DES *context, UCHAR key[8]) in _nx_des_key_set()
353 UINT _nx_des_encrypt(NX_DES *context, UCHAR source[8], UCHAR destination[8]) in _nx_des_encrypt()
411 UINT _nx_des_decrypt(NX_DES *context, UCHAR source[8], UCHAR destination[8]) in _nx_des_decrypt()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_provisioning_client.c60 …c UINT nx_azure_iot_provisioning_client_process_message(NX_AZURE_IOT_PROVISIONING_CLIENT *context,… in nx_azure_iot_provisioning_client_process_message()
268 static VOID nx_azure_iot_provisioning_client_update_state(NX_AZURE_IOT_PROVISIONING_CLIENT *context, in nx_azure_iot_provisioning_client_update_state()
351 UINT status, VOID *context) in nx_azure_iot_provisioning_client_mqtt_connect_notify()
390 …ic VOID nx_azure_iot_provisioning_client_process_connect(NX_AZURE_IOT_PROVISIONING_CLIENT *context) in nx_azure_iot_provisioning_client_process_connect()
411 …atic VOID nx_azure_iot_provisioning_client_process_timer(NX_AZURE_IOT_PROVISIONING_CLIENT *context) in nx_azure_iot_provisioning_client_process_timer()
436 static VOID nx_azure_iot_provisioning_client_subscribe(NX_AZURE_IOT_PROVISIONING_CLIENT *context) in nx_azure_iot_provisioning_client_subscribe()
466 …x_azure_iot_provisioning_client_generate_service_request(NX_AZURE_IOT_PROVISIONING_CLIENT *context) in nx_azure_iot_provisioning_client_generate_service_request()
502 …x_azure_iot_provisioning_client_process_service_response(NX_AZURE_IOT_PROVISIONING_CLIENT *context) in nx_azure_iot_provisioning_client_process_service_response()
548 …VOID nx_azure_iot_provisioning_client_process_disconnect(NX_AZURE_IOT_PROVISIONING_CLIENT *context) in nx_azure_iot_provisioning_client_process_disconnect()
/NetX-Duo-v6.2.1/common/src/
Dnx_md5.c134 UINT _nx_md5_initialize(NX_MD5 *context) in _nx_md5_initialize()
200 UINT _nx_md5_update(NX_MD5 *context, UCHAR *input_ptr, UINT input_length) in _nx_md5_update()
326 UINT _nx_md5_digest_calculate(NX_MD5 *context, UCHAR digest[16]) in _nx_md5_digest_calculate()
421 VOID _nx_md5_process_buffer(NX_MD5 *context, UCHAR buffer[64]) in _nx_md5_process_buffer()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/hash_clone/
Dnx_crypto_clone_cleanup_test.c10 NX_CRYPTO_KEEP UINT _nx_crypto_clone_cleanup_test_initialize(NX_CRYPTO_CLONE_CLEANUP_TEST *context in _nx_crypto_clone_cleanup_test_initialize()
34 NX_CRYPTO_KEEP UINT _nx_crypto_clone_cleanup_test_update(NX_CRYPTO_CLONE_CLEANUP_TEST *context, UCH… in _nx_crypto_clone_cleanup_test_update()
64 …_KEEP UINT _nx_crypto_clone_cleanup_test_digest_calculate(NX_CRYPTO_CLONE_CLEANUP_TEST *context, U… in _nx_crypto_clone_cleanup_test_digest_calculate()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_utility_test.c57 NX_MD5 context; in ntest_0_entry() local
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_pnp.c358 …ic VOID message_receive_callback_properties(NX_AZURE_IOT_HUB_CLIENT *hub_client_ptr, VOID *context) in message_receive_callback_properties()
366 static VOID message_receive_callback_command(NX_AZURE_IOT_HUB_CLIENT *hub_client_ptr, VOID *context) in message_receive_callback_command()
373 …essage_receive_callback_writable_properties(NX_AZURE_IOT_HUB_CLIENT *hub_client_ptr, VOID *context) in message_receive_callback_writable_properties()
971 static VOID sample_periodic_timer_entry(ULONG context) in sample_periodic_timer_entry()
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c244 DELAY_REQUEST_CONTEXT *context, NX_PTP_TIME *ts) in send_delay_response()
261 UINT receive_delay_request(NX_UDP_SOCKET *socket_ptr, DELAY_REQUEST_CONTEXT *context, in receive_delay_request()
Dnetx_ptp_client_basic_test.c215 DELAY_REQUEST_CONTEXT context; in ntest_1_entry() local
Dnetx_ptp_client_ipv6_test.c230 DELAY_REQUEST_CONTEXT context; in ntest_1_entry() local
Dnetx_ptp_client_two_steps_off_test.c215 DELAY_REQUEST_CONTEXT context; in ntest_1_entry() local
Dnetx_ptp_client_master_selection_test.c269 DELAY_REQUEST_CONTEXT context; in ntest_1_entry() local
Dnetx_ptp_client_announce_timeout_test.c235 DELAY_REQUEST_CONTEXT context; in ntest_1_entry() local
Dnetx_ptp_client_calibrate_test.c316 DELAY_REQUEST_CONTEXT context; in ntest_1_entry() local
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_hmac.h70 VOID *context; member
/NetX-Duo-v6.2.1/common/inc/
Dnx_link.h114 VOID *context; member

12