Home
last modified time | relevance | path

Searched defs:sig (Results 526 - 550 of 814) sorted by relevance

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

/third_party/openssl/crypto/ec/
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
378 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_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 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/openssl/crypto/evp/
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...]
H A Dm_sigver.c592 EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig, size_t siglen) EVP_DigestVerifyFinal() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dt_x509.c209 const ASN1_BIT_STRING *sig; in X509_print_ex() local
290 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() argument
313 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/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/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
477 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/openssl/test/
H A Denginetest.c196 static int test_encrypt(EVP_PKEY_CTX *ctx, unsigned char *sig, in test_encrypt() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc775 auto* sig = ty->Members()[0]; in TEST_F() local
804 auto* sig = ty->Members()[0]; in TEST_F() local
[all...]
/third_party/toybox/toys/pending/
H A Dexpr.c137 char prec, sig, op; // precedence, signature for type coercion, operator ID member
H A Dfsck.c357 void record_sig_num(int sig) in record_sig_num() argument
H A Dinit.c446 int sig = caught_signal; in check_if_pending_signals() local
H A Dtcpsvd.c170 static void handle_exit(int sig) in handle_exit() argument
257 static void handle_signal(int sig) in handle_signal() argument
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource7.js62 var sig: Signature = null; variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_common.c198 static void process_wakeup_main(int sig, void *signal_ctx) in process_wakeup_main() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_common.c199 static void process_wakeup_main(int sig, void *signal_ctx) in process_wakeup_main() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.c102 int ec_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, in ec_sign() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp225 int __wrap_kill(pid_t pid, int sig) in __wrap_kill() argument
/third_party/ffmpeg/libavcodec/
H A Daptx.h180 int32_t *sig = &signal->buffer[signal->pos]; in aptx_qmf_convolution() local
/third_party/curl/tests/server/
H A Dgetpart.c321 ssize_t sig; in getpart() member
/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c106 static int snd_ctl_shm_async(snd_ctl_t *ctl, int sig, pid_t pid) in snd_ctl_shm_async() argument

Completed in 18 milliseconds

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