Searched refs:SSL_IMPORT (Results 1 – 2 of 2) sorted by relevance
/external/chromium/net/third_party/nss/ssl/ |
D | ssl.h | 54 #define SSL_IMPORT extern __declspec(dllimport) macro 56 #define SSL_IMPORT extern macro 62 SSL_IMPORT const PRUint16 SSL_ImplementedCiphers[]; 65 SSL_IMPORT const PRUint16 SSL_NumImplementedCiphers; 74 SSL_IMPORT PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd); 127 SSL_IMPORT SECStatus SSL_Enable(PRFileDesc *fd, int option, PRBool on); 128 SSL_IMPORT SECStatus SSL_EnableDefault(int option, PRBool on); 132 SSL_IMPORT SECStatus SSL_OptionSet(PRFileDesc *fd, PRInt32 option, PRBool on); 133 SSL_IMPORT SECStatus SSL_OptionGet(PRFileDesc *fd, PRInt32 option, PRBool *on); 134 SSL_IMPORT SECStatus SSL_OptionSetDefault(PRInt32 option, PRBool on); [all …]
|
D | sslsecur.c | 315 SSL_IMPORT SECStatus SSL_ReHandshakeWithTimeout(PRFileDesc *fd, in SSL_ReHandshakeWithTimeout() 422 SSL_IMPORT SECStatus SSL_ForceHandshakeWithTimeout(PRFileDesc *fd, in SSL_ForceHandshakeWithTimeout()
|