| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| H A D | dsa_pmeth.c | 77 static int pkey_dsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, in pkey_dsa_sign() argument 102 pkey_dsa_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) pkey_dsa_verify() argument
|
| H A 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() argument 53 DSA_SIG *sig; in d2i_DSA_SIG() local 79 i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) i2d_DSA_SIG() argument 123 DSA_SIG sig; DSA_size() local 135 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) DSA_SIG_get0() argument 143 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) DSA_SIG_set0() argument 154 ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) ossl_dsa_sign_int() argument 173 DSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) DSA_sign() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ocsp/ |
| H A D | ocsp_prn.c | 94 OCSP_SIGNATURE *sig = o->optionalSignature; in OCSP_REQUEST_print() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | ppccap.c | 38 static void ill_handler(int sig) in ill_handler() argument
|
| H A D | s390xcap.c | 61 static void ill_handler(int sig) in ill_handler() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ct/ |
| H A D | ct_local.h | 75 unsigned char *sig; member
|
| /third_party/openssl/crypto/dsa/ |
| H A D | dsa_ossl.c | 333 dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa) dsa_do_verify() argument
|
| H A D | dsa_pmeth.c | 77 static int pkey_dsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, in pkey_dsa_sign() argument 102 pkey_dsa_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) pkey_dsa_verify() argument
|
| H A 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() argument 53 DSA_SIG *sig; in d2i_DSA_SIG() local 79 i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) i2d_DSA_SIG() argument 123 DSA_SIG sig; DSA_size() local 135 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) DSA_SIG_get0() argument 143 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) DSA_SIG_set0() argument 154 ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) ossl_dsa_sign_int() argument 178 DSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) DSA_sign() argument [all...] |
| /third_party/openssl/crypto/ |
| H A D | ppccap.c | 38 static void ill_handler(int sig) in ill_handler() argument
|
| H A D | armcap.c | 40 static void ill_handler(int sig) in ill_handler() argument
|
| H A D | s390xcap.c | 61 static void ill_handler(int sig) in ill_handler() argument
|
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_prn.c | 94 OCSP_SIGNATURE *sig = o->optionalSignature; in OCSP_REQUEST_print() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/ |
| H A D | AngleNativeTest.cpp | 47 void SignalHandler(int sig, siginfo_t *info, void *reserved) in SignalHandler() argument
|
| /third_party/openssl/crypto/ct/ |
| H A D | ct_local.h | 75 unsigned char *sig; member
|
| /third_party/pulseaudio/src/utils/ |
| H A D | pasuspender.c | 200 static void sigint_callback(pa_mainloop_api *m, pa_signal_event *e, int sig, void *userdata) { in sigint_callback() argument 205 static void sigchld_callback(pa_mainloop_api *m, pa_signal_event *e, int sig, void *userdata) { in sigchld_callback() argument
|
| /third_party/toybox/porting/liteos_a/toys/net/ |
| H A D | ping.c | 53 static void summary(int sig) in summary() argument
|
| /third_party/toybox/toys/net/ |
| H A D | ping.c | 59 static void summary(int sig) in summary() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | arping.c | 83 static void done(int sig) in done() argument 182 static void send_signal(int sig) in send_signal() argument
|
| H A D | dd.c | 102 static void dd_sigint(int sig) { in dd_sigint() argument
|
| H A D | getty.c | 125 sighandler_t sig = signal(SIGHUP, SIG_IGN); in open_tty() local
|
| /test/xts/acts/kernel_lite/ipc_posix/signal/ |
| H A D | SignalTest.cpp | 352 int sig;
in HWTEST_F() local 409 int sig; HWTEST_F() local [all...] |
| /third_party/eudev/src/libudev/ |
| H A D | libudev-hwdb.c | 269 const char sig[] = HWDB_SIG; in udev_hwdb_new() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_tonemap.c | 120 float sig, sig_orig; in tonemap() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | rtmpcrypt.c | 207 void ff_rtmpe_encrypt_sig(URLContext *h, uint8_t *sig, const uint8_t *digest, in ff_rtmpe_encrypt_sig() argument
|