Home
last modified time | relevance | path

Searched refs:sid_length (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dshctx.c397 unsigned int sid_length, sid_ctx_length; in shctx_new_cb() local
405 sid_data = SSL_SESSION_get_id(sess, &sid_length); in shctx_new_cb()
419 memcpy(packet->hdr.id, sid_data, sid_length); in shctx_new_cb()
420 if (sid_length < SSL_MAX_SSL_SESSION_ID_LENGTH) in shctx_new_cb()
421 memset(&packet->hdr.id[sid_length], 0, SSL_MAX_SSL_SESSION_ID_LENGTH-sid_length); in shctx_new_cb()
432 SSL_SESSION_set1_id(sess, sid_data, sid_length); in shctx_new_cb()
524 unsigned int sid_length; in shctx_remove_cb() local
528 sid_data = SSL_SESSION_get_id(sess, &sid_length); in shctx_remove_cb()
530 if (sid_length < SSL_MAX_SSL_SESSION_ID_LENGTH) { in shctx_remove_cb()
531 memcpy(tmpkey, sid_data, sid_length); in shctx_remove_cb()
[all …]
/dports/www/p5-HTTP-Session/HTTP-Session-0.49/lib/HTTP/Session/ID/
H A DUrandom.pm16 my ($class, $sid_length) = @_;
17 my $src_len = POSIX::ceil($sid_length/3.0*4.0);
25 return substr($result, 0, $sid_length);
H A DMD5.pm11 my ($class, $sid_length) = @_;
13 return substr( Digest::MD5::md5_hex( Time::HiRes::gettimeofday() . $unique ), 0, $sid_length );
H A DSHA1.pm9 my ($class, $sid_length) = @_;
11 … return substr( Digest::SHA1::sha1_hex( Time::HiRes::gettimeofday() . $unique ), 0, $sid_length );
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/pidl/eventlog/
H A Deventlog.cnf65 /* sid_length and sid_offset handled by manual code since this is not NDR
67 static guint32 sid_length;
71 sid_length=0;
72 …ndr_uint32(tvb, offset, pinfo, tree, di, drep, hf_eventlog_eventlog_Record_sid_length,&sid_length);
82 if(sid_offset && sid_length){
88 …t_length_caplen(tvb, sid_offset, MIN((gint)sid_length, tvb_captured_length_remaining(tvb, offset))…
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/pidl/eventlog/
H A Deventlog.cnf65 /* sid_length and sid_offset handled by manual code since this is not NDR
67 static guint32 sid_length;
71 sid_length=0;
72 …ndr_uint32(tvb, offset, pinfo, tree, di, drep, hf_eventlog_eventlog_Record_sid_length,&sid_length);
82 if(sid_offset && sid_length){
88 …t_length_caplen(tvb, sid_offset, MIN((gint)sid_length, tvb_captured_length_remaining(tvb, offset))…
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/pidl/eventlog/
H A Deventlog.cnf65 /* sid_length and sid_offset handled by manual code since this is not NDR
67 static guint32 sid_length;
71 sid_length=0;
72 …ndr_uint32(tvb, offset, pinfo, tree, di, drep, hf_eventlog_eventlog_Record_sid_length,&sid_length);
82 if(sid_offset && sid_length){
88 …t_length_caplen(tvb, sid_offset, MIN((gint)sid_length, tvb_captured_length_remaining(tvb, offset))…
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/pidl/eventlog/
H A Deventlog.cnf65 /* sid_length and sid_offset handled by manual code since this is not NDR
67 static guint32 sid_length;
71 sid_length=0;
72 …ndr_uint32(tvb, offset, pinfo, tree, di, drep, hf_eventlog_eventlog_Record_sid_length,&sid_length);
82 if(sid_offset && sid_length){
88 …t_length_caplen(tvb, sid_offset, MIN((gint)sid_length, tvb_captured_length_remaining(tvb, offset))…
/dports/www/p5-HTTP-Session/HTTP-Session-0.49/t/050_id/
H A D03_md5_combined.t15 sid_length => 40,
26 sid_length => 40,
37 sid_length => 40,
/dports/lang/php80/php-8.0.15/ext/session/tests/
H A Dsession_id_basic2.phpt13 ini_set('session.sid_length', 120);
19 ini_set('session.sid_length', 22);
/dports/www/php80-session/php-8.0.15/ext/session/tests/
H A Dsession_id_basic2.phpt13 ini_set('session.sid_length', 120);
19 ini_set('session.sid_length', 22);
/dports/www/mod_php80/php-8.0.15/ext/session/tests/
H A Dsession_id_basic2.phpt13 ini_set('session.sid_length', 120);
19 ini_set('session.sid_length', 22);
/dports/www/mod_php81/php-8.1.1/ext/session/tests/
H A Dsession_id_basic2.phpt15 ini_set('session.sid_length', 120);
21 ini_set('session.sid_length', 22);
/dports/lang/php81/php-8.1.1/ext/session/tests/
H A Dsession_id_basic2.phpt15 ini_set('session.sid_length', 120);
21 ini_set('session.sid_length', 22);
/dports/www/php81-session/php-8.1.1/ext/session/tests/
H A Dsession_id_basic2.phpt15 ini_set('session.sid_length', 120);
21 ini_set('session.sid_length', 22);
/dports/net/samba412/samba-4.12.15/source3/lib/eventlog/
H A Deventlog.c548 entry->sid_length = atoi( stop + 1 ); in parse_logentry()
577 entry->sid_length = rpcstr_push_talloc(mem_ctx, in parse_logentry()
580 if (entry->sid_length == (uint32_t)-1) { in parse_logentry()
583 entry->sid = data_blob_talloc(mem_ctx, dummy, entry->sid_length); in parse_logentry()
649 if (r->sid_length == 0) { in fixup_eventlog_record_tdb()
659 size += r->sid_length; in fixup_eventlog_record_tdb()
886 t->sid_length = e->UserSidLength; in evlog_evt_entry_to_tdb_entry()
903 t->sid_length = rpcstr_push_talloc( in evlog_evt_entry_to_tdb_entry()
907 if (t->sid_length == -1) { in evlog_evt_entry_to_tdb_entry()
951 e->UserSidLength = t->sid_length; in evlog_tdb_entry_to_evt_entry()
[all …]
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/Session/
H A DSession.php365 $sid_length = (int) ceil($bits / $bits_per_character);
370 $sid_length = (int) ini_get('session.sid_length');
371 if (($bits = $sid_length * $bits_per_character) < 160)
374 $sid_length += (int) ceil((160 % $bits) / $bits_per_character);
375 ini_set('session.sid_length', $sid_length);
393 $this->_sid_regexp .= '{'.$sid_length.'}';
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/Session/
H A DSession.php365 $sid_length = (int) ceil($bits / $bits_per_character);
370 $sid_length = (int) ini_get('session.sid_length');
371 if (($bits = $sid_length * $bits_per_character) < 160)
374 $sid_length += (int) ceil((160 % $bits) / $bits_per_character);
375 ini_set('session.sid_length', $sid_length);
393 $this->_sid_regexp .= '{'.$sid_length.'}';
/dports/lang/php73/php-7.3.33/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
/dports/lang/php74/php-7.4.27/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
/dports/www/php73-session/php-7.3.33/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
/dports/www/php74-session/php-7.4.27/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
/dports/www/mod_php73/php-7.3.33/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
/dports/www/mod_php74/php-7.4.27/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
/dports/net/samba412/samba-4.12.15/librpc/idl/
H A Dquota.idl14 uint32 sid_length;
21 uint32 sid_length;

1234567