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

/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A DMakefile20 LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
24 LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o \
255 rsa_sign.o: ../../e_os.h ../../include/openssl/asn1.h
256 rsa_sign.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
257 rsa_sign.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
258 rsa_sign.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
259 rsa_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
260 rsa_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h
261 rsa_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
262 rsa_sign
[all...]
H A Drsa_sign.c1 /* crypto/rsa/rsa_sign.c */
80 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign)
82 return rsa->meth->rsa_sign(type, m, m_len,
H A Drsa.h115 int (*rsa_sign)(int type, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_lib.c1826 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
1864 rsa_sign=(cpk->x509 != NULL && cpk->privatekey != NULL);
1886 rsa_enc,rsa_enc_export,rsa_sign,dsa_sign,dh_rsa,dh_dsa);
1900 if (rsa_enc || (rsa_tmp && rsa_sign))
1902 if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc)))
1908 (rsa_enc || rsa_sign || dsa_sign))
1911 (rsa_enc || rsa_sign || dsa_sign))
1927 if (rsa_enc || rsa_sign)
/barrelfish-master/include/openssl/
H A Drsa.h115 int (*rsa_sign)(int type, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.

Completed in 40 milliseconds