Searched refs:nx_crypto_hw_process_callback (Results 1 – 25 of 51) sorted by relevance
123
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_aes.h | 179 … 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));
|
D | nx_crypto_null.h | 76 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_hmac_md5.h | 107 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_hmac_sha1.h | 107 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_tls_prf_sha384.h | 87 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_tls_prf_sha512.h | 87 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_hmac_sha2.h | 109 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_tls_prf_1.h | 91 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_tls_prf_sha256.h | 91 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_hmac_sha5.h | 109 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto.h | 238 VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status); member 319 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_3des.h | 92 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_md5.h | 140 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
D | nx_crypto_sha1.h | 146 … VOID (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status));
|
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_null_cipher.c | 202 … 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()
|
D | nx_crypto_hmac_md5.c | 237 … 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()
|
D | nx_crypto_hmac_sha1.c | 236 … 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()
|
D | nx_crypto_hmac_sha2.c | 237 … 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()
|
D | nx_crypto_tls_prf_sha256.c | 243 … 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()
|
D | nx_crypto_tls_prf_sha384.c | 243 … 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()
|
D | nx_crypto_tls_prf_sha512.c | 243 … 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()
|
D | nx_crypto_hmac_sha5.c | 236 … 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()
|
D | nx_crypto_tls_prf_1.c | 243 … 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()
|
D | nx_crypto_aes.c | 1918 … 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 …]
|
D | nx_crypto_rsa.c | 379 … 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