Searched refs:custom_data (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ |
D | asn1_encode_test.c | 594 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/ |
D | async_wait.c | 33 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()
|
D | async_local.h | 51 void *custom_data; member
|
/third_party/openssl/include/openssl/ |
D | async.h | 48 void *custom_data, 52 OSSL_ASYNC_FD *fd, void **custom_data);
|
/third_party/ejdb/src/util/ |
D | utf8proc.h | 534 utf8proc_custom_func custom_func, void *custom_data 698 utf8proc_custom_func custom_func, void *custom_data
|
/third_party/openssl/doc/man3/ |
D | ASYNC_WAIT_CTX_new.pod | 18 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/ |
D | input.h | 404 __s16 *custom_data; member
|
/third_party/libevdev/include/linux/linux/ |
D | input.h | 409 __s16 *custom_data; member
|
/third_party/libinput/include/linux/freebsd/ |
D | input.h | 405 int16_t *custom_data; member
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 51313 custom_data.insert(std::make_pair(it->first, offset_list)); 51316 uri_record->SetCustomData(custom_data)) {
|
D | 0003-3.2-Beta3-1115.patch | 250223 + PasteCustomData custom_data; 250228 + custom_data.insert(std::make_pair(it->first, offset_list)); 250230 + uri_record->SetCustomData(custom_data)) {
|