/external/openssl/ssl/ |
s23_meth.c | 63 static const SSL_METHOD *ssl23_get_method(int ver); 64 static const SSL_METHOD *ssl23_get_method(int ver) 67 if (ver == SSL2_VERSION) 72 if (ver == SSL3_VERSION) 77 if (ver == TLS1_VERSION) 79 else if (ver == TLS1_1_VERSION) 81 else if (ver == TLS1_2_VERSION)
|
d1_meth.c | 64 static const SSL_METHOD *dtls1_get_method(int ver); 65 static const SSL_METHOD *dtls1_get_method(int ver) 67 if (ver == DTLS1_VERSION)
|
s3_meth.c | 63 static const SSL_METHOD *ssl3_get_method(int ver); 64 static const SSL_METHOD *ssl3_get_method(int ver) 66 if (ver == SSL3_VERSION)
|
t1_meth.c | 63 static const SSL_METHOD *tls1_get_method(int ver) 65 if (ver == TLS1_2_VERSION) 67 if (ver == TLS1_1_VERSION) 69 if (ver == TLS1_VERSION)
|
s2_meth.c | 64 static const SSL_METHOD *ssl2_get_method(int ver); 65 static const SSL_METHOD *ssl2_get_method(int ver) 67 if (ver == SSL2_VERSION)
|
t1_clnt.c | 66 static const SSL_METHOD *tls1_get_client_method(int ver); 67 static const SSL_METHOD *tls1_get_client_method(int ver) 69 if (ver == TLS1_2_VERSION) 71 if (ver == TLS1_1_VERSION) 73 if (ver == TLS1_VERSION)
|
t1_srvr.c | 67 static const SSL_METHOD *tls1_get_server_method(int ver); 68 static const SSL_METHOD *tls1_get_server_method(int ver) 70 if (ver == TLS1_2_VERSION) 72 if (ver == TLS1_1_VERSION) 74 if (ver == TLS1_VERSION)
|
/external/e2fsprogs/lib/e2p/ |
setversion.c | 27 int ver; local 29 ver = (int) version; 30 return ioctl (fd, EXT2_IOC_SETVERSION, &ver);
|
getversion.c | 27 int r, ver; local 29 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver); 30 *version = ver;
|
fgetversion.c | 41 int fd, r, ver, save_errno = 0; local 46 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver); 49 *version = ver; 55 int ver=-1, err; 56 err = syscall(SYS_fsctl, name, EXT2_IOC_GETVERSION, &ver, 0); 57 *version = ver;
|
fsetversion.c | 41 int fd, r, ver, save_errno = 0; local 46 ver = (int) version; 47 r = ioctl (fd, EXT2_IOC_SETVERSION, &ver); 55 int ver = (int)version; 56 return syscall(SYS_fsctl, name, EXT2_IOC_SETVERSION, &ver, 0);
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
HttpsURLConnection_ImplTest.java | 34 HostnameVerifier ver = HttpsURLConnection.getDefaultHostnameVerifier(); local 35 if (!(ver instanceof DefaultHostnameVerifier)) { 38 if (ver.verify("localhost", null)) { 46 HostnameVerifier ver = con.getHostnameVerifier(); local 47 if (!(ver instanceof DefaultHostnameVerifier)) { 50 if (ver.verify("localhost", null)) {
|
/external/clang/lib/Basic/ |
Makefile | 35 $(ObjDir)/.ver-svn .ver: $(ObjDir)/.dir 36 @if [ '$(SVN_REVISION) $(LLVM_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\ 37 echo '$(SVN_REVISION) $(LLVM_REVISION)' > $(ObjDir)/.ver-svn; \ 39 $(ObjDir)/.ver-svn: .ver 40 $(ObjDir)/Version.o: $(ObjDir)/.ver-svn
|
/external/skia/src/gpu/gl/ |
GrGLSL.cpp | 13 GrGLSLVersion ver = GrGLGetGLSLVersion(gl); local 16 GrAssert(ver >= GR_GLSL_VER(1,10)); 17 if (ver >= GR_GLSL_VER(1,50)) { 19 } else if (ver >= GR_GLSL_VER(1,30)) { 25 // version 1.00 of ES GLSL based on ver 1.20 of desktop GLSL 26 GrAssert(ver >= GR_GL_VER(1,00));
|
/external/apache-http/src/org/apache/http/ |
HttpResponse.java | 71 * @param ver the HTTP version 74 void setStatusLine(ProtocolVersion ver, int code); 79 * @param ver the HTTP version 83 void setStatusLine(ProtocolVersion ver, int code, String reason);
|
HttpResponseFactory.java | 51 * @param ver the protocol version 59 HttpResponse newHttpResponse(ProtocolVersion ver, int status,
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglGlobalInfo.h | 40 void setIface(GLESiface* iface,GLESVersion ver) { m_gles_ifaces[ver] = iface;}; 41 GLESiface* getIface(GLESVersion ver){ return m_gles_ifaces[ver];} 45 void initClientExtFuncTable(GLESVersion ver);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-77578-001.js | 83 function testA(ver) 86 version(ver); 92 sTestScript += "status = 'Section A of test; JS ' + ver/100;"; 102 function testB(ver) 105 version(ver); 111 sTestScript += "status = 'Section B of test; JS ' + ver/100;"; 123 function testC(ver) 126 version(ver); 132 sTestScript += "status = 'Section C of test; JS ' + ver/100;";
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
peerkey.h | 48 struct wpa_eapol_key *key, u16 ver, 51 struct wpa_eapol_key *key, u16 key_info, u16 ver); 54 u16 key_info, u16 ver); 62 struct wpa_eapol_key *key, u16 ver, 70 struct wpa_eapol_key *key, u16 key_info, u16 ver) 77 u16 key_info, u16 ver)
|
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.h | 42 struct wpa_eapol_key *key, u16 ver, 45 struct wpa_eapol_key *key, u16 key_info, u16 ver); 48 u16 key_info, u16 ver); 56 struct wpa_eapol_key *key, u16 ver, 64 struct wpa_eapol_key *key, u16 key_info, u16 ver) 71 u16 key_info, u16 ver)
|
/external/apache-http/src/org/apache/http/message/ |
BasicHttpResponse.java | 101 * @param ver the protocol version of the response 106 public BasicHttpResponse(final ProtocolVersion ver, 109 this(new BasicStatusLine(ver, code, reason), null, null); 142 public void setStatusLine(final ProtocolVersion ver, final int code) { 144 this.statusline = new BasicStatusLine(ver, code, getReason(code)); 148 public void setStatusLine(final ProtocolVersion ver, final int code, 151 this.statusline = new BasicStatusLine(ver, code, reason); 157 ProtocolVersion ver = this.statusline.getProtocolVersion(); local 158 this.statusline = new BasicStatusLine(ver, code, getReason(code));
|
BasicHttpRequest.java | 67 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) { 68 this(new BasicRequestLine(method, uri, ver)); 93 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); local 94 return new BasicRequestLine(this.method, this.uri, ver);
|
/external/tcpdump/ |
print-cnfp.c | 87 int nrecs, ver; local 98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16; 108 printf("NetFlow v%x, %u.%03u uptime, %u.%09u, ", ver, 113 if (ver == 5 || ver == 6) { 135 if (ver == 5 || ver == 6) { 144 if (ver == 5 || ver ==6) { 165 if (ver == 1 [all...] |
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/ |
ProtocolVersionTest.java | 74 ProtocolVersion ver = ProtocolVersion.getLatestVersion(new String[] { local 76 assertEquals("Incorrect protocol version", "TLSv1", ver.name); 78 ver = ProtocolVersion.getLatestVersion(new String[] {"SSLv3", 80 assertEquals("Incorrect protocol version", "SSLv3", ver.name);
|
/system/vold/ |
Asec.h | 25 unsigned char ver; member in struct:asec_superblock
|