Home
last modified time | relevance | path

Searched refs:arg (Results 351 – 360 of 360) sorted by relevance

1...<<1112131415

/openssl/include/openssl/
H A Dx509v3.h.in750 const char *name, const char *sname, void *arg);
H A Dx509.h.in578 int X509_set_ex_data(X509 *r, int idx, void *arg);
/openssl/doc/man3/
H A DEVP_EncryptInit.pod215 void (*fn)(EVP_CIPHER *cipher, void *arg),
216 void *arg);
657 function I<fn> with the implementation method and the given I<arg> as argument.
H A DENGINE_add.pod113 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/openssl/test/
H A Devp_extra_test.c2232 static int ec_export_get_encoding_cb(const OSSL_PARAM params[], void *arg) in ec_export_get_encoding_cb() argument
2236 int *enc = arg; in ec_export_get_encoding_cb()
/openssl/
H A DINSTALL.md1211 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.
H A DCHANGES.md10465 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(ctx, arg)
10469 int (*cb)(SSL *, void *peerinput, size_t len, void *arg);
10470 void *arg;
10474 Argument 'arg' is for application purposes (the value as given to
12594 * cb will point to my_cb; my_arg can be retrieved as cb->arg.
13968 SSL_CTX_set_msg_callback_arg(ctx, arg)
13970 SSL_set_msg_callback_arg(ssl, arg)
13975 const void *buf, size_t len, SSL *ssl, void *arg)
13985 SSL object, and 'arg' is the application-defined value set by
14734 * New option '-subj arg' for 'openssl req' and 'openssl ca'. This
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md33 OSSL_TIME (*now)(void *arg); /* Callback to get current time. */
/openssl/ssl/
H A Ds3_lib.c3489 static char *srp_password_from_info_cb(SSL *s, void *arg) in srp_password_from_info_cb() argument
/openssl/apps/
H A Dspeed.c179 static DWORD WINAPI sleepy(VOID * arg) in sleepy() argument

Completed in 118 milliseconds

1...<<1112131415