Searched refs:rsa_sign (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_meth.c | 235 return meth->rsa_sign; in RSA_meth_get_sign() 244 meth->rsa_sign = sign; in RSA_meth_set_sign()
|
H A D | build.info | 3 $COMMON=rsa_ossl.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_pk1.c \
|
H A D | rsa_sign.c | 282 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 D | rsa_local.h | 132 int (*rsa_sign) (int type, member
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 41 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 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 },
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_set_method.pod | 132 int (*rsa_sign)(int type,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3624 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; in ssl_set_masks() local 3636 rsa_sign = pvalid[SSL_PKEY_RSA] & CERT_PKEY_VALID; in ssl_set_masks() 3643 dh_tmp, rsa_enc, rsa_sign, dsa_sign); in ssl_set_masks() 3671 if (rsa_enc || rsa_sign || (ssl_has_cert(s, SSL_PKEY_RSA_PSS_SIGN) in ssl_set_masks()
|
/freebsd/crypto/openssl/providers/ |
H A D | fips.module.sources | 286 crypto/rsa/rsa_sign.c
|
H A D | fips-sources.checksums | 286 f01af62704dbf9457e2669c3e7c1d4d740f0388faa49df93611b987a8aa2bf11 crypto/rsa/rsa_sign.c
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_server.t0 | 1170 \ rsa_sign (1) 1174 \ rsa_sign and ecdsa_sign require, respectively, RSA and ECDSA
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 481 SRCS+= rsa_pss.c rsa_saos.c rsa_schemes.c rsa_sign.c rsa_sp800_56b_check.c
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 17850 * Enhance RSA_METHOD structure. Now there are two extra methods, rsa_sign
|