Searched refs:rsa (Results 76 - 100 of 150) sorted by relevance

123456

/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_capi.c64 #include <openssl/rsa.h>
143 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
145 unsigned char *to, RSA *rsa, int padding);
147 unsigned char *to, RSA *rsa, int padding);
148 static int capi_rsa_free(RSA *rsa);
780 unsigned char *to, RSA *rsa, int padding)
787 unsigned char *sigret, unsigned int *siglen, const RSA *rsa)
797 ctx = ENGINE_get_ex_data(rsa->engine, capi_idx);
801 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
851 slen = RSA_size(rsa);
779 capi_rsa_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
786 capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) argument
880 capi_rsa_priv_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
932 capi_rsa_free(RSA *rsa) argument
[all...]
H A De_sureware.c61 #include <openssl/rsa.h>
93 RSA *rsa,int padding);
95 RSA *rsa,int padding);
699 /* create an EVP object: engine + rsa key */
749 /* create an EVP object: engine + rsa key */
863 RSA *rsa,int padding)
873 else if (!(hptr=RSA_get_ex_data(rsa, rsaHndidx)))
934 RSA *rsa,int padding)
944 else if (!(hptr=RSA_get_ex_data(rsa, rsaHndidx)))
862 surewarehk_rsa_priv_dec(int flen,const unsigned char *from,unsigned char *to, RSA *rsa,int padding) argument
933 surewarehk_rsa_sign(int flen,const unsigned char *from,unsigned char *to, RSA *rsa,int padding) argument
H A DMakefile177 e_4758cca.o: ../include/openssl/rand.h ../include/openssl/rsa.h
194 e_aep.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
210 e_atalla.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
239 e_chil.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
255 e_cswift.o: ../include/openssl/rand.h ../include/openssl/rsa.h
269 e_gmp.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
284 e_nuron.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
314 e_sureware.o: ../include/openssl/rand.h ../include/openssl/rsa.h
331 e_ubsec.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A DMakefile98 ts_asn1.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
116 ts_conf.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
131 ts_err.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
146 ts_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
163 ts_req_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
180 ts_req_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
197 ts_rsp_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
214 ts_rsp_sign.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
231 ts_rsp_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
248 ts_rsp_verify.o: ../../include/openssl/rsa
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509.h96 #include <openssl/rsa.h>
687 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
688 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
689 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
690 int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa);
691 RSA *d2i_RSA_PUBKEY_fp(FILE *fp,RSA **rsa);
692 int i2d_RSA_PUBKEY_fp(FILE *fp,RSA *rsa);
726 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
727 int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
728 RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
[all...]
/barrelfish-master/include/openssl/
H A Dx509.h96 #include <openssl/rsa.h>
687 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
688 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
689 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
690 int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa);
691 RSA *d2i_RSA_PUBKEY_fp(FILE *fp,RSA **rsa);
692 int i2d_RSA_PUBKEY_fp(FILE *fp,RSA *rsa);
726 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
727 int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
728 RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dp_lib.c68 #include <openssl/rsa.h>
291 RSA_up_ref(pkey->pkey.rsa);
292 return pkey->pkey.rsa;
H A Dm_sha1.c68 #include <openssl/rsa.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_pk1.c1 /* crypto/rsa/rsa_pk1.c */
62 #include <openssl/rsa.h>
H A Drsa_chk.c1 /* crypto/rsa/rsa_chk.c -*- Mode: C; c-file-style: "eay" -*- */
53 #include <openssl/rsa.h>
H A Drsa_err.c1 /* crypto/rsa/rsa_err.c */
63 #include <openssl/rsa.h>
139 {ERR_REASON(RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY),"digest too big for rsa key"},
166 {ERR_REASON(RSA_R_RSA_OPERATIONS_NOT_SUPPORTED),"rsa operations not supported"},
H A Drsa_test.c19 #include <openssl/rsa.h>
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dbat.sh69 return("") if $no_rsa && $dir =~ /\/rsa/;
121 @a=grep(!/(^rsa$)|(^genrsa$)|(^req$)|(^ca$)/,@a) if $no_rsa;
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds3_clnt.c1163 RSA *rsa=NULL; local
1288 if ((rsa=RSA_new()) == NULL)
1301 if (!(rsa->n=BN_bin2bn(p,i,rsa->n)))
1316 if (!(rsa->e=BN_bin2bn(p,i,rsa->e)))
1332 s->session->sess_cert->peer_rsa_tmp=rsa;
1333 rsa=NULL;
1563 pkey->pkey.rsa);
1645 if (rsa !
2025 RSA *rsa; local
2871 RSA *rsa; local
[all...]
H A Dd1_srvr.c866 RSA *rsa; local
904 rsa=cert->rsa_tmp;
905 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL))
907 rsa=s->cert->rsa_tmp_cb(s,
910 if(rsa == NULL)
916 RSA_up_ref(rsa);
917 cert->rsa_tmp=rsa;
919 if (rsa == NULL)
925 r[0]=rsa->n;
926 r[1]=rsa
[all...]
H A DMakefile139 d1_both.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
160 d1_clnt.o: ../include/openssl/rand.h ../include/openssl/rsa.h
180 d1_enc.o: ../include/openssl/rand.h ../include/openssl/rsa.h
199 d1_lib.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h
218 d1_meth.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h
238 d1_pkt.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
259 d1_srvr.o: ../include/openssl/rand.h ../include/openssl/rsa.h
297 s23_clnt.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
316 s23_lib.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h
335 s23_meth.o: ../include/openssl/pqueue.h ../include/openssl/rsa
[all...]
H A Ds3_srvr.c1412 RSA *rsa; local
1450 rsa=cert->rsa_tmp;
1451 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL))
1453 rsa=s->cert->rsa_tmp_cb(s,
1456 if(rsa == NULL)
1462 RSA_up_ref(rsa);
1463 cert->rsa_tmp=rsa;
1465 if (rsa == NULL)
1471 r[0]=rsa->n;
1472 r[1]=rsa
1946 RSA *rsa=NULL; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A DMakefile110 rsaref.o: ../../../include/openssl/rsa.h ../../../include/openssl/safestack.h
113 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A DMakefile110 rsaref.o: ../../../include/openssl/rsa.h ../../../include/openssl/safestack.h
113 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/rsaref/
H A DMakefile131 rsaref.o: ../../../include/openssl/rsa.h ../../../include/openssl/safestack.h
134 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A DMakefile110 rsaref.o: ../../../include/openssl/rsa.h ../../../include/openssl/safestack.h
113 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestss.com31 $ mcr 'exe_dir'openssl no-rsa
H A Dcms-examples.pl82 [ "4.2.bin" => "encode, verifyder, cont, rsa" ],
85 [ "4.5.bin" => "verifyder, cont, rsa" ],
266 $cafile = "$cmsdir/CarlRSASelf.pem" if $tlist =~ /rsa/;
/barrelfish-master/lib/openssl-1.0.0d/demos/maurice/
H A Dexample1.c16 #include <openssl/rsa.h>
/barrelfish-master/lib/openssl-1.0.0d/demos/ssl/
H A Dserv.cpp20 #include <openssl/rsa.h> /* SSLeay stuff */

Completed in 219 milliseconds

123456