Searched refs:hash_data (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_ecdsa_test.c | 28 static UCHAR hash_data[80]; variable 136 memset(hash_data, 0, sizeof(hash_data)); in thread_0_entry() 140 for (j = 0; j < sizeof(hash_data); j++) in thread_0_entry() 142 hash_data[j] = rand(); in thread_0_entry() 171 …_nx_crypto_ecdsa_sign(curve, hash_data, sizeof(hash_data), privkey, buffer_size, signature, signat… in thread_0_entry() 174 …EXPECT_EQ(NX_CRYPTO_SUCCESS, _nx_crypto_ecdsa_verify(curve, hash_data, sizeof(hash_data), pubkey, … in thread_0_entry()
|
| D | nx_secure_ecdsa_error_checking_test.c | 25 static UCHAR hash_data[80]; variable
|
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_tls_send_record.c | 109 UCHAR *hash_data; in _nx_secure_tls_send_record() local 267 hash_data = current_packet -> nx_packet_prepend_ptr + iv_size; in _nx_secure_tls_send_record() 274 status = _nx_secure_tls_record_hash_update(tls_session, hash_data, in _nx_secure_tls_send_record() 281 hash_data = current_packet -> nx_packet_prepend_ptr; in _nx_secure_tls_send_record()
|
| D | nx_secure_x509_pkcs7_decode.c | 82 const UCHAR **hash_data, UINT *hash_length) in _nx_secure_x509_pkcs7_decode() argument 206 *hash_data = tlv_data; in _nx_secure_x509_pkcs7_decode()
|
| /NetX-Duo-v6.2.1/nx_secure/inc/ |
| D | nx_secure_x509.h | 956 const UCHAR **hash_data, UINT *hash_length);
|