Home
last modified time | relevance | path

Searched refs:argl (Results 1 – 25 of 27) sorted by relevance

12

/openssl/test/
H A Dexdatatest.c30 int idx, long argl, void *argp) in exnew() argument
33 || !TEST_long_eq(argl, saved_argl) in exnew()
40 void **from_d, int idx, long argl, void *argp) in exdup() argument
43 || !TEST_long_eq(argl, saved_argl) in exdup()
51 int idx, long argl, void *argp) in exfree() argument
54 || !TEST_long_eq(argl, saved_argl) in exfree()
72 int idx, long argl, void *argp) in exnew2() argument
77 || !TEST_long_eq(argl, saved_argl) in exnew2()
96 || !TEST_long_eq(argl, saved_argl) in exdup2()
115 int idx, long argl, void *argp) in exfree2() argument
[all …]
H A Dbio_callback_test.c28 int argi, long argl, int ret, size_t *processed) in my_bio_cb_ex() argument
36 my_param_argl[my_param_count] = argl; in my_bio_cb_ex()
203 long argl, long ret) in my_bio_callback() argument
211 my_param_argl[my_param_count] = argl; in my_bio_callback()
H A Dbio_memleak_test.c227 long argl, int ret, size_t *processed) in BIO_error_callback() argument
H A Dhttp_test.c107 int cmd, long argl, int ret, size_t *processed) in http_bio_cb_ex() argument
/openssl/crypto/x509/
H A Dby_file.c21 long argl, char **ret);
23 long argl, char **ret, OSSL_LIB_CTX *libctx,
48 long argl, char **ret, OSSL_LIB_CTX *libctx, in by_file_ctrl_ex() argument
56 if (argl == X509_FILETYPE_DEFAULT) { in by_file_ctrl_ex()
69 if (argl == X509_FILETYPE_PEM) in by_file_ctrl_ex()
73 ok = (X509_load_cert_file_ex(ctx, argp, (int)argl, libctx, in by_file_ctrl_ex()
82 const char *argp, long argl, char **ret) in by_file_ctrl() argument
84 return by_file_ctrl_ex(ctx, cmd, argp, argl, ret, NULL, NULL); in by_file_ctrl()
H A Dby_store.c109 long argl, char **retp, OSSL_LIB_CTX *libctx, in by_store_ctrl_ex() argument
139 const char *argp, long argl, char **retp) in by_store_ctrl() argument
141 return by_store_ctrl_ex(ctx, cmd, argp, argl, retp, NULL, NULL); in by_store_ctrl()
H A Dby_dir.c51 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
82 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl() argument
90 if (argl == X509_FILETYPE_DEFAULT) { in dir_ctrl()
102 ret = add_cert_dir(ld, argp, (int)argl); in dir_ctrl()
H A Dx509_local.h80 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
96 int (*ctrl_ex) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
H A Dx509_lu.c77 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl_ex() argument
83 return ctx->method->ctrl_ex(ctx, cmd, argc, argl, ret, libctx, propq); in X509_LOOKUP_ctrl_ex()
85 return ctx->method->ctrl(ctx, cmd, argc, argl, ret); in X509_LOOKUP_ctrl_ex()
89 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl() argument
92 return X509_LOOKUP_ctrl_ex(ctx, cmd, argc, argl, ret, NULL, NULL); in X509_LOOKUP_ctrl()
/openssl/crypto/
H A Dex_data.c97 long argl, void *argp) in dummy_new() argument
102 long argl, void *argp) in dummy_free() argument
108 long argl, void *argp) in dummy_dup() argument
150 long argl, void *argp, in ossl_crypto_get_ex_new_index_ex() argument
184 a->argl = argl; in ossl_crypto_get_ex_new_index_ex()
204 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, in CRYPTO_get_ex_new_index() argument
208 return ossl_crypto_get_ex_new_index_ex(NULL, class_index, argl, argp, in CRYPTO_get_ex_new_index()
256 storage[i]->argl, storage[i]->argp); in ossl_crypto_new_ex_data_ex()
330 storage[i]->argl, storage[i]->argp)) in CRYPTO_dup_ex_data()
406 f->free_func(obj, ptr, ad, storage[i].index, f->argl, f->argp); in CRYPTO_free_ex_data()
[all …]
H A Dtrace.c41 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp);
86 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl() argument
/openssl/doc/man3/
H A DBIO_get_ex_new_index.pod34 int TYPE_get_ex_new_index(long argl, void *argp,
50 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
54 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
58 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
62 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
68 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A DCRYPTO_get_ex_new_index.pod16 long argl, void *argp,
22 int idx, long argl, void *argp);
24 int idx, long argl, void *argp);
26 void **from_d, int idx, long argl, void *argp);
82 B<CRYPTO_EX_INDEX_xxx> values. The B<argl> and B<argp> parameters are saved
146 The B<idx>, B<argl> and B<argp> parameters are as described for the other
H A DBIO_set_callback.pod16 long argl, int ret, size_t *processed);
25 int argi, long argl, int ret, size_t *processed);
32 long argl, long ret);
36 long argl, long ret);
88 =item B<argp> B<argi> B<argl>
90 The meaning of the arguments B<argp>, B<argi> and B<argl> depends on
H A DX509_LOOKUP.pod36 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
39 long argl, char **ret);
97 The arguments of the control command are passed via I<argc> and I<argl>,
170 The filename is passed in I<argc>, and the type in I<argl>.
176 I<argl>.
H A DX509_LOOKUP_meth_new.pod53 long argl, char **ret);
138 to an array of characters. B<argl> is an integer. B<ret>, if set,
140 B<argc> and B<argl> are used depends entirely on the control function.
/openssl/crypto/ui/
H A Dui_util.c63 int idx, long argl, void *argp) in ui_new_method_data() argument
72 void **pptr, int idx, long argl, void *argp) in ui_dup_method_data() argument
83 int idx, long argl, void *argp) in ui_free_method_data() argument
/openssl/crypto/bio/
H A Dbio_cb.c20 int argi, long argl, int ret, size_t *processed) in BIO_debug_callback_ex() argument
124 int argi, long argl, long ret) in BIO_debug_callback() argument
131 argi, argl, ret > 0 ? 1 : (int)ret, &processed); in BIO_debug_callback()
H A Dbio_lib.c38 int argi, long argl, long inret, in bio_call_callback() argument
47 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
71 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()
/openssl/include/internal/
H A Dcryptlib.h68 long argl; /* Arbitrary long */ member
140 long argl, void *argp,
/openssl/apps/include/
H A Ds_apps.h45 int argi, long argl, int ret, size_t *processed);
/openssl/include/openssl/
H A Dcrypto.h.in227 int idx, long argl, void *argp);
229 int idx, long argl, void *argp);
231 void **from_d, int idx, long argl, void *argp);
232 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
H A Dx509_vfy.h.in519 long argl, char **ret);
521 X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret,
609 long argl, char **ret);
610 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
H A Dbio.h.in309 long argl, long ret);
314 long argl, long ret);
319 long argl, int ret, size_t *processed);
323 int argi, long argl, int ret, size_t *processed);
/openssl/crypto/engine/
H A Deng_dyn.c138 CRYPTO_EX_DATA *ad, int idx, long argl, in dynamic_data_ctx_free_func() argument

Completed in 73 milliseconds

12