Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c600 static size_t make_custom_der(const TEST_CUSTOM_DATA *custom_data, in make_custom_der()
611 firstbytes = 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
612 + custom_data->nbytes1; in make_custom_der()
614 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
615 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
623 secondbytesinner = 1 + der_encode_length(custom_data->nbytes2, NULL) in make_custom_der()
624 + custom_data->nbytes2; in make_custom_der()
650 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
651 memcpy(p, custom_data->bytes1, custom_data in make_custom_der()
594 make_custom_der(const TEST_CUSTOM_DATA * custom_data,unsigned char ** encoding,int explicit_default) make_custom_der() argument
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
693 do_encode_custom(EXPECTED * input,const TEST_CUSTOM_DATA * custom_data,const TEST_PACKAGE * package) do_encode_custom() argument
[all...]
/freebsd/crypto/openssl/crypto/async/
H A Dasync_wait.c33 curr->cleanup(ctx, curr->key, curr->fd, curr->custom_data); in ASYNC_WAIT_CTX_free()
45 OSSL_ASYNC_FD fd, void *custom_data, in ASYNC_WAIT_CTX_set_wait_fd() argument
56 fdlookup->custom_data = custom_data; in ASYNC_WAIT_CTX_set_wait_fd()
66 OSSL_ASYNC_FD *fd, void **custom_data) in ASYNC_WAIT_CTX_get_fd() argument
79 *custom_data = curr->custom_data; in ASYNC_WAIT_CTX_get_fd()
H A Dasync_local.h52 void *custom_data; member
/freebsd/crypto/openssl/include/openssl/
H A Dasync.h59 void *custom_data,
63 OSSL_ASYNC_FD *fd, void **custom_data);
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod27 void *custom_data,
31 OSSL_ASYNC_FD *fd, void **custom_data);
105 B<ENGINE *> for the engine. The I<custom_data> parameter can be any value, and
/freebsd/sys/dev/evdev/
H A Dinput.h216 int16_t *custom_data; /* FF_CUSTOM waveform only */ member