Home
last modified time | relevance | path

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

123

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_aes.h179 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
194 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
209 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
224 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
239 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
254 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_null.h76 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hmac_md5.h107 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hmac_sha1.h107 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_tls_prf_sha384.h87 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_tls_prf_sha512.h87 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hmac_sha2.h109 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_tls_prf_1.h91 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_tls_prf_sha256.h91 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_hmac_sha5.h109 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto.h238 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status); member
319 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_3des.h92 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_md5.h140 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
Dnx_crypto_sha1.h146 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_null_cipher.c202 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_null_operation()
217 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_null_operation()
Dnx_crypto_hmac_md5.c237 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_md5_operation()
245 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_md5_operation()
Dnx_crypto_hmac_sha1.c236 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_sha1_operation()
244 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_sha1_operation()
Dnx_crypto_hmac_sha2.c237 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_sha256_operation()
246 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_sha256_operation()
Dnx_crypto_tls_prf_sha256.c243 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_sha_256_operation()
252 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_tls_prf_sha384.c243 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_sha384_operation()
252 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c243 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_sha512_operation()
252 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_hmac_sha5.c236 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_hmac_sha512_operation()
247 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_hmac_sha512_operation()
Dnx_crypto_tls_prf_1.c243 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_prf_1_operation()
253 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_prf_1_operation()
Dnx_crypto_aes.c1918 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_aes_operation()
1944 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation()
1955 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation()
1967 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation()
1978 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation()
1986 packet_ptr, nx_crypto_hw_process_callback); in _nx_crypto_method_aes_operation()
2065 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_aes_cbc_operation()
2076 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_aes_cbc_operation()
2244 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_aes_ccm_operation()
2255 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_aes_ccm_operation()
[all …]
Dnx_crypto_rsa.c379 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status)) in _nx_crypto_method_rsa_operation()
388 NX_CRYPTO_PARAMETER_NOT_USED(nx_crypto_hw_process_callback); in _nx_crypto_method_rsa_operation()

123