Searched refs:OPENSSL_EXIT (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A De_os.h300 # define OPENSSL_EXIT(n) do { if (n == 0) EXIT(n); return(n); } while(0) macro
573 #ifndef OPENSSL_EXIT
575 # define OPENSSL_EXIT(n) return(n) macro
577 # define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0) macro

Completed in 80 milliseconds