Searched refs:RSA (Results 1 - 25 of 125) sorted by last modified time

12345

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c209 unsigned char *to, RSA *rsa, int padding)
217 unsigned char *to, RSA *rsa, int padding)
225 unsigned char *to, RSA *rsa, int padding)
304 unsigned char *to, RSA *rsa, int padding)
323 static int cryptoapi_finish(RSA *rsa)
381 RSA *rsa = NULL, *pub_rsa;
394 "for CryptoAPI RSA method");
429 rsa_meth->name = "Microsoft CryptoAPI RSA Method";
2844 suite = "DHE-RSA-AES128-SHA";
/external/wpa_supplicant_8/hs20/client/
H A Dest.c334 RSA *rsa;
344 wpa_printf(MSG_INFO, "Generate RSA private key");
345 write_summary(ctx, "Generate RSA private key");
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c209 unsigned char *to, RSA *rsa, int padding)
217 unsigned char *to, RSA *rsa, int padding)
225 unsigned char *to, RSA *rsa, int padding)
304 unsigned char *to, RSA *rsa, int padding)
323 static int cryptoapi_finish(RSA *rsa)
381 RSA *rsa = NULL, *pub_rsa;
394 "for CryptoAPI RSA method");
429 rsa_meth->name = "Microsoft CryptoAPI RSA Method";
2844 suite = "DHE-RSA-AES128-SHA";
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c209 unsigned char *to, RSA *rsa, int padding)
217 unsigned char *to, RSA *rsa, int padding)
225 unsigned char *to, RSA *rsa, int padding)
304 unsigned char *to, RSA *rsa, int padding)
323 static int cryptoapi_finish(RSA *rsa)
381 RSA *rsa = NULL, *pub_rsa;
394 "for CryptoAPI RSA method");
429 rsa_meth->name = "Microsoft CryptoAPI RSA Method";
2844 suite = "DHE-RSA-AES128-SHA";
/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java23 public static final int RSA = 2; field in class:IPSECKEYRecord.Algorithm
H A DSSHFPRecord.java21 public static final int RSA = 1; field in class:SSHFPRecord.Algorithm
/external/openssl/android.testssl/
H A Dtestssl128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
152 echo skipping RSA tests
154 echo 'test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes'
158 echo skipping RSA+DHE tests
160 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
/external/openssl/apps/
H A Dapps.c11 * apply to all code found in this distribution, be it the RC4, RSA,
1018 RSA *rsa;
1032 RSA *rsa;
1078 RSA *rsa;
H A Dgenrsa.c11 * apply to all code found in this distribution, be it the RC4, RSA,
108 RSA *rsa = NULL;
266 BIO_printf(bio_err,"Generating RSA private key, %d bit long modulus\n",
H A Drsa.c11 * apply to all code found in this distribution, be it the RC4, RSA,
92 * -modulus - print the RSA key modulus
104 RSA *rsa=NULL;
240 BIO_printf(bio_err," -modulus print the RSA key modulus\n");
345 BIO_printf(out,"RSA key ok\n");
355 BIO_printf(out, "RSA key error: %s\n", ERR_reason_error_string(err));
372 BIO_printf(bio_err,"writing RSA key\n");
H A Drsautl.c100 RSA *rsa = NULL;
228 BIO_printf(bio_err, "Error getting RSA key\n");
299 BIO_printf(bio_err, "RSA operation error\n");
327 BIO_printf(bio_err, "-pubin input is an RSA public\n");
328 BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n");
H A Ds_server.c11 * apply to all code found in this distribution, be it the RC4, RSA,
205 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
505 BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\n");
1779 RSA *rsa;
1781 BIO_printf(bio_s_out,"Generating temp (512 bit) RSA key...");
2973 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
2976 static RSA *rsa_tmp=NULL;
2979 BIO_printf(bio_err,"Allocation error in generating RSA key\n");
2984 BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
H A Dspeed.c11 * apply to all code found in this distribution, be it the RC4, RSA,
529 RSA *rsa_key[RSA_NUM];
1196 BIO_printf(bio_err,"internal error loading RSA key number %d\n",i);
1203 : "Loaded RSA key, %d bit modulus and e= 0x",
2014 BIO_printf(bio_err,"RSA sign failure. No RSA sign will be done.\n");
2032 "RSA sign failure\n");
2040 : "%ld %d bit private RSA's in %.2fs\n",
2050 BIO_printf(bio_err,"RSA verify failure. No RSA verif
[all...]
/external/openssl/crypto/asn1/
H A Dn_pkey.c11 * apply to all code found in this distribution, be it the RC4, RSA,
109 static RSA *d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os,
114 int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
121 int i2d_RSA_NET(const RSA *a, unsigned char **pp,
238 RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
245 RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length,
249 RSA *re
[all...]
H A Dx_pubkey.c11 * apply to all code found in this distribution, be it the RC4, RSA,
230 /* The following are equivalents but which return RSA and DSA
234 RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp,
238 RSA *key;
255 int i2d_RSA_PUBKEY(RSA *a, unsigned char **pp)
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s11 ; for RSA/DSA.
H A Dpa-risc2W.s5 ; for RSA/DSA.
/external/openssl/crypto/bn/
H A Dbn_prime.pl43 * apply to all code found in this distribution, be it the RC4, RSA,
/external/openssl/crypto/conf/
H A Dkeysets.pl65 * apply to all code found in this distribution, be it the RC4, RSA,
/external/openssl/crypto/engine/
H A Deng_cryptodev.c114 RSA *rsa, BN_CTX *ctx);
115 static int cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
1069 cryptodev_rsa_nocrt_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
1079 cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
1124 "cryptodev RSA method",
/external/openssl/crypto/evp/
H A Dp_lib.c11 * apply to all code found in this distribution, be it the RC4, RSA,
283 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key)
291 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey)
/external/openssl/crypto/objects/
H A Dobj_dat.pl187 * apply to all code found in this distribution, be it the RC4, RSA,
H A Dobjects.pl138 * apply to all code found in this distribution, be it the RC4, RSA,
/external/openssl/crypto/
H A Dossl_typ.h144 typedef struct rsa_st RSA; typedef in typeref:struct:rsa_st
/external/openssl/crypto/pem/
H A Dpem.h11 * apply to all code found in this distribution, be it the RC4, RSA,
123 #define PEM_STRING_RSA "RSA PRIVATE KEY"
124 #define PEM_STRING_RSA_PUBLIC "RSA PUBLIC KEY"
480 DECLARE_PEM_rw_cb(RSAPrivateKey, RSA)
482 DECLARE_PEM_rw_const(RSAPublicKey, RSA)
483 DECLARE_PEM_rw(RSA_PUBKEY, RSA)

Completed in 357 milliseconds

12345