HomeSort by relevance Sort by last modified time
    Searched refs:rsa (Results 176 - 200 of 293) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/net/third_party/nss/ssl/
preenc.h 81 PERSAKeyHeader rsa; member in union:PEHeaderStr::__anon11466
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
m_sha1.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
70 #include <openssl/rsa.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_pk1.c 1 /* crypto/rsa/rsa_pk1.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
62 #include <openssl/rsa.h>
rsa_chk.c 1 /* crypto/rsa/rsa_chk.c -*- Mode: C; c-file-style: "eay" -*- */
53 #include <openssl/rsa.h>
56 int RSA_check_key(const RSA *key)
  /external/openssh/
auth2-jpake.c 155 if (k->rsa->p == NULL || k->rsa->q == NULL)
156 fatal("%s: RSA key missing p and/or q", __func__);
157 buffer_put_bignum2(&b, k->rsa->p);
158 buffer_put_bignum2(&b, k->rsa->q);
hostfile.c 151 * Parses an RSA (number of bits, e, n) or DSA key from a string. Moves the
182 if (key == NULL || key->type != KEY_RSA1 || key->rsa == NULL)
184 if (bits != BN_num_bits(key->rsa->n)) {
187 filename, linenum, host, BN_num_bits(key->rsa->n), bits);
189 bits, BN_num_bits(key->rsa->n), filename, linenum);
ssh-keygen.c 41 #include "rsa.h"
54 /* Number of bits in the RSA/DSA key. This value can be set on the command line. */
292 if (!PEM_write_RSA_PUBKEY(stdout, k->rsa))
316 if (!PEM_write_RSAPublicKey(stdout, k->rsa))
421 } else if (strstr(type, "rsa")) {
450 if (!BN_set_word(key->rsa->e, e)) {
455 buffer_get_bignum_bits(&b, key->rsa->d);
456 buffer_get_bignum_bits(&b, key->rsa->n);
457 buffer_get_bignum_bits(&b, key->rsa->iqmp);
458 buffer_get_bignum_bits(&b, key->rsa->q)
605 RSA *rsa; local
    [all...]
  /external/openssh/contrib/redhat/
sshd.init.old 66 echo -n "Generating SSH1 RSA host key: "
81 echo -n "Generating SSH2 RSA host key: "
82 if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then
85 my_success "RSA key generation"
88 my_failure "RSA key generation"
  /external/openssl/crypto/evp/
m_sha1.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
70 #include <openssl/rsa.h>
  /external/openssl/crypto/rsa/
rsa_pk1.c 1 /* crypto/rsa/rsa_pk1.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
62 #include <openssl/rsa.h>
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 26 #include <openssl/rsa.h>
85 void operator()(RSA* p) const {
89 typedef UniquePtr<RSA, RSA_Delete> Unique_RSA;
137 Unique_RSA rsa(RSA_new());
138 if (rsa.get() == NULL) {
139 ALOGE("Could not allocate RSA structure");
143 rsa->n = BN_bin2bn(reinterpret_cast<const unsigned char*>(keyblob_ptr->modulus),
145 if (rsa->n == NULL) {
150 rsa->e = BN_bin2bn(reinterpret_cast<const unsigned char*>(&keyblob_ptr->public_exponent),
152 if (rsa->e == NULL)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
766 * used in RSA encrypted premaster secrets. Some servers can
776 * 3. RSA encrypted premaster secret uses 1.2.
781 * 7. Server chokes on RSA encrypted premaster secret
1351 RSA *rsa=NULL; local
2328 RSA *rsa; local
3248 RSA *rsa; local
    [all...]
d1_srvr.c 68 * apply to all code found in this distribution, be it the RC4, RSA,
459 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key
468 * RSA but we have a sign only certificate */
1027 RSA *rsa; local
1065 rsa=cert->rsa_tmp;
1066 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL))
1068 rsa=s->cert->rsa_tmp_cb(s,
1071 if(rsa == NULL)
1077 RSA_up_ref(rsa);
    [all...]
s3_srvr.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
454 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key
464 * RSA but we have a sign only certificate
1586 RSA *rsa; local
2158 RSA *rsa=NULL; local
    [all...]
  /external/openssl/ssl/
s3_clnt.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
766 * used in RSA encrypted premaster secrets. Some servers can
776 * 3. RSA encrypted premaster secret uses 1.2.
781 * 7. Server chokes on RSA encrypted premaster secret
1351 RSA *rsa=NULL; local
2329 RSA *rsa; local
3270 RSA *rsa; local
    [all...]
d1_srvr.c 68 * apply to all code found in this distribution, be it the RC4, RSA,
459 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key
468 * RSA but we have a sign only certificate */
1027 RSA *rsa; local
1065 rsa=cert->rsa_tmp;
1066 if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL))
1068 rsa=s->cert->rsa_tmp_cb(s,
1071 if(rsa == NULL)
1077 RSA_up_ref(rsa);
    [all...]
s3_srvr.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
454 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key
464 * RSA but we have a sign only certificate
1586 RSA *rsa; local
2158 RSA *rsa=NULL; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 196 unsigned char *to, RSA *rsa, int padding)
204 unsigned char *to, RSA *rsa, int padding)
212 unsigned char *to, RSA *rsa, int padding)
215 (struct cryptoapi_rsa_data *) rsa->meth->app_data;
266 len = RSA_size(rsa);
291 unsigned char *to, RSA *rsa, int padding
368 RSA *rsa = NULL, *pub_rsa; local
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 45 #include <openssl/rsa.h>
67 * "RSA Session-ID:... Master-Key:..." <CR>
68 * "RSA Session-ID:... Master-Key:..." <CR>
203 void operator()(RSA* p) const {
207 typedef UniquePtr<RSA, RSA_Delete> Unique_RSA;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
Apps-config.mk 67 apps/rsa.c \
  /external/ipsec-tools/src/racoon/
handler.h 38 #include <openssl/rsa.h>
167 RSA *rsa; /* my RSA key */ member in struct:ph1handle
168 RSA *rsa_p; /* peer's RSA key */
169 struct genlist *rsa_candidates; /* possible candidates for peer's RSA key */
  /external/openssh/contrib/cygwin/
ssh-user-config 263 create_identity id_rsa rsa "SSH2 RSA"
266 create_identity identity rsa1 "(deprecated) SSH1 RSA"
  /external/openssh/regress/
ssh-com.sh 62 # setup userdir, try rsa first
65 for t in rsa dsa; do
  /external/openssl/
Apps-config.mk 67 apps/rsa.c \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
KeyFactorySpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.rsa;

Completed in 684 milliseconds

1 2 3 4 5 6 78 91011>>