/third_party/openssl/test/ |
H A 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 in make_custom_der() 669 do_decode_custom(const TEST_CUSTOM_DATA *custom_data, const EXPECTED *expected, size_t expected_size, const TEST_PACKAGE *package) do_decode_custom() argument 692 do_encode_custom(EXPECTED *input, const TEST_CUSTOM_DATA *custom_data, const TEST_PACKAGE *package) do_encode_custom() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A 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() 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() 80 *custom_data = curr->custom_data; in ASYNC_WAIT_CTX_get_fd() 43 ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD fd, void *custom_data, void (*cleanup)(ASYNC_WAIT_CTX *, const void *, OSSL_ASYNC_FD, void *)) ASYNC_WAIT_CTX_set_wait_fd() argument 66 ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD *fd, void **custom_data) ASYNC_WAIT_CTX_get_fd() argument
|
H A D | async_local.h | 52 void *custom_data; member
|
/third_party/openssl/crypto/async/ |
H A 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() 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() 80 *custom_data = curr->custom_data; in ASYNC_WAIT_CTX_get_fd() 43 ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD fd, void *custom_data, void (*cleanup)(ASYNC_WAIT_CTX *, const void *, OSSL_ASYNC_FD, void *)) ASYNC_WAIT_CTX_set_wait_fd() argument 66 ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD *fd, void **custom_data) ASYNC_WAIT_CTX_get_fd() argument
|
H A D | async_local.h | 52 void *custom_data; member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | async.h | 48 void *custom_data, 52 OSSL_ASYNC_FD *fd, void **custom_data);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | async.h | 60 void *custom_data, 64 OSSL_ASYNC_FD *fd, void **custom_data);
|
/third_party/openssl/include/openssl/ |
H A D | async.h | 60 void *custom_data, 64 OSSL_ASYNC_FD *fd, void **custom_data);
|
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 385 * @custom_data: buffer of samples (FF_CUSTOM only) 391 * Note: the data pointed by custom_data is copied by the driver. 404 __s16 *custom_data; member
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 386 * @custom_data: buffer of samples (FF_CUSTOM only) 392 * Note: the data pointed by custom_data is copied by the driver. 405 int16_t *custom_data; member
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 394 * @custom_data: buffer of samples (FF_CUSTOM only) 400 * Note: the data pointed by custom_data is copied by the driver. 413 __s16 *custom_data; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 446 pub custom_data: *mut ::__s16,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 686 pub custom_data: *mut ::__s16,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 272 pub custom_data: *mut ::__s16,
|