Searched refs:scratch_buffer (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_ecdsa_test.c | 25 static UCHAR scratch_buffer[4000]; variable 120 (HN_UBASE*)scratch_buffer); in thread_0_entry() 126 (HN_UBASE*)scratch_buffer); in thread_0_entry() 148 scratch = (HN_UBASE*)(&scratch_buffer[3 * buffer_size + 4]); in thread_0_entry() 149 privkey = scratch_buffer; in thread_0_entry() 150 pubkey = &scratch_buffer[buffer_size]; in thread_0_entry()
|
| D | nx_secure_ec_test.c | 15 HN_UBASE scratch_buffer[10000]; variable 56 scratch = scratch_buffer; in thread_0_entry() 81 scratch = scratch_buffer; in thread_0_entry()
|
| D | nx_secure_ec_additional_test.c | 11 static UCHAR scratch_buffer[1024]; variable 46 scratch_ptr = scratch_buffer; in thread_0_entry()
|
| D | nx_secure_ecdsa_error_checking_test.c | 22 static UCHAR scratch_buffer[4000]; variable
|
| D | nx_secure_crypto_method_cleanup_test.c | 27 static UCHAR scratch_buffer[4000]; variable 642 scratch = (HN_UBASE*)scratch_buffer; in crypto_method_cleanup_ecdsa_test()
|
| D | nx_secure_pkcs1_v1_5_test.c | 337 pkcs1.modulus_size = sizeof(pkcs1.scratch_buffer); in thread_0_entry()
|
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test_ecdsa.c | 47 static UCHAR scratch_buffer[4000]; variable 220 scratch = (HN_UBASE*)(&scratch_buffer[3 * buffer_size + 4]); in _nx_crypto_method_self_test_ecdsa() 221 privkey = scratch_buffer; in _nx_crypto_method_self_test_ecdsa() 222 pubkey = &scratch_buffer[buffer_size]; in _nx_crypto_method_self_test_ecdsa()
|
| D | nx_crypto_pkcs1_v1.5.c | 246 if (sizeof(ctx -> scratch_buffer) < (2 * (ctx -> modulus_size))) in _nx_crypto_pkcs1_v1_5_verify() 252 EM1 = ctx -> scratch_buffer; in _nx_crypto_pkcs1_v1_5_verify() 253 EM2 = ctx -> scratch_buffer + ctx -> modulus_size; in _nx_crypto_pkcs1_v1_5_verify()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_azure_iot_embedded_sdk_pnp.c | 135 static UCHAR scratch_buffer[256]; variable 577 scratch_buffer, in sample_command_action() 578 sizeof(scratch_buffer)))) in sample_command_action() 603 … context_ptr, context_length, scratch_buffer, in sample_command_action() 813 …if(nx_azure_iot_json_writer_with_buffer_init(&json_writer, scratch_buffer, sizeof(scratch_buffer))) in sample_telemetry_action() 835 … (UCHAR *)scratch_buffer, buffer_length, in sample_telemetry_action() 843 …("Telemetry message send with packet id %d : %.*s.\r\n", packet_id, buffer_length, scratch_buffer); in sample_telemetry_action()
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_pkcs1_v1.5.h | 73 UCHAR scratch_buffer[NX_CRYPTO_MAX_RSA_MODULUS_SIZE >> 2]; member
|