Home
last modified time | relevance | path

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

12345678910>>...15

/openssl/crypto/engine/
H A Deng_lib.c188 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data() argument
190 return CRYPTO_set_ex_data(&e->ex_data, idx, arg); in ENGINE_set_ex_data()
/openssl/include/crypto/
H A Dsiv.h31 int ossl_siv128_speed(SIV128_CONTEXT *ctx, int arg);
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c535 void (*user_fn)(OSSL_DECODER *decoder, void *arg);
539 static void do_one(ossl_unused int id, void *method, void *arg) in do_one() argument
541 struct do_one_data_st *data = arg; in do_one()
548 void *arg), in OSSL_DECODER_do_all_provided() argument
H A Dencoder_meth.c526 void (*user_fn)(OSSL_ENCODER *encoder, void *arg);
530 static void do_one(ossl_unused int id, void *method, void *arg) in do_one() argument
532 struct do_one_data_st *data = arg; in do_one()
539 void *arg), in OSSL_ENCODER_do_all_provided() argument
/openssl/doc/man1/
H A Dopenssl-req.pod.in15 [B<-passin> I<arg>]
17 [B<-passout> I<arg>]
24 [B<-newkey> I<arg>]
44 [B<-copy_extensions> I<arg>]
52 [B<-subj> I<arg>]
114 =item B<-passin> I<arg>
120 =item B<-passout> I<arg>
169 =item B<-newkey> I<arg>
267 =item B<-subj> I<arg>
369 =item B<-copy_extensions> I<arg>
[all …]
H A Dopenssl-gendsa.pod.in13 [B<-passout> I<arg>]
50 =item B<-passout> I<arg>
H A Dopenssl-cmds.pod.in66 B<openssl> I<cmd> B<-help> | [I<-option> | I<-option> I<arg>] ... [I<arg>] ...
/openssl/crypto/evp/
H A De_des.c53 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
232 static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in des_ctrl() argument
H A Dkem.c489 void (*fn)(EVP_KEM *kem, void *arg), in EVP_KEM_do_all_provided() argument
490 void *arg) in EVP_KEM_do_all_provided()
492 evp_generic_do_all(libctx, OSSL_OP_KEM, (void (*)(void *, void *))fn, arg, in EVP_KEM_do_all_provided()
H A Dasymcipher.c524 void *arg), in EVP_ASYM_CIPHER_do_all_provided() argument
525 void *arg) in EVP_ASYM_CIPHER_do_all_provided()
528 (void (*)(void *, void *))fn, arg, in EVP_ASYM_CIPHER_do_all_provided()
H A Dexchange.c559 void (*fn)(EVP_KEYEXCH *keyexch, void *arg), in EVP_KEYEXCH_do_all_provided() argument
560 void *arg) in EVP_KEYEXCH_do_all_provided()
563 (void (*)(void *, void *))fn, arg, in EVP_KEYEXCH_do_all_provided()
/openssl/include/internal/
H A Dquic_cfq.h100 typedef void (cfq_free_cb)(unsigned char *buf, size_t buf_len, void *arg);
H A Dquic_cc.h86 OSSL_CC_DATA *(*new)(OSSL_TIME (*now_cb)(void *arg),
/openssl/include/openssl/
H A Dprovider.h45 void *arg);
H A Dstore.h277 void *arg),
278 void *arg);
H A Dasync.h40 typedef int (*ASYNC_callback_fn)(void *arg);
/openssl/ssl/
H A Dssl_rsa.c608 int *al, void *arg) in serverinfoex_srv_parse_cb() argument
621 size_t inlen, int *al, void *arg) in serverinfo_srv_parse_cb() argument
624 arg); in serverinfo_srv_parse_cb()
631 int *al, void *arg) in serverinfoex_srv_add_cb() argument
666 int *al, void *arg) in serverinfo_srv_add_cb() argument
669 arg); in serverinfo_srv_add_cb()
/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl56 my $arg = pop;
57 $arg = "#$arg" if ($arg*1 eq $arg);
58 $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
/openssl/doc/designs/quic-design/
H A Dquic-tls.md71 size_t *consumed, void *arg);
74 size_t *bytes_read, void *arg);
81 void *arg);
92 void *arg);
100 int (*handshake_complete_cb)(void *arg);
109 int (*alert_cb)(void *arg, unsigned char alert_code);
/openssl/crypto/ct/
H A Dct_log.c178 void *arg) in ctlog_store_load_log() argument
180 CTLOG_STORE_LOAD_CTX *load_ctx = arg; in ctlog_store_load_log()
/openssl/ssl/quic/
H A Dquic_reactor.c18 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, in ossl_quic_reactor_init() argument
347 int (*pred)(void *arg), void *pred_arg, in ossl_quic_reactor_block_until_pred() argument
/openssl/doc/man3/
H A DOSSL_DECODER.pod36 void (*fn)(OSSL_DECODER *decoder, void *arg),
37 void *arg);
86 implementation method and I<arg> as arguments.
/openssl/apps/
H A Ds_client.c113 static int ocsp_resp_cb(SSL *s, void *arg);
272 tlsextctx *p = (tlsextctx *) arg; in ssl_servername_cb()
294 void *arg) in next_proto_cb() argument
296 tlsextnextprotoctx *ctx = arg; in next_proto_cb()
319 int *al, void *arg) in serverinfo_cli_parse_cb() argument
3612 static int ocsp_resp_cb(SSL *s, void *arg) in ocsp_resp_cb() argument
3618 BIO_puts(arg, "OCSP response: "); in ocsp_resp_cb()
3620 BIO_puts(arg, "no response sent\n"); in ocsp_resp_cb()
3625 BIO_puts(arg, "response parse error\n"); in ocsp_resp_cb()
3626 BIO_dump_indent(arg, (char *)p, len, 4); in ocsp_resp_cb()
[all …]
/openssl/util/
H A Dcheck-format-test-negatives.c324 bool UTIL_iterate_dir(int (*fn)(const char *file, void *arg), void *arg,
/openssl/crypto/x509/
H A Dx_x509.c173 int X509_set_ex_data(X509 *r, int idx, void *arg) in X509_set_ex_data() argument
175 return CRYPTO_set_ex_data(&r->ex_data, idx, arg); in X509_set_ex_data()

Completed in 69 milliseconds

12345678910>>...15