Searched defs:RSA (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dpycrypto_rsakey.py4 """PyCrypto RSA implementation."""
13 from Crypto.PublicKey import RSA namespace
18 self.rsa = RSA.construct( (n, e) )
20 self.rsa = RSA.construct( (n, e, d, p, q) )
42 key.rsa = RSA.generate(bits, f)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
H A DRSA.java15 public class RSA class
50 provider.addAlgorithm("Cipher.RSA", PREFIX + "CipherSpi$NoPadding");
52 provider.addAlgorithm("Alg.Alias.Cipher.RSA/RAW", "RSA");
55 // provider.addAlgorithm("Cipher.RSA/PKCS1", PREFIX + "CipherSpi$PKCS1v1_5Padding");
58 // provider.addAlgorithm("Cipher.RSA/1", PREFIX + "CipherSpi$PKCS1v1_5Padding_PrivateOnly");
59 // provider.addAlgorithm("Cipher.RSA/2", PREFIX + "CipherSpi$PKCS1v1_5Padding_PublicOnly");
60 // provider.addAlgorithm("Cipher.RSA/OAEP", PREFIX + "CipherSpi$OAEPPadding");
62 // provider.addAlgorithm("Cipher.RSA/ISO9796-1", PREFIX + "CipherSpi$ISO9796d1Padding");
65 provider.addAlgorithm("Alg.Alias.Cipher.RSA//RA
[all...]
/external/chromium_org/net/tools/testserver/
H A Dminica.py36 class RSA(object): class in inherits:object
110 KEY = RSA(0x00a71998f2930bfe73d031a87f133d2f378eeeeed52a77e44d0fc9ff6f07ff32cbf3da999de4ed65832afcb0807f98787506539d258a0ce3c2c77967653099a9034a9b115a876c39a8c4e4ed4acd0c64095946fb39eeeb47a0704dbb018acf48c3a1c4b895fc409fb4a340a986b1afc45519ab9eca47c30185c771c64aa5ecf07d,
115 KEY_PEM = '''-----BEGIN RSA PRIVATE KEY-----
129 -----END RSA PRIVATE KEY-----
/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/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSignature.java33 RSA, DSA, EC, enum constant in enum:OpenSSLSignature.EngineType
66 * @param algorithm OpenSSL name of the algorithm, e.g. "RSA-SHA1".
111 case RSA:
114 + " (not RSA)");
181 throw new SignatureException("Need DSA or RSA or EC private key");
209 throw new SignatureException("Need DSA or RSA public key");
228 private static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("RSA-MD5");
230 super(EVP_MD, EngineType.RSA);
234 private static final long EVP_MD = NativeCrypto.EVP_get_digestbyname("RSA-SHA1");
236 super(EVP_MD, EngineType.RSA);
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h198 typedef struct rsa_st RSA; typedef in typeref:struct:rsa_st
/external/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp74 static const char* RSA[4] = { "-", "to", "To", "TO" }; variable
76 // Return the index to RSA if found; otherwise -1 is returned.
83 if (Arg.find(RSA[i]) != llvm::StringRef::npos)
122 Pair = Arg.split(RSA[idx]);
/external/openssl/crypto/
H A Dossl_typ.h144 typedef struct rsa_st RSA; typedef in typeref:struct:rsa_st
/external/openssl/include/openssl/
H A Dossl_typ.h144 typedef struct rsa_st RSA; typedef in typeref:struct:rsa_st
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 993 milliseconds