Searched refs:custom_data (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | asn1_encode_test.c | 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() 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() 658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der() 659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der() [all …]
|
/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() argument 55 fdlookup->custom_data = custom_data; in ASYNC_WAIT_CTX_set_wait_fd() 65 OSSL_ASYNC_FD *fd, void **custom_data) in ASYNC_WAIT_CTX_get_fd() argument 78 *custom_data = curr->custom_data; in ASYNC_WAIT_CTX_get_fd()
|
H A D | async_local.h | 52 void *custom_data; member
|
/openssl/include/openssl/ |
H A D | async.h | 60 void *custom_data, 64 OSSL_ASYNC_FD *fd, void **custom_data);
|
/openssl/doc/man3/ |
H A D | ASYNC_WAIT_CTX_new.pod | 27 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
|
Completed in 13 milliseconds