Searched refs:custom_data (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/include/openssl/
H A Dasync.h60 void *custom_data,
64 OSSL_ASYNC_FD *fd, void **custom_data);
/freebsd-current/crypto/openssl/test/
H A Dasn1_encode_test.c594 static size_t make_custom_der(const TEST_CUSTOM_DATA *custom_data, argument
606 1 + der_encode_length(custom_data->nbytes1, NULL)
607 + custom_data->nbytes1;
609 for (i = custom_data->nbytes2; i > 0; i--) {
610 if (custom_data->bytes2[i - 1] != '\0')
619 1 + der_encode_length(custom_data->nbytes2, NULL)
620 + custom_data->nbytes2;
648 der_encode_length(custom_data->nbytes1, &p);
649 memcpy(p, custom_data->bytes1, custom_data
669 do_decode_custom(const TEST_CUSTOM_DATA *custom_data, const EXPECTED *expected, size_t expected_size, const TEST_PACKAGE *package) argument
692 do_encode_custom(EXPECTED *input, const TEST_CUSTOM_DATA *custom_data, const TEST_PACKAGE *package) argument
[all...]
/freebsd-current/crypto/openssl/crypto/async/
H A Dasync_wait.c33 curr->cleanup(ctx, curr->key, curr->fd, curr->custom_data);
44 OSSL_ASYNC_FD fd, void *custom_data,
57 fdlookup->custom_data = custom_data;
67 OSSL_ASYNC_FD *fd, void **custom_data)
80 *custom_data = curr->custom_data;
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 *)) argument
66 ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD *fd, void **custom_data) argument
H A Dasync_local.h52 void *custom_data; member in struct:fd_lookup_st
/freebsd-current/sys/dev/evdev/
H A Dinput.h228 int16_t *custom_data; /* FF_CUSTOM waveform only */ member in struct:ff_periodic_effect

Completed in 121 milliseconds