Home
last modified time | relevance | path

Searched refs:crypto_data (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dquic.c1065 const u_int8_t *crypto_data; in get_reassembled_crypto_data() local
1083 return crypto_data; in get_reassembled_crypto_data()
1098 const u_int8_t *crypto_data = NULL; in get_crypto_data() local
1211 if(crypto_data) { in get_crypto_data()
1212 return crypto_data; in get_crypto_data()
1231 return crypto_data; in get_crypto_data()
1296 packet->payload = crypto_data; in process_tls()
1346 tag = &crypto_data[8 + 8 * i]; in process_chlo()
1584 const u_int8_t *crypto_data; in ndpi_search_quic() local
1646 if(crypto_data) { in ndpi_search_quic()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/vquic/
H A Dngtcp2.c189 struct quic_handshake *crypto_data; in quic_add_handshake_data() local
193 crypto_data = &qs->crypto_data[level]; in quic_add_handshake_data()
194 if(crypto_data->buf == NULL) { in quic_add_handshake_data()
195 crypto_data->buf = malloc(4096); in quic_add_handshake_data()
196 if(!crypto_data->buf) in quic_add_handshake_data()
198 crypto_data->alloclen = 4096; in quic_add_handshake_data()
203 assert(crypto_data->len + len <= crypto_data->alloclen); in quic_add_handshake_data()
205 memcpy(&crypto_data->buf[crypto_data->len], data, len); in quic_add_handshake_data()
206 crypto_data->len += len; in quic_add_handshake_data()
209 qs->qconn, level, (uint8_t *)(&crypto_data->buf[crypto_data->len] - len), in quic_add_handshake_data()
[all …]
H A Dngtcp2.h49 struct quic_handshake crypto_data[3]; member
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/vquic/
H A Dngtcp2.c219 struct quic_handshake *crypto_data; in write_client_handshake() local
222 crypto_data = &qs->crypto_data[level]; in write_client_handshake()
223 if(crypto_data->buf == NULL) { in write_client_handshake()
224 crypto_data->buf = malloc(4096); in write_client_handshake()
225 if(!crypto_data->buf) in write_client_handshake()
227 crypto_data->alloclen = 4096; in write_client_handshake()
232 assert(crypto_data->len + len <= crypto_data->alloclen); in write_client_handshake()
234 memcpy(&crypto_data->buf[crypto_data->len], data, len); in write_client_handshake()
235 crypto_data->len += len; in write_client_handshake()
238 qs->qconn, level, (uint8_t *)(&crypto_data->buf[crypto_data->len] - len), in write_client_handshake()
[all …]
H A Dngtcp2.h58 struct quic_handshake crypto_data[3]; member
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/vquic/
H A Dngtcp2.c223 struct quic_handshake *crypto_data; in write_client_handshake() local
226 crypto_data = &qs->crypto_data[level]; in write_client_handshake()
227 if(crypto_data->buf == NULL) { in write_client_handshake()
228 crypto_data->buf = malloc(4096); in write_client_handshake()
229 if(!crypto_data->buf) in write_client_handshake()
231 crypto_data->alloclen = 4096; in write_client_handshake()
236 assert(crypto_data->len + len <= crypto_data->alloclen); in write_client_handshake()
238 memcpy(&crypto_data->buf[crypto_data->len], data, len); in write_client_handshake()
239 crypto_data->len += len; in write_client_handshake()
242 qs->qconn, level, (uint8_t *)(&crypto_data->buf[crypto_data->len] - len), in write_client_handshake()
[all …]
H A Dngtcp2.h59 struct quic_handshake crypto_data[3]; member
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/vquic/
H A Dngtcp2.c221 struct quic_handshake *crypto_data; in write_client_handshake() local
224 crypto_data = &qs->crypto_data[level]; in write_client_handshake()
225 if(crypto_data->buf == NULL) { in write_client_handshake()
226 crypto_data->buf = malloc(4096); in write_client_handshake()
227 if(!crypto_data->buf) in write_client_handshake()
229 crypto_data->alloclen = 4096; in write_client_handshake()
234 assert(crypto_data->len + len <= crypto_data->alloclen); in write_client_handshake()
236 memcpy(&crypto_data->buf[crypto_data->len], data, len); in write_client_handshake()
237 crypto_data->len += len; in write_client_handshake()
240 qs->qconn, level, (uint8_t *)(&crypto_data->buf[crypto_data->len] - len), in write_client_handshake()
[all …]
H A Dngtcp2.h58 struct quic_handshake crypto_data[3]; member
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/vquic/
H A Dngtcp2.c185 struct quic_handshake *crypto_data; in quic_add_handshake_data() local
189 crypto_data = &qs->client_crypto_data[level]; in quic_add_handshake_data()
190 if(crypto_data->buf == NULL) { in quic_add_handshake_data()
191 crypto_data->buf = malloc(4096); in quic_add_handshake_data()
192 crypto_data->alloclen = 4096; in quic_add_handshake_data()
198 assert(crypto_data->len + len <= crypto_data->alloclen); in quic_add_handshake_data()
200 memcpy(&crypto_data->buf[crypto_data->len], data, len); in quic_add_handshake_data()
201 crypto_data->len += len; in quic_add_handshake_data()
204 qs->qconn, level, (uint8_t *)(&crypto_data->buf[crypto_data->len] - len), in quic_add_handshake_data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webcrypto/
H A DBUILD.gn48 "crypto_data.cc",
49 "crypto_data.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/webcrypto/
H A DBUILD.gn48 "crypto_data.cc",
49 "crypto_data.h",
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog_event.cc868 if (fdle->crypto_data.scheme) in read_log_event()
871 fdle->crypto_data.set_iv(iv, (uint32) (my_b_tell(file) - data_len)); in read_log_event()
891 fdle->crypto_data.key, fdle->crypto_data.key_length, iv, in read_log_event()
893 ENCRYPTION_KEY_SYSTEM_DATA, fdle->crypto_data.key_version)) in read_log_event()
2265 DBUG_ASSERT(crypto_data.scheme == 0); in start_decryption()
2270 memcpy(crypto_data.nonce, sele->nonce, BINLOG_NONCE_LENGTH); in start_decryption()
2271 return crypto_data.init(sele->crypto_scheme, sele->key_version); in start_decryption()
H A Dlog_event.h2864 Binlog_crypt_data crypto_data; variable
2868 crypto_data= o->crypto_data; in copy_crypto_data()
2872 crypto_data.scheme= 0; in reset_crypto()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog_event.cc868 if (fdle->crypto_data.scheme) in read_log_event()
871 fdle->crypto_data.set_iv(iv, (uint32) (my_b_tell(file) - data_len)); in read_log_event()
891 fdle->crypto_data.key, fdle->crypto_data.key_length, iv, in read_log_event()
893 ENCRYPTION_KEY_SYSTEM_DATA, fdle->crypto_data.key_version)) in read_log_event()
2265 DBUG_ASSERT(crypto_data.scheme == 0); in start_decryption()
2270 memcpy(crypto_data.nonce, sele->nonce, BINLOG_NONCE_LENGTH); in start_decryption()
2271 return crypto_data.init(sele->crypto_scheme, sele->key_version); in start_decryption()
H A Dlog_event.h2864 Binlog_crypt_data crypto_data; variable
2868 crypto_data= o->crypto_data; in copy_crypto_data()
2872 crypto_data.scheme= 0; in reset_crypto()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dlog_event.h1895 Binlog_crypt_data crypto_data; variable
1901 crypto_data= o.crypto_data; in copy_crypto_data()
1906 crypto_data.disable(); in reset_crypto()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dlog_event.h1895 Binlog_crypt_data crypto_data; variable
1901 crypto_data= o.crypto_data; in copy_crypto_data()
1906 crypto_data.disable(); in reset_crypto()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dlog_event.h1895 Binlog_crypt_data crypto_data; variable
1901 crypto_data= o.crypto_data; in copy_crypto_data()
1906 crypto_data.disable(); in reset_crypto()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dlog_event.h2826 Binlog_crypt_data crypto_data; variable
2830 crypto_data= o->crypto_data; in copy_crypto_data()
2834 crypto_data.scheme= 0; in reset_crypto()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dlog_event.h2826 Binlog_crypt_data crypto_data; variable
2830 crypto_data= o->crypto_data; in copy_crypto_data()
2834 crypto_data.scheme= 0; in reset_crypto()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog_event.h2857 Binlog_crypt_data crypto_data; variable
2861 crypto_data= o->crypto_data; in copy_crypto_data()
2865 crypto_data.scheme= 0; in reset_crypto()
H A Dlog_event.cc1855 if (fdle->crypto_data.scheme) in read_log_event()
1858 fdle->crypto_data.set_iv(iv, (uint32) (my_b_tell(file) - data_len)); in read_log_event()
1878 fdle->crypto_data.key, fdle->crypto_data.key_length, iv, in read_log_event()
1880 ENCRYPTION_KEY_SYSTEM_DATA, fdle->crypto_data.key_version)) in read_log_event()
6649 DBUG_ASSERT(crypto_data.scheme == 0); in start_decryption()
6654 memcpy(crypto_data.nonce, sele->nonce, BINLOG_NONCE_LENGTH); in start_decryption()
6655 return crypto_data.init(sele->crypto_scheme, sele->key_version); in start_decryption()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog_event.h2857 Binlog_crypt_data crypto_data; variable
2861 crypto_data= o->crypto_data; in copy_crypto_data()
2865 crypto_data.scheme= 0; in reset_crypto()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-summary/samples/BSD/openbsd_001/
H A Dsysctl52 …,,,,RAIDframe_data,UVM_amap,UVM_aobj,,USB,USB_device,USB_HC,,memdesc,,,crypto_data,,IPsec_creds,pa…
113 kern.malloc.kmemstat.crypto_data=(inuse = 1, calls = 1, memuse = 1K, limblocks = 0, mapblocks = 0, …

12