Home
last modified time | relevance | path

Searched refs:func (Results 26 – 50 of 76) sorted by relevance

1234

/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl84 $func="sha${bits}_block_p8";
150 .globl $func
152 $func:
314 .size $func,.-$func
H A Dsha512-ppc.pl78 $func="sha512_block_ppc";
90 $func="sha256_block_ppc";
198 .globl $func
200 $func:
447 .size $func,.-$func
720 .size $func,.-$func
H A Dsha512-armv8.pl95 $func="sha${BITS}_block_data_order";
201 .globl $func
202 .type $func,%function
204 $func:
286 .size $func,.-$func
/openssl/crypto/
H A Dsparse_array.c126 void (*func)(ossl_uintmax_t, void *); member
131 ((const struct trampoline_st *)arg)->func(n, l); in trampoline()
138 tramp.func = leaf; in ossl_sa_doall()
H A Dinit.c680 void (*func)(void); in OPENSSL_atexit() member
683 handlersym.func = handler; in OPENSSL_atexit()
705 void (*func)(void); in OPENSSL_atexit()
708 handlersym.func = handler; in OPENSSL_atexit()
H A Darmcap.c166 static size_t OPENSSL_rndr_wrapper(size_t (*func)(unsigned char *, size_t), unsigned char *buf, siz… in OPENSSL_rndr_wrapper()
172 buffer_size = func(buf, len); in OPENSSL_rndr_wrapper()
/openssl/crypto/cmp/
H A Dcmp_ctx.c315 char *func = NULL; local
324 msg = ossl_cmp_log_parse_metadata(buf, &level, &func, &file, &line);
329 if (!ctx->log_cb(func != NULL ? func : "(no func)",
335 OPENSSL_free(func);
343 const char *func, const char *file, int line, in ossl_cmp_print_log() argument
361 if (func == NULL) in ossl_cmp_print_log()
362 func = "(unset function name)"; in ossl_cmp_print_log()
374 func, file, line, level_str); in ossl_cmp_print_log()
385 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
/openssl/crypto/err/
H A Derr_blocks.c29 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
37 err_set_debug(es, es->top, file, line, func); in ERR_set_debug()
/openssl/doc/man3/
H A DERR_load_strings.pod16 unsigned long ERR_PACK(int lib, int func, int reason);
31 reason code: B<error> = ERR_PACK(B<lib>, B<func>, B<reason>).
H A DERR_new.pod13 void ERR_set_debug(const char *file, int line, const char *func);
29 file I<line> and the name of the function I<func> where the error
H A DOPENSSL_LH_COMPFUNC.pod43 void lh_TYPE_doall(LHASH_OF(TYPE) *table, OPENSSL_LH_DOALL_FUNC func);
44 void lh_TYPE_doall_arg(LHASH_OF(TYPE) *table, OPENSSL_LH_DOALL_FUNCARG func,
69 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func);
70 void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg);
166 I<func> with the data item as its parameter.
182 I<func> will be called with I<arg> as the second argument and I<func>
/openssl/crypto/async/
H A Dasync.c158 job->ret = job->func(job->funcargs); in async_start_func()
174 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
264 ctx->currjob->func = func; in ASYNC_start_job()
H A Dasync_local.h41 int (*func) (void *); member
/openssl/include/openssl/
H A Derr.h.in278 * ERR_PACK ignores |func|, that parameter is just legacy from pre-3.0 OpenSSL.
280 # define ERR_PACK(lib,func,reason) \ argument
385 void ERR_set_debug(const char *file, int line, const char *func);
398 # define ERR_put_error(lib, func, reason, file, line) \ argument
408 const char **func,
419 unsigned long ERR_peek_error_func(const char **func);
422 const char **func,
431 unsigned long ERR_peek_last_error_func(const char **func);
434 const char **func,
H A Dcmp_util.h44 typedef int (*OSSL_CMP_log_cb_t)(const char *func, const char *file, int line,
H A Dasync.h92 int (*func)(void *), void *args, size_t size);
/openssl/include/internal/
H A Dsafe_math.h18 # define has(func) __has_builtin(func) argument
20 # define has(func) 1 argument
25 # define has(func) 0 argument
/openssl/test/helpers/
H A Dcmp_testlib.h28 int print_to_bio_out(const char *func, const char *file, int line,
/openssl/apps/include/
H A Dfunction.h26 int (*func)(int argc, char *argv[]); member
/openssl/include/crypto/
H A Dpoly1305.h38 } func; member
/openssl/apps/
H A Dopenssl.c417 f.func = dgst_main; in do_cmd()
421 f.func = enc_main; in do_cmd()
428 return fp->func(argc, argv); in do_cmd()
/openssl/test/
H A Dp_test.c64 const char *func, const char *fmt, ...) in p_set_error() argument
70 c_set_error_debug(NULL, file, line, func); in p_set_error()
H A Derrtest.c30 const char *func = OPENSSL_FUNC; in test_print_error_format() local
91 errorcode, lib, func, reason, file, line); in test_print_error_format()
/openssl/util/
H A Dfind-doc-nits954 foreach my $func ( grep { $state{$_} eq $type } sort keys %state ) {
955 next if defined $name_map{$func}
956 || defined $missing{$func};
958 err("$type:", "function $func undocumented")
/openssl/providers/
H A Dlegacyprov.c271 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
273 c_set_error_debug(NULL, file, line, func); in ERR_set_debug()

Completed in 106 milliseconds

1234