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

/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_local.h97 int (*rsa_sign) (int type, member in struct:rsa_meth_st
H A Drsa_meth.c229 return meth->rsa_sign;
238 meth->rsa_sign = sign;
H A Drsa_sign.c76 if (rsa->meth->rsa_sign) {
77 return rsa->meth->rsa_sign(type, m, m_len, sigret, siglen, rsa);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c3400 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; local
3415 rsa_sign = pvalid[SSL_PKEY_RSA] & CERT_PKEY_VALID;
3425 dh_tmp, rsa_enc, rsa_sign, dsa_sign);
3454 if (rsa_enc || rsa_sign || (ssl_has_cert(s, SSL_PKEY_RSA_PSS_SIGN)
/freebsd-13-stable/secure/lib/libcrypto/
H A DMakefile320 SRCS+= rsa_sign.c rsa_ssl.c rsa_x931.c rsa_x931g.c

Completed in 272 milliseconds