OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sess2
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c
628
struct session_op sess1,
sess2
;
local
633
memset(&
sess2
, 0, sizeof(
sess2
));
638
sess2
.mac = sess1.mac;
639
if (ioctl(cfd, CIOCGSESSION, &
sess2
) >= 0) {
641
cphash.dst_ses =
sess2
.ses;
644
ioctl(cfd, CIOCFSESSION, &
sess2
.ses);
/src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c
876
session_op_t sess1,
sess2
;
local
885
memset(&
sess2
, 0, sizeof(
sess2
));
896
sess2
.ses = 0;
918
sess2
.mac = sess1.mac;
919
if (ioctl(cfd, CIOCGSESSION, &
sess2
) < 0) {
924
cphash.dst_ses =
sess2
.ses;
951
if (
sess2
.ses != 0)
952
ioctl(cfd, CIOCFSESSION, &
sess2
.ses);
/src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c
894
session_op_t sess1,
sess2
;
local
903
memset(&
sess2
, 0, sizeof(
sess2
));
914
sess2
.ses = 0;
937
sess2
.mac = sess1.mac;
938
if (ioctl(cfd, CIOCGSESSION, &
sess2
) < 0) {
943
cphash.dst_ses =
sess2
.ses;
969
if (
sess2
.ses != 0)
970
ioctl(cfd, CIOCFSESSION, &
sess2
.ses);
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
1163
SSL_SESSION *sess1 = NULL, *
sess2
= NULL;
local
1257
if (!TEST_ptr(
sess2
= SSL_get1_session(clientssl2)))
1267
* This should clear
sess2
from the cache because it is a "bad" session.
1280
if (!TEST_true(SSL_CTX_add_session(cctx,
sess2
))
1281
|| !TEST_true(SSL_CTX_remove_session(cctx,
sess2
)))
1287
if (!TEST_false(SSL_CTX_remove_session(cctx,
sess2
)))
1312
if (use_int_cache && !TEST_true(SSL_CTX_add_session(cctx,
sess2
)))
1341
SSL_SESSION_free(
sess2
);
1342
sess2
= NULL;
1353
|| !TEST_ptr(
sess2
= SSL_get1_session(serverssl1))
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
2041
SSL_SESSION *sess1 = NULL, *
sess2
= NULL;
local
2139
if (!TEST_ptr(
sess2
= SSL_get1_session(clientssl2)))
2149
* This should clear
sess2
from the cache because it is a "bad" session.
2162
if (!TEST_true(SSL_CTX_add_session(cctx,
sess2
))
2163
|| !TEST_true(SSL_CTX_remove_session(cctx,
sess2
)))
2169
if (!TEST_false(SSL_CTX_remove_session(cctx,
sess2
)))
2194
if (use_int_cache && !TEST_true(SSL_CTX_add_session(cctx,
sess2
)))
2223
SSL_SESSION_free(
sess2
);
2224
sess2
= NULL;
2235
|| !TEST_ptr(
sess2
= SSL_get1_session(serverssl1))
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
2216
SSL_SESSION *sess1 = NULL, *
sess2
= NULL;
local
2314
if (!TEST_ptr(
sess2
= SSL_get1_session(clientssl2)))
2324
* This should clear
sess2
from the cache because it is a "bad" session.
2337
if (!TEST_true(SSL_CTX_add_session(cctx,
sess2
))
2338
|| !TEST_true(SSL_CTX_remove_session(cctx,
sess2
)))
2344
if (!TEST_false(SSL_CTX_remove_session(cctx,
sess2
)))
2369
if (use_int_cache && !TEST_true(SSL_CTX_add_session(cctx,
sess2
)))
2398
SSL_SESSION_free(
sess2
);
2399
sess2
= NULL;
2410
|| !TEST_ptr(
sess2
= SSL_get1_session(serverssl1))
[
all
...]
Completed in 29 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026