Home
last modified time | relevance | path

Searched refs:nx_crypto_hw_process_callback (Results 1 – 25 of 92) sorted by relevance

1234

/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_aes.h178 … 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));
Dnx_crypto.h237 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status); member
318 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_null.h75 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hmac_md5.h106 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hmac_sha1.h106 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_tls_prf_sha512.h86 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_drbg_test.c22 …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()
Dnx_secure_hmac_md5_error_checking_test.c43 …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()
Dnx_secure_tls_generate_premaster_secret_coverage_test.c99 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()
Dnx_secure_x509_crl_verify_test.c269 … 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()
Dnx_secure_tls_ecc_point_format_test.c58 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()
Dnx_secure_tls_finished_hash_generate_coverage_test.c79 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/
Dnx_crypto_null_cipher.c201 … 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()
Dnx_crypto_hmac_md5.c236 … 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()
Dnx_crypto_hmac_sha1.c235 … 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()
Dnx_crypto_aes.c1917 … 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 …]
Dnx_crypto_hmac_sha2.c236 … 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()
Dnx_crypto_tls_prf_sha256.c242 … 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()
Dnx_crypto_tls_prf_sha384.c242 … 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()
Dnx_crypto_tls_prf_sha512.c242 … 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()
Dnx_crypto_hmac_sha5.c235 … 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()
Dnx_crypto_tls_prf_1.c242 … 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()
Dnx_crypto_rsa.c378 … 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/
Dnx_crypto_hash_clone_test.h43 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
66 … VOID(*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hash_clone_test.c69 … 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()

1234