Searched refs:rsa (Results 101 - 125 of 217) sorted by relevance

123456789

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dp_seal.c63 # include <openssl/rsa.h>
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_lib.c62 #include <openssl/rsa.h>
H A DMakefile2 # OpenSSL/fips/rsa/Makefile
5 DIR= rsa
65 Q=../testvectors/rsa/req
66 A=../testvectors/rsa/rsp
104 fips_rsa_eay.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
115 fips_rsa_gen.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h
126 fips_rsa_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h
139 fips_rsa_selftest.o: ../../include/openssl/rsa.h
151 fips_rsa_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h
161 fips_rsa_x931g.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa
[all...]
/freebsd-9.3-release/crypto/openssl/demos/sign/
H A Dsign.c72 #include <openssl/rsa.h>
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_ssl.c1 /* crypto/rsa/rsa_ssl.c */
62 #include <openssl/rsa.h>
H A Drsa_x931.c63 #include <openssl/rsa.h>
H A DMakefile2 # OpenSSL/crypto/rsa/Makefile
5 DIR= rsa
29 EXHEADER= rsa.h
88 rsa_asn1.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
96 rsa_chk.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
105 rsa_depr.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
114 rsa_eay.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
128 rsa_eng.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
136 rsa_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h
145 rsa_gen.o: ../../include/openssl/rsa
[all...]
/freebsd-9.3-release/crypto/openssl/engines/
H A De_atalla.c67 # include <openssl/rsa.h>
100 static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
527 static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, argument
536 if (!rsa->d || !rsa->n) {
541 to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx);
H A De_ubsec.c67 # include <openssl/rsa.h>
102 static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
612 static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, argument
617 if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
622 to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa
[all...]
H A De_capi.c64 # include <openssl/rsa.h>
122 unsigned int *siglen, const RSA *rsa);
124 unsigned char *to, RSA *rsa, int padding);
126 unsigned char *to, RSA *rsa, int padding);
127 static int capi_rsa_free(RSA *rsa);
747 unsigned char *to, RSA *rsa, int padding)
754 unsigned char *sigret, unsigned int *siglen, const RSA *rsa)
764 ctx = ENGINE_get_ex_data(rsa->engine, capi_idx);
768 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
811 slen = RSA_size(rsa);
746 capi_rsa_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
753 capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) argument
836 capi_rsa_priv_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
883 capi_rsa_free(RSA *rsa) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-pkinit.in66 rsa=yes
68 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
69 rsa=no
72 rsa=no
80 if test "$pkinit" != yes -o "$rsa" != yes ; then
/freebsd-9.3-release/crypto/openssh/
H A Dkey.h30 #include <openssl/rsa.h>
82 RSA *rsa; member in struct:Key
H A Dssh-agent.c72 #include "rsa.h"
245 buffer_put_int(&msg, BN_num_bits(id->key->rsa->n));
246 buffer_put_bignum(&msg, id->key->rsa->e);
247 buffer_put_bignum(&msg, id->key->rsa->n);
281 buffer_get_bignum(&e->request, key->rsa->e);
282 buffer_get_bignum(&e->request, key->rsa->n);
297 if (rsa_private_decrypt(challenge, challenge, private->rsa) <= 0)
392 buffer_get_bignum(&e->request, key->rsa->e);
393 buffer_get_bignum(&e->request, key->rsa->n);
498 buffer_get_bignum(&e->request, k->rsa
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A Dagent.sh23 for t in ed25519 rsa rsa1; do
H A Dkeygen-convert.sh6 for t in rsa dsa; do
/freebsd-9.3-release/secure/lib/libssh/
H A DMakefile13 readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
15 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
/freebsd-9.3-release/secure/usr.sbin/sshd/
H A DMakefile6 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A DMakefile48 LIB_OBJS += crypto_internal-rsa.o
H A Dcrypto_cryptoapi.c639 HCRYPTKEY rsa; member in struct:crypto_public_key
644 HCRYPTKEY rsa; member in struct:crypto_private_key
693 &pk->rsa)) {
723 if (!CryptEncrypt(key->rsa, 0, TRUE, 0, tmp, &clen, *outlen)) {
754 CryptDestroyKey(key->rsa);
764 CryptDestroyKey(key->rsa);
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c145 static int RSA_zencod_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
779 static int RSA_zencod_rsa_mod_exp(BIGNUM *r0, const BIGNUM *i, RSA *rsa) argument
789 if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
796 if (RSA_size(rsa) * 8 > ZENBRIDGE_MAX_KEYSIZE_RSA_CRT) {
800 return meth->rsa_mod_exp(r0, i, rsa);
804 if (!bn_expand(r0, RSA_size(rsa) *
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_all.c68 # include <openssl/rsa.h>
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c483 RSA *rsa = NULL; local
491 if (!PEM_read_bio_RSA_PUBKEY(bp, &rsa, NULL, NULL)) {
500 return (rsa);
506 RSA *rsa = NULL; local
511 if (!PEM_read_bio_RSA_PUBKEY(bp, &rsa, NULL, NULL)) {
518 return (rsa);
529 RSA *rsa = NULL; local
542 rsa = load_rsa_public_key_file(sigfile);
544 rsa = load_rsa_public_key_buf(key, keylen);
546 if (rsa
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_req.c67 # include <openssl/rsa.h>
155 BN_num_bits(pkey->pkey.rsa->n));
156 RSA_print(bp, pkey->pkey.rsa, 16);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_srvr.c869 RSA *rsa; local
898 rsa = cert->rsa_tmp;
899 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) {
900 rsa = s->cert->rsa_tmp_cb(s,
905 if (rsa == NULL) {
911 RSA_up_ref(rsa);
912 cert->rsa_tmp = rsa;
914 if (rsa == NULL) {
920 r[0] = rsa->n;
921 r[1] = rsa
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/data/
H A Dgen-req.sh16 -newkey rsa:1024 \
100 ${openssl} rsa -in test.key -aes256 -passout pass:foobar -out test-pw.key
101 ${openssl} rsa -in pkinit.key -aes256 -passout pass:foo -out pkinit-pw.key

Completed in 293 milliseconds

123456789