HomeSort by relevance Sort by last modified time
    Searched refs:SSL_IMPORT (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/third_party/nss/ssl/
ssl.h 54 #define SSL_IMPORT extern __declspec(dllimport)
56 #define SSL_IMPORT extern
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...]
sslsecur.c 315 SSL_IMPORT SECStatus SSL_ReHandshakeWithTimeout(PRFileDesc *fd,
422 SSL_IMPORT SECStatus SSL_ForceHandshakeWithTimeout(PRFileDesc *fd,
    [all...]

Completed in 11 milliseconds