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

  /external/chromium_org/net/third_party/nss/ssl/
ssl.h 21 #define SSL_IMPORT extern __declspec(dllimport)
23 #define SSL_IMPORT extern
29 SSL_IMPORT const PRUint16 SSL_ImplementedCiphers[];
32 SSL_IMPORT const PRUint16 *SSL_GetImplementedCiphers(void);
35 SSL_IMPORT const PRUint16 SSL_NumImplementedCiphers;
38 SSL_IMPORT PRUint16 SSL_GetNumImplementedCiphers(void);
47 SSL_IMPORT PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd);
53 SSL_IMPORT PRFileDesc *DTLS_ImportFD(PRFileDesc *model, PRFileDesc *fd);
164 SSL_IMPORT SECStatus SSL_Enable(PRFileDesc *fd, int option, PRBool on);
165 SSL_IMPORT SECStatus SSL_EnableDefault(int option, PRBool on)
    [all...]
sslsecur.c 285 SSL_IMPORT SECStatus SSL_ReHandshakeWithTimeout(PRFileDesc *fd,
404 SSL_IMPORT SECStatus SSL_ForceHandshakeWithTimeout(PRFileDesc *fd,
    [all...]

Completed in 39 milliseconds