Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
DDefaultJcaJceHelper.java29 String algorithm) in createCipher()
35 public Mac createMac(String algorithm) in createMac()
41 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
47 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
53 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
59 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
65 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
71 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
77 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
83 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DJcaJceHelper.java28 String algorithm) in createCipher()
31 Mac createMac(String algorithm) in createMac()
34 KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
37 AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
40 AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
43 KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
46 KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
49 SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
52 KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
55 MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DProviderJcaJceHelper.java36 String algorithm) in createCipher()
42 public Mac createMac(String algorithm) in createMac()
48 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
54 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
60 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
66 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
72 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
78 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
84 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
90 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DNamedJcaJceHelper.java36 String algorithm) in createCipher()
42 public Mac createMac(String algorithm) in createMac()
48 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
54 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
60 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
66 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
72 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
78 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
84 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
90 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/util/
DJcaJceHelper.java30 String algorithm) in createCipher()
33 Mac createMac(String algorithm) in createMac()
36 KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
39 AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
42 AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
45 KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
48 KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
51 SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
54 KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
57 MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DDefaultJcaJceHelper.java33 String algorithm) in createCipher()
39 public Mac createMac(String algorithm) in createMac()
45 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
51 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
57 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
63 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
69 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
75 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
81 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
87 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DNamedJcaJceHelper.java38 String algorithm) in createCipher()
44 public Mac createMac(String algorithm) in createMac()
50 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
56 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
62 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
68 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
74 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
80 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
86 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
92 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
DProviderJcaJceHelper.java38 String algorithm) in createCipher()
44 public Mac createMac(String algorithm) in createMac()
50 public KeyAgreement createKeyAgreement(String algorithm) in createKeyAgreement()
56 public AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) in createAlgorithmParameterGenerator()
62 public AlgorithmParameters createAlgorithmParameters(String algorithm) in createAlgorithmParameters()
68 public KeyGenerator createKeyGenerator(String algorithm) in createKeyGenerator()
74 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory()
80 public SecretKeyFactory createSecretKeyFactory(String algorithm) in createSecretKeyFactory()
86 public KeyPairGenerator createKeyPairGenerator(String algorithm) in createKeyPairGenerator()
92 public MessageDigest createDigest(String algorithm) in createDigest()
[all …]
/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc33 grpc_compression_algorithm algorithm) { in grpc_compression_algorithm_is_message()
39 int grpc_compression_algorithm_is_stream(grpc_compression_algorithm algorithm) { in grpc_compression_algorithm_is_stream()
44 grpc_compression_algorithm* algorithm) { in grpc_compression_algorithm_parse()
63 int grpc_compression_algorithm_name(grpc_compression_algorithm algorithm, in grpc_compression_algorithm_name()
117 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_enable_algorithm()
122 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_disable_algorithm()
128 grpc_compression_algorithm algorithm) { in grpc_compression_options_is_algorithm_enabled()
133 grpc_compression_algorithm algorithm) { in grpc_compression_algorithm_slice()
160 grpc_compression_algorithm algorithm) { in grpc_compression_encoding_mdelem()
Dcompression_internal.cc52 grpc_message_compression_algorithm algorithm) { in grpc_message_compression_encoding_mdelem()
67 grpc_stream_compression_algorithm algorithm) { in grpc_stream_compression_encoding_mdelem()
126 grpc_compression_algorithm* algorithm, in grpc_compression_algorithm_from_message_stream_compression_algorithm()
168 grpc_message_compression_algorithm algorithm, const char** name) { in grpc_message_compression_algorithm_name()
246 grpc_slice value, grpc_message_compression_algorithm* algorithm) { in grpc_message_compression_algorithm_parse()
265 grpc_slice value, grpc_stream_compression_algorithm* algorithm) { in grpc_stream_compression_algorithm_parse()
/external/guava/android/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java44 @Param Algorithm algorithm; field in MessageDigestAlgorithmBenchmark
50 public byte[] hash(Algorithm algorithm, byte[] input) { in MESSAGE_DIGEST_API()
58 public byte[] hash(Algorithm algorithm, byte[] input) { in HASH_FUNCTION_DIRECT()
64 public byte[] hash(Algorithm algorithm, byte[] input) { in HASH_FUNCTION_VIA_HASHER()
70 public abstract byte[] hash(Algorithm algorithm, byte[] input); in hash()
116 Algorithm algorithm = this.algorithm; in hashing() local
/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java44 @Param Algorithm algorithm; field in MessageDigestAlgorithmBenchmark
50 public byte[] hash(Algorithm algorithm, byte[] input) { in MESSAGE_DIGEST_API()
58 public byte[] hash(Algorithm algorithm, byte[] input) { in HASH_FUNCTION_DIRECT()
64 public byte[] hash(Algorithm algorithm, byte[] input) { in HASH_FUNCTION_VIA_HASHER()
70 public abstract byte[] hash(Algorithm algorithm, byte[] input); in hash()
116 Algorithm algorithm = this.algorithm; in hashing() local
/external/webrtc/webrtc/base/
Dopenssldigest.cc20 OpenSSLDigest::OpenSSLDigest(const std::string& algorithm) { in OpenSSLDigest()
58 bool OpenSSLDigest::GetDigestEVP(const std::string& algorithm, in GetDigestEVP()
84 std::string* algorithm) { in GetDigestName()
109 bool OpenSSLDigest::GetDigestSize(const std::string& algorithm, in GetDigestSize()
Dsslfingerprint.cc23 const std::string& algorithm, const rtc::SSLIdentity* identity) { in Create()
32 const std::string& algorithm, const rtc::SSLCertificate* cert) { in Create()
45 const std::string& algorithm, const std::string& fingerprint) { in CreateFromRfc4572()
65 SSLFingerprint::SSLFingerprint(const std::string& algorithm, in SSLFingerprint()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java38 private String algorithm = "EC"; field in BCECPublicKey
46 String algorithm, in BCECPublicKey()
57 String algorithm, in BCECPublicKey()
68 String algorithm, in BCECPublicKey()
96 String algorithm, in BCECPublicKey()
121 String algorithm, in BCECPublicKey()
151 String algorithm, in BCECPublicKey()
171 String algorithm, in BCECPublicKey()
DBCECPrivateKey.java41 private String algorithm = "EC"; field in BCECPrivateKey
66 String algorithm, in BCECPrivateKey()
92 String algorithm, in BCECPrivateKey()
103 String algorithm, in BCECPrivateKey()
116 String algorithm, in BCECPrivateKey()
146 String algorithm, in BCECPrivateKey()
185 String algorithm, in BCECPrivateKey()
196 String algorithm, in BCECPrivateKey()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java42 private String algorithm = "EC"; field in BCECPublicKey
50 String algorithm, in BCECPublicKey()
61 String algorithm, in BCECPublicKey()
72 String algorithm, in BCECPublicKey()
100 String algorithm, in BCECPublicKey()
125 String algorithm, in BCECPublicKey()
155 String algorithm, in BCECPublicKey()
175 String algorithm, in BCECPublicKey()
DBCECPrivateKey.java45 private String algorithm = "EC"; field in BCECPrivateKey
70 String algorithm, in BCECPrivateKey()
96 String algorithm, in BCECPrivateKey()
107 String algorithm, in BCECPrivateKey()
120 String algorithm, in BCECPrivateKey()
150 String algorithm, in BCECPrivateKey()
189 String algorithm, in BCECPrivateKey()
200 String algorithm, in BCECPrivateKey()
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Drsa.py156 def _rsa_sig_determine_padding(backend, key, padding, algorithm): argument
188 def _rsa_sig_setup(backend, padding, algorithm, key, data, init_func): argument
221 def _rsa_sig_sign(backend, padding, algorithm, private_key, data): argument
258 def _rsa_sig_verify(backend, padding, algorithm, public_key, signature, data): argument
277 def __init__(self, backend, private_key, padding, algorithm): argument
304 def __init__(self, backend, public_key, signature, padding, algorithm): argument
349 def signer(self, padding, algorithm): argument
414 def sign(self, data, padding, algorithm): argument
438 def verifier(self, signature, padding, algorithm): argument
472 def verify(self, signature, data, padding, algorithm): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAlgorithmIdentifier.java15 private ASN1ObjectIdentifier algorithm; field in AlgorithmIdentifier
41 ASN1ObjectIdentifier algorithm) in AlgorithmIdentifier()
47 ASN1ObjectIdentifier algorithm, in AlgorithmIdentifier()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DAlgorithmIdentifier.java20 private ASN1ObjectIdentifier algorithm; field in AlgorithmIdentifier
48 ASN1ObjectIdentifier algorithm) in AlgorithmIdentifier()
56 ASN1ObjectIdentifier algorithm, in AlgorithmIdentifier()
/external/conscrypt/repackaged/testing/src/main/java/tests/util/
DServiceTester.java49 void test(Provider p, String algorithm) throws Exception; in test()
111 public ServiceTester withAlgorithm(String algorithm) { in withAlgorithm()
130 public ServiceTester skipAlgorithm(String algorithm) { in skipAlgorithm()
169 private void doTest(Test test, Provider p, String algorithm, PrintStream errors) { in doTest()
/external/conscrypt/testing/src/main/java/tests/util/
DServiceTester.java44 void test(Provider p, String algorithm) throws Exception; in test()
106 public ServiceTester withAlgorithm(String algorithm) { in withAlgorithm()
125 public ServiceTester skipAlgorithm(String algorithm) { in skipAlgorithm()
164 private void doTest(Test test, Provider p, String algorithm, PrintStream errors) { in doTest()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DKeyGeneratorTest.java99 private static void putKeySize(String algorithm, int keySize) { in putKeySize()
108 private static List<Integer> getKeySizes(String algorithm) throws Exception { in getKeySizes()
164 String algorithm = kg.getAlgorithm(); in test_KeyGenerator() local
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DKeyGeneratorTest.java96 private static void putKeySize(String algorithm, int keySize) { in putKeySize()
105 private static List<Integer> getKeySizes(String algorithm) throws Exception { in getKeySizes()
161 String algorithm = kg.getAlgorithm(); in test_KeyGenerator() local

12345678910>>...14