HomeSort by relevance Sort by last modified time
    Searched defs:RSA (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/vboot_reference/host/lib/include/
host_key.h 15 typedef struct rsa_st RSA;
19 RSA* rsa_private_key; /* Private key data */
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 29 RSA,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
RSA.java 11 import org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi;
16 public class RSA
18 private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".rsa.";
51 provider.addAlgorithm("Cipher.RSA", PREFIX + "CipherSpi$NoPadding");
53 provider.addAlgorithm("Alg.Alias.Cipher.RSA/RAW", "RSA");
56 // provider.addAlgorithm("Cipher.RSA/PKCS1", PREFIX + "CipherSpi$PKCS1v1_5Padding");
59 // provider.addAlgorithm("Cipher.RSA/1", PREFIX + "CipherSpi$PKCS1v1_5Padding_PrivateOnly");
60 // provider.addAlgorithm("Cipher.RSA/2", PREFIX + "CipherSpi$PKCS1v1_5Padding_PublicOnly");
61 // provider.addAlgorithm("Cipher.RSA/OAEP", PREFIX + "CipherSpi$OAEPPadding")
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
DigitallySigned.java 47 RSA,
  /external/webrtc/webrtc/base/
sslidentity.cc 35 const char kPemTypeRsaPrivateKey[] = "RSA PRIVATE KEY";
44 params_.rsa.mod_size = kRsaDefaultModSize;
45 params_.rsa.pub_exp = kRsaDefaultExponent;
52 KeyParams KeyParams::RSA(int mod_size, int pub_exp) {
54 kt.params_.rsa.mod_size = mod_size;
55 kt.params_.rsa.pub_exp = pub_exp;
68 return (params_.rsa.mod_size >= kRsaMinModSize &&
69 params_.rsa.mod_size <= kRsaMaxModSize &&
70 params_.rsa.pub_exp > params_.rsa.mod_size)
    [all...]
  /external/openssh/
sshkey.h 32 #include <openssl/rsa.h>
42 # define RSA void
102 RSA *rsa; member in struct:sshkey
218 # undef RSA
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLSignature.java 44 RSA, EC,
179 case RSA:
182 + " (not RSA)");
278 super(evpMdRef, EngineType.RSA);
359 super(contentDigestEvpMdRef, EngineType.RSA);
  /external/boringssl/src/include/openssl/
base.h 296 typedef struct rsa_st RSA;
428 // bssl::UniquePtr<BIO> rsa(RSA_new());
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 597 unsigned RSA = getRegState(AdrOp);
608 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
611 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
617 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
621 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
635 .addReg(AdrOp.getReg(), RSA)
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 135 RSA, ECDSA
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java 95 public static class RSA extends AndroidKeyStoreKeyPairGeneratorSpi {
96 public RSA() {
114 /* RSA */
396 throw new InvalidAlgorithmParameterException("RSA key size must match "
403 "RSA may only use RSAKeyGenParameterSpec");
410 "RSA public exponent must be positive: " + publicExponent);
414 "Unsupported RSA public exponent: " + publicExponent
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 14 "crypto/rsa"
40 // Supported key types include RSA, DSA, and ECDSA. Unknown key
43 // On success, pub will be of type *rsa.PublicKey, *dsa.PublicKey,
61 case *rsa.PublicKey:
89 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: only RSA and ECDSA public keys supported")
196 MD2WithRSA: "MD2-RSA",
197 MD5WithRSA: "MD5-RSA",
198 SHA1WithRSA: "SHA1-RSA",
199 SHA256WithRSA: "SHA256-RSA",
200 SHA384WithRSA: "SHA384-RSA",
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 14 "crypto/rsa"
40 // Supported key types include RSA, DSA, and ECDSA. Unknown key
43 // On success, pub will be of type *rsa.PublicKey, *dsa.PublicKey,
61 case *rsa.PublicKey:
89 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: only RSA and ECDSA public keys supported")
196 MD2WithRSA: "MD2-RSA",
197 MD5WithRSA: "MD5-RSA",
198 SHA1WithRSA: "SHA1-RSA",
199 SHA256WithRSA: "SHA256-RSA",
200 SHA384WithRSA: "SHA384-RSA",
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 135 // note the rare usage of non-RSA keys
137 .keyAlgorithms("RSA", "DSA", "EC", "EC_RSA")
138 .aliasPrefix("rsa-dsa-ec")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 619 ('rsa', POINTER(rsa_st)),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 619 ('rsa', POINTER(rsa_st)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 619 ('rsa', POINTER(rsa_st)),
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 837 milliseconds

1 2 3