Home
last modified time | relevance | path

Searched refs:temp_status (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_reset.c93 UINT temp_status; in _nx_secure_tls_session_reset() local
116temp_status = session_ptr -> nx_secure_tls_session_ciphersuite -> nx_secure_tls_session_cipher -> … in _nx_secure_tls_session_reset()
117 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_session_reset()
119 status = temp_status; in _nx_secure_tls_session_reset()
122temp_status = session_ptr -> nx_secure_tls_session_ciphersuite -> nx_secure_tls_session_cipher -> … in _nx_secure_tls_session_reset()
123 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_session_reset()
125 status = temp_status; in _nx_secure_tls_session_reset()
Dnx_secure_tls_server_handshake.c121 UINT temp_status; in _nx_secure_tls_server_handshake() local
460temp_status = method_ptr -> nx_crypto_cleanup(tls_session -> nx_secure_tls_handshake_hash.nx_secur… in _nx_secure_tls_server_handshake()
461 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_server_handshake()
463 status = temp_status; in _nx_secure_tls_server_handshake()
473temp_status = method_ptr -> nx_crypto_cleanup(tls_session -> nx_secure_tls_handshake_hash.nx_secur… in _nx_secure_tls_server_handshake()
474 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_server_handshake()
476 status = temp_status; in _nx_secure_tls_server_handshake()
484temp_status = method_ptr -> nx_crypto_cleanup(tls_session -> nx_secure_tls_handshake_hash.nx_secur… in _nx_secure_tls_server_handshake()
485 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_server_handshake()
487 status = temp_status; in _nx_secure_tls_server_handshake()
Dnx_secure_tls_client_handshake.c132 UINT temp_status; in _nx_secure_tls_client_handshake() local
235temp_status = method_ptr -> nx_crypto_cleanup(tls_session -> nx_secure_tls_handshake_hash.nx_secur… in _nx_secure_tls_client_handshake()
236 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_client_handshake()
238 status = temp_status; in _nx_secure_tls_client_handshake()
248temp_status = method_ptr -> nx_crypto_cleanup(tls_session -> nx_secure_tls_handshake_hash.nx_secur… in _nx_secure_tls_client_handshake()
249 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_client_handshake()
251 status = temp_status; in _nx_secure_tls_client_handshake()
258temp_status = method_ptr -> nx_crypto_cleanup(tls_session -> nx_secure_tls_handshake_hash.nx_secur… in _nx_secure_tls_client_handshake()
259 if(temp_status != NX_CRYPTO_SUCCESS) in _nx_secure_tls_client_handshake()
261 status = temp_status; in _nx_secure_tls_client_handshake()