Home
last modified time | relevance | path

Searched refs:func (Results 51 – 75 of 76) sorted by relevance

1234

/openssl/doc/man3/
H A DASYNC_start_job.pod19 int (*func)(void *), void *args, size_t size);
70 be stored on completion of the job. I<func> represents the function that should
72 will be copied and then passed as an argument to I<func> when the job starts.
93 I<func>, I<args> and I<size> parameters will be ignored when restarting a job.
100 The job completed. I<*job> will be NULL and the return value from I<func> will
111 indirectly by the function "func" passed as an argument to ASYNC_start_job())
H A DERR_put_error.pod28 void ERR_put_error(int lib, int func, int reason, const char *file, int line);
44 B<func> of library B<lib>, in line number B<line> of B<file>.
/openssl/include/openssl/
H A Dstack.h39 void OPENSSL_sk_pop_free(OPENSSL_STACK *st, void (*func) (void *));
H A Dx509_vfy.h.in416 #define X509_STORE_set_verify_func(ctx, func) \ argument
417 X509_STORE_set_verify((ctx),(func))
423 # define X509_STORE_set_verify_cb_func(ctx,func) \ argument
424 X509_STORE_set_verify_cb((ctx),(func))
453 #define X509_STORE_set_lookup_crls_cb(ctx, func) \ argument
454 X509_STORE_set_lookup_crls((ctx), (func))
H A Dcrypto.h.in278 # define CRYPTO_set_locking_callback(func) argument
280 # define CRYPTO_set_add_lock_callback(func) argument
308 # define CRYPTO_set_id_callback(func) argument
H A Dlhash.h.in101 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func);
103 OPENSSL_LH_DOALL_FUNCARG func, void *arg);
H A Dcore_dispatch.h82 const char *file, int line, const char *func))
/openssl/crypto/err/
H A Derr_local.h98 void ossl_err_string_int(unsigned long e, const char *func,
/openssl/crypto/stack/
H A Dstack.c431 void OPENSSL_sk_pop_free(OPENSSL_STACK *st, OPENSSL_sk_freefunc func) in OPENSSL_sk_pop_free() argument
439 func((char *)st->data[i]); in OPENSSL_sk_pop_free()
/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl63 $func="sha512_block_data_order";
75 $func="sha256_block_data_order";
240 .EXPORT $func,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR
242 $func
/openssl/test/
H A Dcmp_ctx_test.c136 static int msg_total_size_log_cb(const char *func, const char *file, int line, in msg_total_size_log_cb() argument
259 static int test_log_cb(const char *func, const char *file, int line, in test_log_cb() argument
264 (TEST_str_eq(func, "execute_cmp_ctx_log_cb_test") in test_log_cb()
265 || TEST_str_eq(func, "(unknown function)")) && in test_log_cb()
H A Dquic_txp_test.c288 #define OP_CHECK(func) \ argument
289 { OPK_CHECK, 0, 0, NULL, 0, (func) },
H A Dquic_multistream_test.c210 #define OP_CHECK(func, arg2) \ argument
211 {OPK_CHECK, NULL, 0, (func), NULL, (arg2)},
332 #define OP_CHECK2(func, arg1, arg2) \ argument
333 {OPK_CHECK, NULL, (arg1), (func), NULL, (arg2)},
H A Dbntest.c33 int (*func)(STANZA *s); member
3298 if (!tp->func(s)) { in file_test_run()
/openssl/crypto/rc4/asm/
H A Drc4-586.pl85 my $func = ($i==0)?*mov:*or;
100 &$func ($out,&DWP(0,$dat,$ty,4));
/openssl/crypto/cmp/
H A Dcmp_genm.c21 static void cert_msg(const char *func, const char *file, int lineno, in cert_msg() argument
27 ossl_cmp_print_log(level, ctx, func, file, lineno, in cert_msg()
H A Dcmp_local.h821 OSSL_CMP_severity *level, char **func,
838 const char *func, const char *file, int line,
/openssl/fuzz/
H A Dcmp.c39 static int print_noop(const char *func, const char *file, int line, in print_noop() argument
/openssl/util/
H A Dmkerr.pl264 my $func;
/openssl/providers/fips/
H A Dfipsprov.c876 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
878 c_set_error_debug(NULL, file, line, func); in ERR_set_debug()
/openssl/apps/
H A Dcmp.c732 static int print_to_bio_out(const char *func, const char *file, int line, in print_to_bio_out() argument
735 return OSSL_CMP_print_to_bio(bio_out, func, file, line, level, msg); in print_to_bio_out()
738 static int print_to_bio_err(const char *func, const char *file, int line, in print_to_bio_err() argument
741 return OSSL_CMP_print_to_bio(bio_err, func, file, line, level, msg); in print_to_bio_err()
/openssl/crypto/
H A Dprovider_core.c2061 const char *file, int line, const char *func) in core_set_error_debug() argument
2063 ERR_set_debug(file, line, func); in core_set_error_debug()
/openssl/doc/man7/
H A Dprovider-base.pod30 const char *file, int line, const char *func);
255 line I<line> and the function name I<func> where the error occurred.
/openssl/ssl/quic/
H A Dquic_impl.c158 const char *func, in quic_raise_non_normal_error() argument
173 ERR_set_debug(file, line, func); in quic_raise_non_normal_error()
/openssl/ssl/
H A Dssl_lib.c2205 int (*func) (void *)) in ssl_start_async_job()
2224 switch (ASYNC_start_job(&sc->job, sc->waitctx, &ret, func, args, in ssl_start_async_job()

Completed in 173 milliseconds

1234