/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | AesGcmTest.java | 136 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 …]
|
D | CipherOutputStreamTest.java | 72 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
|
D | CipherInputStreamTest.java | 73 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
|
D | AesEaxTest.java | 259 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/ |
D | OpenJdkEngineFactory.java | 59 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 …]
|
D | JmhServerSocketBenchmark.java | 68 public String cipher; field in JmhServerSocketBenchmark 106 public String cipher() { in cipher() method in JmhServerSocketBenchmark.JmhConfig
|
D | JmhClientSocketBenchmark.java | 71 public String cipher; field in JmhClientSocketBenchmark 115 public String cipher() { in cipher() method in JmhClientSocketBenchmark.JmhConfig
|
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 477 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/ |
D | AndroidEngineFactory.java | 32 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()
|
D | CaliperClientSocketBenchmark.java | 40 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/ |
D | AndroidEngineFactory.java | 34 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()
|
D | CaliperClientSocketBenchmark.java | 42 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/ |
D | CBCBlockCipherMac.java | 20 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/ |
D | CBCBlockCipherMac.java | 22 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/ |
D | pppcrypt.c | 148 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/ |
D | cipher.c | 133 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/ |
D | rijndael-api-fst.c | 79 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/ |
D | EngineFactory.java | 26 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/ |
D | EngineFactory.java | 25 SSLEngine newClientEngine(String cipher, boolean useAlpn); in newClientEngine() 27 SSLEngine newServerEngine(String cipher, boolean useAlpn); in newServerEngine()
|
/external/boringssl/src/decrepit/evp/ |
D | evp_do_all.c | 18 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/ |
D | OAEPEncoding.java | 33 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/ |
D | OAEPEncoding.java | 31 AsymmetricBlockCipher cipher) in OAEPEncoding() 39 AsymmetricBlockCipher cipher, in OAEPEncoding() 46 AsymmetricBlockCipher cipher, in OAEPEncoding() 54 AsymmetricBlockCipher cipher, in OAEPEncoding()
|
/external/boringssl/src/fipstools/ |
D | cavp_aes_test.cc | 31 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/ |
D | StreamBlockCipher.java | 12 private final BlockCipher cipher; field in StreamBlockCipher 14 protected StreamBlockCipher(BlockCipher cipher) in StreamBlockCipher()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | StreamBlockCipher.java | 10 private final BlockCipher cipher; field in StreamBlockCipher 12 protected StreamBlockCipher(BlockCipher cipher) in StreamBlockCipher()
|