| /third_party/openssl/crypto/dsa/ |
| D | dsa_sign.c | 36 DSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig)); in DSA_SIG_new() local 42 void DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free() 53 DSA_SIG *sig; in d2i_DSA_SIG() local 79 int i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) in i2d_DSA_SIG() 123 DSA_SIG sig; in DSA_size() local 135 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() 143 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() 155 unsigned char *sig, unsigned int *siglen, DSA *dsa) in ossl_dsa_sign_int() 174 unsigned char *sig, unsigned int *siglen, DSA *dsa) in DSA_sign()
|
| /third_party/ltp/testcases/kernel/syscalls/kill/ |
| D | kill10.c | 365 void ack_ready(int sig, siginfo_t * si, void *data) in ack_ready() 392 void ack_done(int sig, siginfo_t * si, void *data) in ack_done() 477 void set_create_procs(int sig) in set_create_procs() 608 void graceful_exit(int sig) in graceful_exit() 613 void set_signal_parents(int sig) in set_signal_parents() 620 void clear_signal_parents(int sig) in clear_signal_parents() 627 void set_confirmed_ready(int sig) in set_confirmed_ready() 635 void reset_counter(int sig) in reset_counter() 643 void reply_to_child(int sig, siginfo_t * si, void *data) in reply_to_child() 670 void wakeup(int sig) in wakeup() [all …]
|
| /third_party/ltp/testcases/kernel/syscalls/sighold/ |
| D | sighold02.c | 75 static int skip_sig(int sig) in skip_sig() 93 int sig; in main() local 135 static void handle_sigs(int sig) in handle_sigs() 144 int sig; in do_child() local
|
| /third_party/libfuse/lib/ |
| D | fuse_signals.c | 22 static void exit_handler(int sig) in exit_handler() 34 static void do_nothing(int sig) in do_nothing() 39 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) in set_one_signal_handler() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/signal/ |
| D | sighold.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sighold_0100() local 83 int sig = 99999; in sighold_0200() local
|
| D | sigrelse.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sigrelse_0100() local 116 int sig = 99999; in sigrelse_0200() local
|
| D | sigqueue.c | 23 void action(int sig, siginfo_t *info, void *ctx) in action() 53 int sig = SIGALRM; in sigqueue_0100() local 87 int sig = 99999; in sigqueue_0200() local
|
| D | sigset.c | 22 const int sig = SIGALRM; variable 24 void handler(int sig) in handler() 219 int sig = 99999; in sigset_0500() local
|
| D | sigpause.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sigpause_0100() local
|
| /third_party/ltp/lib/ |
| D | tst_sig.c | 95 int sig; in tst_sig() local 227 static void def_handler(int sig) in def_handler() 241 static void (*tst_setup_signal(int sig, void (*handler) (int))) (int) { in tst_setup_signal() argument
|
| /third_party/pulseaudio/src/pulse/ |
| D | mainloop-signal.c | 47 int sig; member 64 static void signal_handler(int sig) { in signal_handler() 79 static void dispatch(pa_mainloop_api*a, int sig) { in dispatch() 92 int sig; in callback() local 154 pa_signal_event* pa_signal_new(int sig, pa_signal_cb_t _callback, void *userdata) { in pa_signal_new()
|
| /third_party/openssl/providers/implementations/signature/ |
| D | eddsa_sig.c | 223 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() 242 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() 362 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig, in s390x_ed25519_digestsign() 368 unsigned char sig[64]; in s390x_ed25519_digestsign() member 387 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig, in s390x_ed448_digestsign() 393 unsigned char sig[128]; in s390x_ed448_digestsign() member 415 const unsigned char *sig, in s390x_ed25519_digestverify() 420 unsigned char sig[64]; in s390x_ed25519_digestverify() member 436 const unsigned char *sig, in s390x_ed448_digestverify() 442 unsigned char sig[128]; in s390x_ed448_digestverify() member
|
| /third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
| D | sigrelse01.c | 244 int sig; /* current signal number */ in parent() local 382 int sig; /* signal value */ in child() local 531 int sig; in setup_sigs() local 559 static void handler(int sig) in handler() 683 static void timeout(int sig) in timeout() 725 int choose_sig(int sig) in choose_sig()
|
| /third_party/openssl/demos/signature/ |
| D | rsa_pss_direct.c | 38 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() 124 static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len) in verify() 190 unsigned char *sig = NULL; in main() local
|
| D | rsa_pss_hash.c | 33 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() 114 static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len) in verify() 175 unsigned char *sig = NULL; in main() local
|
| /third_party/mesa3d/docs/_exts/ |
| D | formatting.py | 9 def parse_envvar(env, sig, signode): argument 21 def parse_opcode(env, sig, signode): argument
|
| /third_party/node/deps/npm/node_modules/signal-exit/ |
| D | index.js | 62 signals.forEach(function (sig) { argument 82 signals.forEach(function (sig) { argument 120 signals = signals.filter(function (sig) { argument
|
| /third_party/musl/porting/liteos_a/user/src/signal/ |
| D | sigaction.c | 137 static sigactq_t *__sig_find_action(int sig) in __sig_find_action() 155 static int __sig_cannot_catche(int sig, sa_sighandler_t handler) in __sig_cannot_catche() 218 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() 233 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() 284 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 331 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl16.c | 351 void catch_alarm(int sig) in catch_alarm() 356 void catch_usr1(int sig) in catch_usr1() 365 void catch_usr2(int sig) in catch_usr2() 374 void catch_int(int sig) in catch_int() 383 void child_sig(int sig, int nkids) in child_sig()
|
| /third_party/mbedtls/library/ |
| D | pk_wrap.c | 79 const unsigned char *sig, size_t sig_len ) in rsa_verify_wrap() 111 unsigned char *sig, size_t sig_size, size_t *sig_len, in rsa_sign_wrap() 257 const unsigned char *sig, size_t sig_len ) in eckey_verify_wrap() 274 unsigned char *sig, size_t sig_size, size_t *sig_len, in eckey_sign_wrap() 349 const unsigned char *sig, size_t sig_len, in eckey_verify_rs_wrap() 373 unsigned char *sig, size_t sig_size, size_t *sig_len, in eckey_sign_rs_wrap() 537 unsigned char *sig, size_t int_size ) in extract_ecdsa_sig() 558 const unsigned char *sig, size_t sig_len ) in ecdsa_verify_wrap() 641 const unsigned char *sig, size_t sig_len ) in ecdsa_verify_wrap() 658 unsigned char *sig, size_t sig_size, size_t *sig_len, in ecdsa_sign_wrap() [all …]
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse_signals.c | 18 static void exit_handler(int sig) in exit_handler() 25 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) in set_one_signal_handler() argument
|
| /third_party/node/lib/internal/process/ |
| D | report.js | 62 set signal(sig) { argument 99 function addSignalHandler(sig) { argument 115 function signalHandler(sig) { argument
|
| /third_party/openssl/crypto/sm2/ |
| D | sm2_sign.c | 202 ECDSA_SIG *sig = NULL; in sm2_sig_gen() local 312 static int sm2_sig_verify(const EC_KEY *key, const ECDSA_SIG *sig, in sm2_sig_verify() 398 ECDSA_SIG *sig = NULL; in ossl_sm2_do_sign() local 415 const ECDSA_SIG *sig, in ossl_sm2_do_verify() 437 unsigned char *sig, unsigned int *siglen, in ossl_sm2_internal_sign() 473 const unsigned char *sig, int sig_len, in ossl_sm2_internal_verify()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_function_detect_recursion.cpp | 137 function(ir_function_signature *sig) in function() 170 function *get_function(ir_function_signature *sig) in get_function() 184 virtual ir_visitor_status visit_enter(ir_function_signature *sig) in visit_enter() 190 virtual ir_visitor_status visit_leave(ir_function_signature *sig) in visit_leave()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
| D | stress.c | 81 static void sighdl(int sig) in sighdl() 91 static void floodsighdl(int sig) in floodsighdl() 160 static void syncsighdl(int sig) in syncsighdl()
|