Home
last modified time | relevance | path

Searched defs:sig (Results 501 - 525 of 816) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
H A Dminimal-secure-streams.c344 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c800 sigint_handler(int sig) in sigint_handler() argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Dstress.c181 static void sighdl(int sig) in sighdl() argument
531 static void globalsig(int sig) in globalsig() argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c356 static void sighdl(int sig) in sighdl() argument
H A Dstress2.c409 static void sighdl(int sig) in sighdl() argument
H A Dstress.c409 static void sighdl(int sig) in sighdl() argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c368 static void sighdl(int sig) in sighdl() argument
H A Dstress2.c400 static void sighdl(int sig) in sighdl() argument
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h129 size_t hash_value(const Signature<T>& sig) { in hash_value() argument
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c50 int sig = WTERMSIG(status); in clearerr_0100() local
72 int sig = WTERMSIG(status); in feof_0100() local
94 int sig = WTERMSIG(status); in ferror_0100() local
116 int sig = WTERMSIG(status); in fgetc_0100() local
139 int sig = WTERMSIG(status); in fgets_0100() local
162 int sig = WTERMSIG(status); fprintf_0100() local
184 int sig = WTERMSIG(status); fputc_0100() local
206 int sig = WTERMSIG(status); fputs_0100() local
229 int sig = WTERMSIG(status); fread_0600() local
252 int sig = WTERMSIG(status); fscanf_0100() local
275 int sig = WTERMSIG(status); fseek_0100() local
297 int sig = WTERMSIG(status); fseeko_0100() local
319 int sig = WTERMSIG(status); ftell_0100() local
342 int sig = WTERMSIG(status); fwrite_0100() local
364 int sig = WTERMSIG(status); getc_0100() local
386 int sig = WTERMSIG(status); pclose_0100() local
408 int sig = WTERMSIG(status); rewind_0100() local
431 int sig = WTERMSIG(status); setvbuf_0100() local
459 int sig = WTERMSIG(status); wcsnrtombs_0100() local
481 int sig = WTERMSIG(status); unsetenv_0100() local
503 int sig = WTERMSIG(status); readdir_0100() local
527 int sig = WTERMSIG(status); pthread_join_0100() local
551 int sig = WTERMSIG(status); pthread_kill_0100() local
576 int sig = WTERMSIG(status); pthread_setschedparam_0100() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp137 void Handler(int sig) in Handler() argument
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_sct.c169 void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len) in SCT_set0_signature() argument
177 int SCT_set1_signature(SCT *sct, const unsigned char *sig, size_t sig_len) in SCT_set1_signature() argument
239 SCT_get0_signature(const SCT *sct, unsigned char **sig) SCT_get0_signature() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c106 static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in pkey_ec_sign() argument
144 pkey_ec_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) pkey_ec_verify() argument
H A Decdsa_ossl.c56 ossl_ecdsa_verify_sig(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey) ossl_ecdsa_verify_sig() argument
67 ossl_ecdsa_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) ossl_ecdsa_sign() argument
373 ossl_ecdsa_simple_verify_sig(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey) ossl_ecdsa_simple_verify_sig() argument
[all...]
H A Dec_kmeth.c233 EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) EC_KEY_METHOD_set_sign() argument
252 EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, int (*verify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (*verify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_set_verify() argument
308 EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth, int (**psign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(**psign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) EC_KEY_METHOD_get_sign() argument
330 EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, int (**pverify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (**pverify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_get_verify() argument
H A Decp_s390x_nistp.c135 ECDSA_SIG *sig; in ecdsa_s390x_nistp_sign_sig() local
224 ecdsa_s390x_nistp_verify_sig(const unsigned char *dgst, int dgstlen, const ECDSA_SIG *sig, EC_KEY *eckey, unsigned int fc, int len) ecdsa_s390x_nistp_verify_sig() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Dsm2_sig.c157 static int sm2sig_sign(void *vpsm2ctx, unsigned char *sig, size_t *siglen, in sm2sig_sign() argument
185 static int sm2sig_verify(void *vpsm2ctx, const unsigned char *sig, size_t siglen, in sm2sig_verify() argument
284 int sm2sig_digest_sign_final(void *vpsm2ctx, unsigned char *sig, size_t *siglen, in sm2sig_digest_sign_final() argument
308 sm2sig_digest_verify_final(void *vpsm2ctx, const unsigned char *sig, size_t siglen) sm2sig_digest_verify_final() argument
[all...]
H A Deddsa_sig.c231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() argument
250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() argument
370 s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed25519_digestsign() argument
376 unsigned char sig[64]; s390x_ed25519_digestsign() member
395 s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed448_digestsign() argument
401 unsigned char sig[128]; s390x_ed448_digestsign() member
422 s390x_ed25519_digestverify(const ECX_KEY *edkey, const unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed25519_digestverify() argument
428 unsigned char sig[64]; s390x_ed25519_digestverify() member
443 s390x_ed448_digestverify(const ECX_KEY *edkey, const unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed448_digestverify() argument
450 unsigned char sig[128]; s390x_ed448_digestverify() member
[all...]
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c202 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() argument
398 ECDSA_SIG *sig = NULL; in ossl_sm2_do_sign() local
413 ossl_sm2_do_verify(const EC_KEY *key, const EVP_MD *digest, const ECDSA_SIG *sig, const uint8_t *id, const size_t id_len, const uint8_t *msg, size_t msg_len) ossl_sm2_do_verify() argument
436 ossl_sm2_internal_sign(const unsigned char *dgst, int dgstlen, unsigned char *sig, unsigned int *siglen, EC_KEY *eckey) ossl_sm2_internal_sign() argument
472 ossl_sm2_internal_verify(const unsigned char *dgst, int dgstlen, const unsigned char *sig, int sig_len, EC_KEY *eckey) ossl_sm2_internal_verify() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dt_x509.c207 const ASN1_BIT_STRING *sig; in X509_print_ex() local
288 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() argument
311 X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig) X509_signature_print() argument
[all...]
H A Dx509_set.c196 x509_sig_info_init(X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig) x509_sig_info_init() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c592 EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig, size_t siglen) EVP_DigestVerifyFinal() argument
[all...]
H A Dsignature.c372 const OSSL_PARAM *EVP_SIGNATURE_gettable_ctx_params(const EVP_SIGNATURE *sig) in EVP_SIGNATURE_gettable_ctx_params() argument
383 const OSSL_PARAM *EVP_SIGNATURE_settable_ctx_params(const EVP_SIGNATURE *sig) in EVP_SIGNATURE_settable_ctx_params() argument
630 EVP_PKEY_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen) EVP_PKEY_sign() argument
674 EVP_PKEY_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) EVP_PKEY_verify() argument
717 EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx, unsigned char *rout, size_t *routlen, const unsigned char *sig, size_t siglen) EVP_PKEY_verify_recover() argument
[all...]
/third_party/openssl/test/
H A Decdsatest.c192 unsigned char *sig = NULL; in test_builtin() local
357 unsigned char *sig = NULL; test_ecdsa_sig_NULL() local
[all...]
H A Dsm2_internal_test.c315 ECDSA_SIG *sig = NULL; in test_sm2_sign() local

Completed in 16 milliseconds

1...<<21222324252627282930>>...33