Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ccm.c148 … UCHAR *input, UCHAR *output, UINT length, UCHAR *iv, UINT block_size) in _nx_crypto_ccm_cbc_pad()
187 USHORT M, UINT block_size) in _nx_crypto_ccm_authentication_init()
302 … UINT length, UCHAR *iv, USHORT icv_len, USHORT block_size) in _nx_crypto_ccm_encrypt_init()
387 … UCHAR *input, UCHAR *output, UINT length, UINT block_size) in _nx_crypto_ccm_encrypt_update()
498 UCHAR *icv, UINT block_size) in _nx_crypto_ccm_encrypt_calculate()
580 UCHAR *icv, UINT block_size) in _nx_crypto_ccm_decrypt_calculate()
Dnx_crypto_cbc.c65 …P static VOID _nx_crypto_cbc_xor(UCHAR *plaintext, UCHAR *key, UCHAR *ciphertext, UCHAR block_size) in _nx_crypto_cbc_xor()
129 … UCHAR *input, UCHAR *output, UINT length, UCHAR block_size) in _nx_crypto_cbc_encrypt()
230 … UCHAR *input, UCHAR *output, UINT length, UCHAR block_size) in _nx_crypto_cbc_decrypt()
Dnx_crypto_gcm.c460 UCHAR *iv, UINT block_size) in _nx_crypto_gcm_encrypt_init()
574 UINT block_size) in _nx_crypto_gcm_encrypt_update()
645 UCHAR *output, UINT icv_len, UINT block_size) in _nx_crypto_gcm_encrypt_calculate()
743 UINT block_size) in _nx_crypto_gcm_decrypt_update()
813 UCHAR *input, UINT icv_len, UINT block_size) in _nx_crypto_gcm_decrypt_calculate()
Dnx_crypto_xcbc_mac.c156 UCHAR *iv, UCHAR icv_len, UINT block_size) in _nx_crypto_xcbc_mac()
Dnx_crypto_ctr.c211 … UCHAR *input, UCHAR *output, UINT length, UINT block_size) in _nx_crypto_ctr_encrypt()
Dnx_crypto_hmac.c380 … UINT algorithm, UINT block_size, UINT output_length, in _nx_crypto_hmac_metadata_set() argument
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_record_payload_encrypt.c96 UINT block_size; in _nx_secure_tls_record_payload_encrypt() local
436 UINT block_size; in _nx_secure_tls_record_data_encrypt_init() local
Dnx_secure_tls_record_payload_decrypt.c748 UINT block_size; in _nx_secure_tls_record_packet_decrypt() local
/NetX-Duo-v6.2.1/common/src/
Dnx_ip_max_payload_size_find.c119 UINT block_size; in _nx_ip_max_payload_size_find() local
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_hmac.h74 UINT block_size; member
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_server.c1640 ULONG block_size; in _nx_ftp_server_command_process() local
6403 …_block_size_get(NX_FTP_SERVER *ftp_server_ptr, UINT ftp_command, CHAR *filename, ULONG *block_size) in _nx_ftp_server_block_size_get()
6512 …_header_send(NX_PACKET_POOL *pool_ptr, NX_FTP_CLIENT_REQUEST *client_request_ptr, ULONG block_size) in _nx_ftp_server_block_header_send()
Dnxd_ftp_client.c5939 UINT _nx_ftp_client_block_header_send(NX_FTP_CLIENT *ftp_client_ptr, ULONG block_size) in _nx_ftp_client_block_header_send()