Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_constant_time_hmac.function31 unsigned char add_data[13];
95 /* Set up dummy data and add_data */
97 memset(add_data, rec_num, sizeof(add_data));
106 add_data, sizeof(add_data),
111 TEST_EQUAL(0, mbedtls_ct_hmac(&ctx, add_data, sizeof(add_data),
122 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, add_data,
123 sizeof(add_data)));
130 TEST_EQUAL(0, mbedtls_md_hmac_update(&ref_ctx, add_data,
131 sizeof(add_data)));
Dtest_suite_ssl.function1444 unsigned char add_data[13];
1517 memcpy(add_data, rec.ctr, 8);
1518 add_data[8] = rec.type;
1519 add_data[9] = rec.ver[0];
1520 add_data[10] = rec.ver[1];
1521 add_data[11] = (rec.data_len >> 8) & 0xff;
1522 add_data[12] = (rec.data_len >> 0) & 0xff;
1537 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, add_data, 13));
1545 TEST_EQUAL(0, mbedtls_md_hmac_update(&t0.md_ctx_enc, add_data, 13));
/third_party/python/Lib/msilib/
D__init__.py99 def add_data(db, table, values): function
147 add_data(db, "_Validation", schema._Validation_records)
163 add_data(db, "Property", [
174 add_data(db, table, getattr(module, table))
216 add_data(db, "Media",
256 add_data(db, "Directory", [(logical, blogical, default)])
280 add_data(self.db, "Component",
284 add_data(self.db, "FeatureComponents",
356 add_data(self.db, "File",
370 add_data(self.db, "RemoveFile",
[all …]
/third_party/python/Lib/distutils/command/
Dbdist_msi.py19 from msilib import Directory, Feature, Dialog, add_data
260 add_data(self.db, 'Property', props)
324 add_data(self.db, "DuplicateFile",
357 add_data(self.db, "RegLocator",
360 add_data(self.db, "AppSearch",
363 add_data(self.db, "CustomAction",
368 add_data(self.db, "InstallExecuteSequence",
373 add_data(self.db, "InstallUISequence",
378 add_data(self.db, "Condition",
389 add_data(self.db, "CustomAction",
[all …]
/third_party/libbpf/src/
Dgen_loader.c110 static int add_data(struct bpf_gen *gen, const void *data, __u32 size);
118 gen->fd_array = add_data(gen, NULL, MAX_FD_ARRAY_SZ * sizeof(int)); in bpf_gen__init()
156 static int add_data(struct bpf_gen *gen, const void *data, __u32 size) in add_data() function
193 cur = add_data(gen, NULL, sizeof(int)); in add_kfunc_btf_fd()
314 addr = add_data(gen, buf, len); in emit_debug()
426 btf_data = add_data(gen, btf_raw_data, btf_raw_size); in bpf_gen__load_btf()
429 btf_load_attr = add_data(gen, &attr, attr_size); in bpf_gen__load_btf()
476 map_create_attr = add_data(gen, &attr, attr_size); in bpf_gen__map_create()
545 name = add_data(gen, gen->attach_target, len); in emit_find_attach_target()
620 name_off = add_data(gen, relo->name, len); in emit_bpf_find_by_name_kind()
[all …]
/third_party/mbedtls/library/
Dconstant_time_internal.h307 const unsigned char *add_data,
316 const unsigned char *add_data,
Dssl_msg.c444 static void ssl_extract_add_data_from_record(unsigned char *add_data, in ssl_extract_add_data_from_record() argument
540 unsigned char *cur = add_data; in ssl_extract_add_data_from_record()
629 *add_data_len = cur - add_data; in ssl_extract_add_data_from_record()
694 unsigned char add_data[23 + MBEDTLS_SSL_CID_OUT_LEN_MAX]; in mbedtls_ssl_encrypt_buf() local
696 unsigned char add_data[13]; in mbedtls_ssl_encrypt_buf() local
829 ssl_extract_add_data_from_record(add_data, &add_data_len, rec, in mbedtls_ssl_encrypt_buf()
840 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_encrypt_buf()
856 ret = mbedtls_md_hmac_update(&transform->md_ctx_enc, add_data, in mbedtls_ssl_encrypt_buf()
960 ssl_extract_add_data_from_record(add_data, &add_data_len, rec, in mbedtls_ssl_encrypt_buf()
970 add_data, add_data_len); in mbedtls_ssl_encrypt_buf()
[all …]
Dconstant_time.c516 const unsigned char *add_data, in mbedtls_ct_hmac() argument
580 PSA_CHK(psa_hash_update(&operation, add_data, add_data_len)); in mbedtls_ct_hmac()
635 const unsigned char *add_data, in mbedtls_ct_hmac() argument
683 MD_CHK(mbedtls_md_update(ctx, add_data, add_data_len)); in mbedtls_ct_hmac()
/third_party/curl/tests/libtest/
Dlib2302.c57 static size_t add_data(struct ws_data *wd, const char *buf, size_t blen, in add_data() function
87 incoming = add_data(ws_data, buffer, incoming, meta); in writecb()
/third_party/icu/icu4j/perf-tests/
DDataset.pm28 $stats->add_data(@{$self->{_data}});
/third_party/icu/icu4j/perf-tests/perldriver/
DDataset.pm29 $stats->add_data(@{$self->{_data}});
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/third_party/icu/icu4c/source/test/perf/perldriver/
DDataset.pm31 $stats->add_data(@{$self->{_data}});
/third_party/node/deps/v8/tools/
Dgenerate-runtime-call-stats.py279 def add_data(self, counts, durations): member in Row
347 self.total_row.add_data([
/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c530 const void *add_data; member
640 ctx.add_data = pay; in nsc_regen()
/third_party/node/tools/inspector_protocol/jinja2/
Dparser.py854 add_data = data_buffer.append
870 add_data(nodes.TemplateData(token.value,
875 add_data(self.parse_tuple(with_condexpr=True))
/third_party/skia/third_party/externals/jinja2/
Dparser.py890 add_data = data_buffer.append
906 add_data(nodes.TemplateData(token.value, lineno=token.lineno))
910 add_data(self.parse_tuple(with_condexpr=True))
/third_party/node/deps/v8/third_party/jinja2/
Dparser.py890 add_data = data_buffer.append
906 add_data(nodes.TemplateData(token.value, lineno=token.lineno))
910 add_data(self.parse_tuple(with_condexpr=True))
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc1349 input.add_data(kValidUTF8String); in TEST_F()
1350 input.add_data(kInvalidUTF8String); in TEST_F()
1351 input.add_data(kInvalidUTF8String); in TEST_F()
/third_party/jinja2/
Dparser.py984 add_data = data_buffer.append
1000 add_data(nodes.TemplateData(token.value, lineno=token.lineno))
1004 add_data(self.parse_tuple(with_condexpr=True))
/third_party/python/Doc/library/
Dmsilib.rst83 .. function:: add_data(database, table, records)
101 :func:`add_data` reads the file named *filename* into the table.
Durllib.request.rst598 The request methods add_data, has_data, get_data, get_type, get_host,
/third_party/libcoap/src/
Dcoap_block.c634 goto add_data; in coap_add_data_large_internal()
974 add_data: in coap_add_data_large_internal()
/third_party/python/Doc/whatsnew/
D3.4.rst2197 ``add_data``, ``has_data``, ``get_data``, ``get_type``, ``get_host``,