Home
last modified time | relevance | path

Searched refs:rsa_sign (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_meth.c235 return meth->rsa_sign; in RSA_meth_get_sign()
244 meth->rsa_sign = sign; in RSA_meth_set_sign()
H A Drsa_sign.c282 if (rsa->meth->rsa_sign != NULL) in RSA_sign()
283 return rsa->meth->rsa_sign(type, m, m_len, sigret, siglen, rsa) > 0; in RSA_sign()
H A Drsa_local.h132 int (*rsa_sign) (int type, member
/third_party/openssl/crypto/rsa/
H A Drsa_meth.c235 return meth->rsa_sign; in RSA_meth_get_sign()
244 meth->rsa_sign = sign; in RSA_meth_set_sign()
H A Drsa_sign.c282 if (rsa->meth->rsa_sign != NULL) in RSA_sign()
283 return rsa->meth->rsa_sign(type, m, m_len, sigret, siglen, rsa) > 0; in RSA_sign()
H A Drsa_local.h132 int (*rsa_sign) (int type, member
/third_party/mbedtls/programs/
H A DMakefile54 pkey/rsa_sign \
225 pkey/rsa_sign$(EXEXT): pkey/rsa_sign.c $(DEP)
226 echo " CC pkey/rsa_sign.c"
227 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/rsa_sign.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.c59 int rsa_sign(int type, const unsigned char *m, unsigned int m_length, in rsa_sign() function
135 if (!RSA_meth_set_sign(rsa_method, rsa_sign) || in wrap_rsa()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Drsa_sig.c41 static OSSL_FUNC_signature_sign_fn rsa_sign; variable
514 static int rsa_sign(void *vprsactx, unsigned char *sig, size_t *siglen, in rsa_sign() function
917 * are ignored. Defer to rsa_sign. in rsa_digest_sign_final()
928 return rsa_sign(vprsactx, sig, siglen, sigsize, digest, (size_t)dlen); in rsa_digest_sign_final()
1442 { OSSL_FUNC_SIGNATURE_SIGN, (void (*)(void))rsa_sign },
/third_party/openssl/providers/implementations/signature/
H A Drsa_sig.c41 static OSSL_FUNC_signature_sign_fn rsa_sign; variable
514 static int rsa_sign(void *vprsactx, unsigned char *sig, size_t *siglen, in rsa_sign() function
917 * are ignored. Defer to rsa_sign. in rsa_digest_sign_final()
928 return rsa_sign(vprsactx, sig, siglen, sigsize, digest, (size_t)dlen); in rsa_digest_sign_final()
1441 { OSSL_FUNC_SIGNATURE_SIGN, (void (*)(void))rsa_sign },
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs674 fn rsa_sign() { in rsa_sign() functions
H A Dpkey_ctx.rs784 fn rsa_sign() { in rsa_sign() functions
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c3709 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; in ssl_set_masks() local
3721 rsa_sign = pvalid[SSL_PKEY_RSA] & CERT_PKEY_VALID; in ssl_set_masks()
3727 OSSL_TRACE4(TLS_CIPHER, "dh_tmp=%d rsa_enc=%d rsa_sign=%d dsa_sign=%d\n", in ssl_set_masks()
3728 dh_tmp, rsa_enc, rsa_sign, dsa_sign); in ssl_set_masks()
3756 if (rsa_enc || rsa_sign || (ssl_has_cert(s, SSL_PKEY_RSA_PSS_SIGN) in ssl_set_masks()
/third_party/openssl/ssl/
H A Dssl_lib.c3609 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; in ssl_set_masks() local
3621 rsa_sign = pvalid[SSL_PKEY_RSA] & CERT_PKEY_VALID; in ssl_set_masks()
3627 OSSL_TRACE4(TLS_CIPHER, "dh_tmp=%d rsa_enc=%d rsa_sign=%d dsa_sign=%d\n", in ssl_set_masks()
3628 dh_tmp, rsa_enc, rsa_sign, dsa_sign); in ssl_set_masks()
3656 if (rsa_enc || rsa_sign || (ssl_has_cert(s, SSL_PKEY_RSA_PSS_SIGN) in ssl_set_masks()

Completed in 29 milliseconds