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

  /external/ipsec-tools/src/racoon/
admin.c 101 int so2; local
108 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen);
109 if (so2 < 0) {
117 while ((len = recv(so2, (char *)&com, sizeof(com), MSG_PEEK)) < 0) {
141 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) {
156 error = admin_process(so2, combuf);
159 (void)close(so2);
170 admin_process(so2, combuf)
171 int so2;
491 if ((error = admin_reply(so2, com, buf)) != 0
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 159 SealedObject so2 = new SealedObject(so1) {}; local
162 + "to the secret content of initial object.", secret, so2
166 + "initial object", so1.getAlgorithm(), so2.getAlgorithm());
  /external/openssl/ssl/
ssltest.c 436 struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */ variable in typeref:struct:cb_info_st
906 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(s_ctx, &so1); /* or &so2 or NULL */
    [all...]

Completed in 177 milliseconds