| /external/conscrypt/openjdk-benchmarks/src/jmh/java/org/conscrypt/benchmarks/ |
| D | SslEngineBenchmark.java | 75 SSLEngine newClientEngine(String cipher) { in newClientEngine() 80 SSLEngine newServerEngine(String cipher) { in newServerEngine() 97 SSLEngine newClientEngine(String cipher) { in newClientEngine() 102 SSLEngine newServerEngine(String cipher) { in newServerEngine() 119 SSLEngine newClientEngine(String cipher) { in newClientEngine() 125 SSLEngine newServerEngine(String cipher) { in newServerEngine() 131 abstract SSLEngine newClientEngine(String cipher); in newClientEngine() 132 abstract SSLEngine newServerEngine(String cipher); in newServerEngine() 158 @Param({"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"}) public String cipher; field in SslEngineBenchmark 185 private static SslContext newClientContext(String cipher) { in newClientContext() [all …]
|
| D | ClientSocketThroughputBenchmark.java | 99 final SSLSocket newClientSocket(String host, int port, String cipher) { in newClientSocket() 114 final SSLServerSocket newServerSocket(String cipher) { in newServerSocket() 132 @Param({"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"}) public String cipher; field in ClientSocketThroughputBenchmark
|
| D | ServerSocketThroughputBenchmark.java | 89 final SSLServerSocket newServerSocket(String cipher) { in newServerSocket() 107 @Param({"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"}) public String cipher; field in ServerSocketThroughputBenchmark
|
| /external/boringssl/src/ssl/ |
| D | ssl_cipher.c | 597 const SSL_CIPHER *cipher; member 712 const SSL_CIPHER *cipher, uint16_t version) { in ssl_cipher_get_evp_aead() 874 const SSL_CIPHER *cipher = &kCiphers[i]; in ssl_cipher_collect_ciphers() local 1194 const SSL_CIPHER *cipher = &kCiphers[j]; in ssl_cipher_process_rulestr() local 1430 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *cipher) { return cipher->id; } in SSL_CIPHER_get_id() 1432 uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher) { in ssl_cipher_get_value() 1439 int SSL_CIPHER_is_AES(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AES() 1443 int SSL_CIPHER_has_SHA1_HMAC(const SSL_CIPHER *cipher) { in SSL_CIPHER_has_SHA1_HMAC() 1447 int SSL_CIPHER_has_SHA256_HMAC(const SSL_CIPHER *cipher) { in SSL_CIPHER_has_SHA256_HMAC() 1451 int SSL_CIPHER_is_AEAD(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AEAD() [all …]
|
| /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 | AesEaxTest.java | 259 Cipher cipher = Cipher.getInstance("AES/EAX/NoPadding"); in testEax() local 269 Cipher cipher = Cipher.getInstance("AES/EAX/NoPadding"); in testLateUpdateAAD() 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
|
| /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/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/cipher/ |
| D | cipher.c | 152 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() 249 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex() 254 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() 590 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) { return cipher->nid; } in EVP_CIPHER_nid() 592 unsigned EVP_CIPHER_block_size(const EVP_CIPHER *cipher) { in EVP_CIPHER_block_size() 596 unsigned EVP_CIPHER_key_length(const EVP_CIPHER *cipher) { in EVP_CIPHER_key_length() 600 unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) { in EVP_CIPHER_iv_length() 604 uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher) { in EVP_CIPHER_flags() 608 uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher) { in EVP_CIPHER_mode() 612 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() [all …]
|
| D | CMakeLists.txt | 12 cipher target
|
| /external/syslinux/gpxe/src/include/gpxe/ |
| D | crypto.h | 116 static inline int cipher_setkey ( struct cipher_algorithm *cipher, in cipher_setkey() 121 static inline void cipher_setiv ( struct cipher_algorithm *cipher, in cipher_setiv() 126 static inline void cipher_encrypt ( struct cipher_algorithm *cipher, in cipher_encrypt() 131 #define cipher_encrypt( cipher, ctx, src, dst, len ) do { \ argument 136 static inline void cipher_decrypt ( struct cipher_algorithm *cipher, in cipher_decrypt() 141 #define cipher_decrypt( cipher, ctx, src, dst, len ) do { \ argument 146 static inline int is_stream_cipher ( struct cipher_algorithm *cipher ) { in is_stream_cipher()
|
| /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/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() 58 void EVP_MD_do_all_sorted(void (*callback)(const EVP_MD *cipher, in EVP_MD_do_all_sorted()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
| D | OAEPEncoding.java | 33 AsymmetricBlockCipher cipher) in OAEPEncoding() 42 AsymmetricBlockCipher cipher, in OAEPEncoding() 49 AsymmetricBlockCipher cipher, in OAEPEncoding() 57 AsymmetricBlockCipher cipher, in OAEPEncoding()
|
| D | PKCS1Encoding.java | 53 AsymmetricBlockCipher cipher) in PKCS1Encoding() 66 AsymmetricBlockCipher cipher, in PKCS1Encoding() 82 AsymmetricBlockCipher cipher, in PKCS1Encoding()
|
| /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()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
| D | OFBBlockCipher.java | 21 private final BlockCipher cipher; field in OFBBlockCipher 31 BlockCipher cipher, in OFBBlockCipher()
|
| D | CBCBlockCipher.java | 20 private BlockCipher cipher = null; field in CBCBlockCipher 29 BlockCipher cipher) in CBCBlockCipher()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
| D | DigestSignatureSpi.java | 50 private AsymmetricBlockCipher cipher; field in DigestSignatureSpi 56 AsymmetricBlockCipher cipher) in DigestSignatureSpi() 67 AsymmetricBlockCipher cipher) in DigestSignatureSpi()
|
| /external/boringssl/src/tool/ |
| D | ciphers.cc | 47 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i); in Ciphers() local
|
| /external/webrtc/webrtc/p2p/base/ |
| D | transportchannel.h | 121 virtual bool GetSrtpCryptoSuite(int* cipher) { return false; } in GetSrtpCryptoSuite() 125 virtual bool GetSslCipherSuite(int* cipher) { return false; } in GetSslCipherSuite()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
| D | PaddedBufferedBlockCipher.java | 30 BlockCipher cipher, in PaddedBufferedBlockCipher() 46 BlockCipher cipher) in PaddedBufferedBlockCipher()
|
| /external/wpa_supplicant_8/src/common/ |
| D | wpa_common.c | 168 struct wpa_ptk *ptk, int akmp, int cipher) in wpa_pmk_to_ptk() 307 u8 *ick, size_t *ick_len, int akmp, int cipher) in fils_pmk_to_ptk() 774 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group() 782 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group() 1228 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk() 1403 const char * wpa_cipher_txt(int cipher) in wpa_cipher_txt() 1668 int wpa_cipher_key_len(int cipher) in wpa_cipher_key_len() 1689 int wpa_cipher_rsc_len(int cipher) in wpa_cipher_rsc_len() 1704 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() 1730 int wpa_cipher_valid_pairwise(int cipher) in wpa_cipher_valid_pairwise() [all …]
|