| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_aes.h | 178 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)); 193 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)); 208 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)); 223 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)); 238 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)); 253 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| D | nx_crypto.h | 237 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status); member 318 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| D | nx_crypto_null.h | 75 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| D | nx_crypto_hmac_md5.h | 106 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| D | nx_crypto_hmac_sha1.h | 106 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| D | nx_crypto_tls_prf_sha512.h | 86 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_drbg_test.c | 22 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_failed() 27 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_failed_NX_CRYPTO_DRBG_INSTANTIATE() 35 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_failed_NX_CRYPTO_DRBG_GENERATE() 44 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_failed_NX_CRYPTO_DRBG_GENERATE_0() 56 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_succeed()
|
| D | nx_secure_hmac_md5_error_checking_test.c | 43 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_failed() 48 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_succeed() 53 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_NX_CRYPTO_HASH_INITIALIZE_failed() 61 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_NX_CRYPTO_HASH_UPDATE_failed() 69 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_NX_CRYPTO_HASH_CALCULATE_failed() 77 …etadata, ULONG crypto_metadata_size, VOID *packet_ptr, VOID (*nx_crypto_hw_process_callback)(VOID … in test_nx_crypto_operation_NX_CRYPTO_HASH_CALCULATE_error()
|
| D | nx_secure_tls_generate_premaster_secret_coverage_test.c | 99 VOID(*nx_crypto_hw_process_callback)(VOID*, UINT)) in _nx_crypto_method_ecdh_operation_test() 107 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_ecdh_operation_test() 267 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in fake_operation() 312 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in ecdsa_fake_operation() 357 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in x509_sha256_fake_operation() 401 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in public_auth_fake_operation()
|
| D | nx_secure_x509_crl_verify_test.c | 269 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in test_crypto_operation() 287 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in test_crypto_operation_2() 310 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in test_nx_crypto_method_md5_operation() 316 crypto_metadata_size, packet_ptr, nx_crypto_hw_process_callback); in test_nx_crypto_method_md5_operation()
|
| D | nx_secure_tls_ecc_point_format_test.c | 58 VOID (*nx_crypto_hw_process_callback)(VOID *, UINT)); 69 VOID (*nx_crypto_hw_process_callback)(VOID *, UINT)); 177 VOID (*nx_crypto_hw_process_callback)(VOID *, UINT)) in _nx_crypto_method_ecdh_operation_test() 185 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_ecdh_operation_test()
|
| D | nx_secure_tls_finished_hash_generate_coverage_test.c | 79 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in fake_operation() 121 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in prf_fake_operation()
|
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_null_cipher.c | 201 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_null_operation() 216 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_null_operation()
|
| D | nx_crypto_hmac_md5.c | 236 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_md5_operation() 244 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_md5_operation()
|
| D | nx_crypto_hmac_sha1.c | 235 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_sha1_operation() 243 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_sha1_operation()
|
| D | nx_crypto_aes.c | 1917 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_aes_operation() 1943 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation() 1954 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation() 1966 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation() 1977 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation() 1985 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation() 2064 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_aes_cbc_operation() 2075 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_aes_cbc_operation() 2243 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_aes_ccm_operation() 2254 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_aes_ccm_operation() [all …]
|
| D | nx_crypto_hmac_sha2.c | 236 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_sha256_operation() 245 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_sha256_operation()
|
| D | nx_crypto_tls_prf_sha256.c | 242 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_sha_256_operation() 251 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_sha_256_operation()
|
| D | nx_crypto_tls_prf_sha384.c | 242 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_sha384_operation() 251 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_sha384_operation()
|
| D | nx_crypto_tls_prf_sha512.c | 242 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_sha512_operation() 251 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_sha512_operation()
|
| D | nx_crypto_hmac_sha5.c | 235 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_sha512_operation() 246 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_sha512_operation()
|
| D | nx_crypto_tls_prf_1.c | 242 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_1_operation() 252 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_1_operation()
|
| D | nx_crypto_rsa.c | 378 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_rsa_operation() 387 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_rsa_operation()
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/hash_clone/ |
| D | nx_crypto_hash_clone_test.h | 43 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)); 66 … VOID(*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
| D | nx_crypto_hash_clone_test.c | 69 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hash_clone_test_operation() 94 … packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_hash_clone_test_operation()
|