Searched refs:temp_status (Results 1 – 3 of 3) sorted by relevance
93 UINT temp_status; in _nx_secure_tls_session_reset() local116 …temp_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()122 …temp_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()
121 UINT temp_status; in _nx_secure_tls_server_handshake() local460 …temp_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()473 …temp_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()484 …temp_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()
132 UINT temp_status; in _nx_secure_tls_client_handshake() local235 …temp_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()248 …temp_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()258 …temp_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()