Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_process_newsessionticket.c78 UINT nonce; in _nx_secure_tls_process_newsessionticket() local
Dnx_secure_tls_send_newsessionticket.c78 UINT nonce; in _nx_secure_tls_send_newsessionticket() local
Dnx_secure_tls_record_payload_encrypt.c443 UCHAR nonce[13]; in _nx_secure_tls_record_data_encrypt_init() local
Dnx_secure_tls_record_payload_decrypt.c126 UCHAR nonce[13]; in _nx_secure_tls_record_payload_decrypt() local
Dnx_secure_tls_1_3_generate_keys.c667 …SECURE_TLS_SESSION *tls_session, NX_SECURE_TLS_PSK_STORE *ticket_psk, UCHAR *nonce, UINT nonce_len) in _nx_secure_tls_1_3_session_psk_generate()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ctr.c295 UCHAR *nonce, UINT nonce_len) in _nx_crypto_ctr_encrypt_init()
Dnx_crypto_method_self_test_drbg.c350 UCHAR *nonce; in _nx_crypto_method_self_test_drbg() local
Dnx_crypto_drbg.c277 UCHAR *nonce, in _nx_crypto_drbg_instantiate()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c6233 … CHAR *realm, UINT realm_length, CHAR *password, UINT password_length, CHAR *nonce, CHAR *method, … in _nx_http_server_digest_response_calculate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c6738 …_HTTP_SERVER *server_ptr, CHAR *username, CHAR *realm, CHAR *password, CHAR *nonce, CHAR *method, … in _nx_web_http_server_digest_response_calculate()