Home
last modified time | relevance | path

Searched refs:from_d (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dexdatatest.c40 void **from_d, int idx, long argl, void *argp) in exdup() argument
45 || !TEST_ptr(from_d)) in exdup()
90 void **from_d, int idx, long argl, void *argp) in exdup2() argument
92 MYOBJ_EX_DATA **update_ex_data = (MYOBJ_EX_DATA**)from_d; in exdup2()
98 || !TEST_ptr(from_d) in exdup2()
/openssl/doc/man3/
H A DCRYPTO_get_ex_new_index.pod26 void **from_d, int idx, long argl, void *argp);
142 respectively. The B<*from_d> parameter is a pointer to the source exdata.
143 When the dup_func() returns, the value in B<*from_d> is copied to the
167 type B<void **> for B<from_d>. Previously this parameter was of type B<void *>.
/openssl/crypto/
H A Dex_data.c107 void **from_d, int idx, in dummy_dup() argument
/openssl/include/openssl/
H A Dcrypto.h.in231 void **from_d, int idx, long argl, void *argp);

Completed in 9 milliseconds