Searched defs:crypto (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DISO10126d2Padding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
H A DISO7816d4Padding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
H A DPKCS7Padding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
H A DTBCPadding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
H A DX923Padding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
H A DZeroBytePadding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DAEADParameters.java1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
H A DDESParameters.java1 package org.bouncycastle.crypto.params;
H A DDHKeyParameters.java1 package org.bouncycastle.crypto.params;
H A DDHPrivateKeyParameters.java1 package org.bouncycastle.crypto.params;
H A DDHPublicKeyParameters.java1 package org.bouncycastle.crypto.params;
H A DDHValidationParameters.java1 package org.bouncycastle.crypto.params;
H A DDSAValidationParameters.java1 package org.bouncycastle.crypto.params;
H A DECDomainParameters.java1 package org.bouncycastle.crypto.params;
H A DParametersWithIV.java1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
H A DRSAKeyGenerationParameters.java1 package org.bouncycastle.crypto.params;
6 import org.bouncycastle.crypto.KeyGenerationParameters;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DDSAKCalculator.java1 package org.bouncycastle.crypto.signers;
H A DRandomDSAKCalculator.java1 package org.bouncycastle.crypto.signers;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.h17 namespace crypto { namespace
69 crypto::RSAPrivateKey* key_pair,
73 crypto::RSAPrivateKey* ReadInputKey(const base::FilePath& private_key_path);
77 crypto::RSAPrivateKey* GenerateKey(const base::FilePath& private_key_path);
85 crypto::RSAPrivateKey* private_key,
90 crypto::RSAPrivateKey* private_key,
/external/chromium_org/components/ownership/
H A Downer_key_util.h23 namespace crypto { namespace
56 // This class is a ref-counted wrapper around a crypto::RSAPrivateKey
61 explicit PrivateKey(crypto::RSAPrivateKey* key);
63 crypto::RSAPrivateKey* key() { return key_.get(); }
70 scoped_ptr<crypto::RSAPrivateKey> key_;
88 virtual crypto::RSAPrivateKey* FindPrivateKeyInSlot(
/external/chromium_org/crypto/
H A Dcapi_util.cc5 #include "crypto/capi_util.h"
38 namespace crypto { namespace
57 } // namespace crypto
H A Dec_private_key.h13 #include "crypto/crypto_export.h"
26 namespace crypto { namespace
155 } // namespace crypto
H A Dencryptor.h14 #include "crypto/crypto_export.h"
18 #include "crypto/scoped_nss_types.h"
21 namespace crypto { namespace
136 } // namespace crypto
H A Dghash.h6 #include "crypto/crypto_export.h"
8 namespace crypto { namespace
86 } // namespace crypto
H A Dhkdf.h12 #include "crypto/crypto_export.h"
14 namespace crypto { namespace
69 } // namespace crypto

Completed in 400 milliseconds

1234567891011>>