Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 193) sorted by relevance

12345678

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DAesGcmTest.java136 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in getTestVectors() local
150 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testVectors() local
171 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testLateUpdateAAD() local
203 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testIvReuse() local
225 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testByteBuffer() local
249 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testByteBufferAlias() local
274 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testReadOnlyByteBuffer() local
303 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testByteBufferWithOffset() local
333 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testByteBufferTooShort() local
374 Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); in testDefaultTagSizeIvParameterSpec() local
[all …]
DCipherOutputStreamTest.java72 Cipher cipher = Cipher.getInstance(algorithm); in TestVector() local
105 Cipher cipher = Cipher.getInstance(t.algorithm); in testEncrypt() local
119 Cipher cipher = Cipher.getInstance(t.algorithm); in testDecrypt() local
133 Cipher cipher = Cipher.getInstance(t.algorithm); in testCorruptDecrypt() local
164 Cipher cipher = Cipher.getInstance(t.algorithm); in testCorruptDecryptEmpty() local
DCipherInputStreamTest.java73 Cipher cipher = Cipher.getInstance(algorithm); in TestVector() local
106 Cipher cipher = Cipher.getInstance(t.algorithm); in testEncrypt() local
130 Cipher cipher = Cipher.getInstance(t.algorithm); in testDecrypt() local
161 Cipher cipher = Cipher.getInstance(t.algorithm); in testCorruptDecrypt() local
195 Cipher cipher = Cipher.getInstance(t.algorithm); in testCorruptDecryptEmpty() local
DAesEaxTest.java259 Cipher cipher = Cipher.getInstance("AES/EAX/NoPadding"); in testEax() local
269 Cipher cipher = Cipher.getInstance("AES/EAX/NoPadding"); in testLateUpdateAAD() local
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEngineFactory.java59 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
67 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
87 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
96 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
118 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
128 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
153 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
159 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
185 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
191 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
[all …]
DJmhServerSocketBenchmark.java68 public String cipher; field in JmhServerSocketBenchmark
106 public String cipher() { in cipher() method in JmhServerSocketBenchmark.JmhConfig
DJmhClientSocketBenchmark.java71 public String cipher; field in JmhClientSocketBenchmark
115 public String cipher() { in cipher() method in JmhClientSocketBenchmark.JmhConfig
/external/boringssl/src/ssl/
Dssl_cipher.cc477 const SSL_CIPHER *cipher; member
562 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher, in ssl_cipher_get_evp_aead()
639 const SSL_CIPHER *cipher) { in ssl_get_handshake_digest()
716 for (const SSL_CIPHER &cipher : kCiphers) { in ssl_cipher_collect_ciphers() local
787 void SSLCipherPreferenceList::Remove(const SSL_CIPHER *cipher) { in Remove()
1081 const SSL_CIPHER *cipher = &kCiphers[j]; in ssl_cipher_process_rulestr() local
1283 uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher) { in ssl_cipher_get_value()
1304 bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher) { in ssl_cipher_uses_certificate_auth()
1308 bool ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher) { in ssl_cipher_requires_server_key_exchange()
1314 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { in ssl_cipher_get_record_split_len()
[all …]
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
DAndroidEngineFactory.java32 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
41 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
61 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
70 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
95 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
DCaliperClientSocketBenchmark.java40 public String cipher; field in CaliperClientSocketBenchmark
83 public String cipher() { in cipher() method in CaliperClientSocketBenchmark.CaliperConfig
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/
DAndroidEngineFactory.java34 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
43 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
63 public SSLEngine newClientEngine(String cipher, boolean useAlpn) { in newClientEngine()
72 public SSLEngine newServerEngine(String cipher, boolean useAlpn) { in newServerEngine()
97 static SSLEngine initEngine(SSLEngine engine, String cipher, boolean client) { in initEngine()
DCaliperClientSocketBenchmark.java42 public String cipher; field in CaliperClientSocketBenchmark
85 public String cipher() { in cipher() method in CaliperClientSocketBenchmark.CaliperConfig
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
DCBCBlockCipherMac.java20 private BlockCipher cipher; field in CBCBlockCipherMac
32 BlockCipher cipher) in CBCBlockCipherMac()
45 BlockCipher cipher, in CBCBlockCipherMac()
65 BlockCipher cipher, in CBCBlockCipherMac()
86 BlockCipher cipher, in CBCBlockCipherMac()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/macs/
DCBCBlockCipherMac.java22 private BlockCipher cipher; field in CBCBlockCipherMac
34 BlockCipher cipher) in CBCBlockCipherMac()
47 BlockCipher cipher, in CBCBlockCipherMac()
67 BlockCipher cipher, in CBCBlockCipherMac()
88 BlockCipher cipher, in CBCBlockCipherMac()
/external/ppp/pppd/
Dpppcrypt.c148 DesEncrypt(clear, cipher) in DesEncrypt() argument
164 DesDecrypt(cipher, clear) in DesDecrypt() argument
193 DesEncrypt(clear, cipher) in DesEncrypt() argument
203 DesDecrypt(cipher, clear) in DesDecrypt() argument
227 DesEncrypt(clear, cipher) in DesEncrypt() argument
240 DesDecrypt(cipher, clear) in DesDecrypt() argument
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c133 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
230 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
235 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
575 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) { return cipher->nid; } in EVP_CIPHER_nid()
577 unsigned EVP_CIPHER_block_size(const EVP_CIPHER *cipher) { in EVP_CIPHER_block_size()
581 unsigned EVP_CIPHER_key_length(const EVP_CIPHER *cipher) { in EVP_CIPHER_key_length()
585 unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) { in EVP_CIPHER_iv_length()
589 uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher) { in EVP_CIPHER_flags()
593 uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher) { in EVP_CIPHER_mode()
597 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
[all …]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
93 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
207 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
270 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
368 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
460 int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key, in rijndael_cipherUpdateRounds()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DEngineFactory.java26 SSLEngine newClientEngine(String cipher, boolean useAlpn); in newClientEngine()
28 SSLEngine newServerEngine(String cipher, boolean useAlpn); in newServerEngine()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DEngineFactory.java25 SSLEngine newClientEngine(String cipher, boolean useAlpn); in newClientEngine()
27 SSLEngine newServerEngine(String cipher, boolean useAlpn); in newServerEngine()
/external/boringssl/src/decrepit/evp/
Devp_do_all.c18 void EVP_CIPHER_do_all_sorted(void (*callback)(const EVP_CIPHER *cipher, in EVP_CIPHER_do_all_sorted()
70 void EVP_MD_do_all_sorted(void (*callback)(const EVP_MD *cipher, in EVP_MD_do_all_sorted()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/encodings/
DOAEPEncoding.java33 AsymmetricBlockCipher cipher) in OAEPEncoding()
41 AsymmetricBlockCipher cipher, in OAEPEncoding()
48 AsymmetricBlockCipher cipher, in OAEPEncoding()
56 AsymmetricBlockCipher cipher, in OAEPEncoding()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
DOAEPEncoding.java31 AsymmetricBlockCipher cipher) in OAEPEncoding()
39 AsymmetricBlockCipher cipher, in OAEPEncoding()
46 AsymmetricBlockCipher cipher, in OAEPEncoding()
54 AsymmetricBlockCipher cipher, in OAEPEncoding()
/external/boringssl/src/fipstools/
Dcavp_aes_test.cc31 const EVP_CIPHER *cipher; member
43 const EVP_CIPHER *cipher, std::vector<uint8_t> *out, in MonteCarlo()
150 const EVP_CIPHER *cipher = ctx->cipher; in TestCipher() local
208 const EVP_CIPHER *cipher = GetCipher(argv[2]); in cavp_aes_test_main() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DStreamBlockCipher.java12 private final BlockCipher cipher; field in StreamBlockCipher
14 protected StreamBlockCipher(BlockCipher cipher) in StreamBlockCipher()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DStreamBlockCipher.java10 private final BlockCipher cipher; field in StreamBlockCipher
12 protected StreamBlockCipher(BlockCipher cipher) in StreamBlockCipher()

12345678