Home
last modified time | relevance | path

Searched refs:custom_data (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/test/
Dasn1_encode_test.c594 static size_t make_custom_der(const TEST_CUSTOM_DATA *custom_data, in make_custom_der() argument
606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
619 1 + der_encode_length(custom_data->nbytes2, NULL) in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
[all …]
/third_party/openssl/crypto/async/
Dasync_wait.c33 curr->cleanup(ctx, curr->key, curr->fd, curr->custom_data); in ASYNC_WAIT_CTX_free()
44 OSSL_ASYNC_FD fd, void *custom_data, in ASYNC_WAIT_CTX_set_wait_fd() argument
57 fdlookup->custom_data = custom_data; in ASYNC_WAIT_CTX_set_wait_fd()
67 OSSL_ASYNC_FD *fd, void **custom_data) in ASYNC_WAIT_CTX_get_fd() argument
80 *custom_data = curr->custom_data; in ASYNC_WAIT_CTX_get_fd()
Dasync_local.h51 void *custom_data; member
/third_party/openssl/include/openssl/
Dasync.h48 void *custom_data,
52 OSSL_ASYNC_FD *fd, void **custom_data);
/third_party/ejdb/src/util/
Dutf8proc.h534 utf8proc_custom_func custom_func, void *custom_data
698 utf8proc_custom_func custom_func, void *custom_data
/third_party/openssl/doc/man3/
DASYNC_WAIT_CTX_new.pod18 void *custom_data,
22 OSSL_ASYNC_FD *fd, void **custom_data);
88 B<ENGINE *> for the engine. The B<custom_data> parameter can be any value, and
/third_party/libinput/include/linux/linux/
Dinput.h404 __s16 *custom_data; member
/third_party/libevdev/include/linux/linux/
Dinput.h409 __s16 *custom_data; member
/third_party/libinput/include/linux/freebsd/
Dinput.h405 int16_t *custom_data; member
/third_party/chromium/patch/
D0004-3.2-Beta5.patch51313 custom_data.insert(std::make_pair(it->first, offset_list));
51316 uri_record->SetCustomData(custom_data)) {
D0003-3.2-Beta3-1115.patch250223 + PasteCustomData custom_data;
250228 + custom_data.insert(std::make_pair(it->first, offset_list));
250230 + uri_record->SetCustomData(custom_data)) {